mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 11:19:04 +01:00
Downgrade to 256-bit curve for performance.
Also reduced hash function to 256 bits because our target security level is now 128 bits.
This commit is contained in:
@@ -5,7 +5,7 @@ import java.util.Arrays;
|
||||
public abstract class UniqueId {
|
||||
|
||||
/** The length of a unique identifier in bytes. */
|
||||
public static final int LENGTH = 48;
|
||||
public static final int LENGTH = 32;
|
||||
|
||||
protected final byte[] id;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user