mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
8 lines
415 B
Plaintext
8 lines
415 B
Plaintext
Curve25519 is a state-of-the-art Diffie-Hellman function suitable for a wide
|
|
variety of applications.
|
|
|
|
Given a user's 32-byte secret key, Curve25519 computes the user's 32-byte public
|
|
key. Given the user's 32-byte secret key and another user's 32-byte public key,
|
|
Curve25519 computes a 32-byte secret shared by the two users. This secret can
|
|
then be used to authenticate and encrypt messages between the two users.
|