mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-21 15:19:53 +01:00
Update Transport Key Agreement Client
@@ -69,7 +69,7 @@ The peers assign themselves the roles of Alice and Bob by comparing their epheme
|
|||||||
|
|
||||||
The protocol uses two primitives:
|
The protocol uses two primitives:
|
||||||
|
|
||||||
1. **A cryptographic hash function**, H(m). In the current version of the protocol this is Blake2b.
|
1. **A cryptographic hash function**, H(m). In the current version of the protocol this is BLAKE2b.
|
||||||
|
|
||||||
2. **A key agreement function**, DH(pri, pub), where pri is one party's private key and pub is the other party's public key. In the current version of the protocol this is X25519.
|
2. **A key agreement function**, DH(pri, pub), where pri is one party's private key and pub is the other party's public key. In the current version of the protocol this is X25519.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user