mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 11:19:04 +01:00
Merge branch '236-curve25519' into 'master'
Use Curve25519 for key agreement Closes #236 See merge request akwizgran/briar!693
This commit is contained in:
@@ -5,7 +5,7 @@ public interface CryptoConstants {
|
||||
/**
|
||||
* The maximum length of an agreement public key in bytes.
|
||||
*/
|
||||
int MAX_AGREEMENT_PUBLIC_KEY_BYTES = 65;
|
||||
int MAX_AGREEMENT_PUBLIC_KEY_BYTES = 32;
|
||||
|
||||
/**
|
||||
* The maximum length of a signature public key in bytes.
|
||||
|
||||
Reference in New Issue
Block a user