aboutsummaryrefslogtreecommitdiffstats
path: root/security/Makefile
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2016-04-25 17:07:06 +0800
committersunpoet <sunpoet@FreeBSD.org>2016-04-25 17:07:06 +0800
commit016eae05e36051abb7b82ca771610baf0a1c0132 (patch)
tree536593d4674fe806421e4ba61a3aaf32bf9e2f14 /security/Makefile
parent7a77bce83a1080435321b8d17e27d4874051bb3b (diff)
downloadfreebsd-ports-gnome-016eae05e36051abb7b82ca771610baf0a1c0132.tar.gz
freebsd-ports-gnome-016eae05e36051abb7b82ca771610baf0a1c0132.tar.zst
freebsd-ports-gnome-016eae05e36051abb7b82ca771610baf0a1c0132.zip
- Add p5-Crypt-Curve25519 0.05
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. WWW: http://search.cpan.org/dist/Crypt-Curve25519/
Diffstat (limited to 'security/Makefile')
-rw-r--r--security/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile
index b643eb859eb6..0e4e28698b52 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -492,6 +492,7 @@
SUBDIR += p5-Crypt-CipherSaber
SUBDIR += p5-Crypt-Cracklib
SUBDIR += p5-Crypt-Ctr
+ SUBDIR += p5-Crypt-Curve25519
SUBDIR += p5-Crypt-DES
SUBDIR += p5-Crypt-DES_EDE3
SUBDIR += p5-Crypt-DES_PP