mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 19:29:06 +01:00
Forgot to update some constants to reflect the new crypto primitives.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package org.briarproject.api.invitation;
|
||||
|
||||
|
||||
public interface InvitationConstants {
|
||||
|
||||
long CONNECTION_TIMEOUT = 30 * 1000; // Milliseconds
|
||||
@@ -7,8 +8,4 @@ public interface InvitationConstants {
|
||||
long CONFIRMATION_TIMEOUT = 60 * 1000; // Milliseconds
|
||||
|
||||
int CODE_BITS = 19; // Codes must fit into six decimal digits
|
||||
|
||||
int HASH_LENGTH = 48; // Bytes
|
||||
|
||||
int MAX_PUBLIC_KEY_LENGTH = 97; // Bytes
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user