aboutsummaryrefslogtreecommitdiff
path: root/security/Makefile
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2018-01-08 17:11:27 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2018-01-08 17:11:27 +0000
commit14be0111eee78f50ca658268b388c2b5d99e1d51 (patch)
tree98c1e5236989467821784b668ae075777cc05cce /security/Makefile
parentc425ccee0112d42e9e9d81692b8ca9257e722e6f (diff)
downloadports-14be0111eee78f50ca658268b388c2b5d99e1d51.tar.gz
ports-14be0111eee78f50ca658268b388c2b5d99e1d51.zip
Add security/libdecaf
Implementation of elliptic curve cryptography using the Montgomery and Edwards curves Curve25519, Ed25519, Ed448-Goldilocks and Curve448, using the Decaf / Ristretto encoding. Approved by: mat (mentor)
Notes
Notes: svn path=/head/; revision=458457
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 85d3f983c59d..2b8e9f7d18d5 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -329,6 +329,7 @@
SUBDIR += libbeid
SUBDIR += libbf
SUBDIR += libcryptui
+ SUBDIR += libdecaf
SUBDIR += libecc
SUBDIR += libfprint
SUBDIR += libgcrypt