diff options
author | jbeich <jbeich@FreeBSD.org> | 2016-07-12 16:46:21 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2016-07-12 16:46:21 +0800 |
commit | 4639a64c010f5d26c40dfb9084603ca9a5cc2e9b (patch) | |
tree | 9719e722f9f810b6e94e125e2efcade07e6dd5de /security/Makefile | |
parent | 4decd09050f9a362380cf8f6dcad562e07d5cf8a (diff) | |
download | freebsd-ports-gnome-4639a64c010f5d26c40dfb9084603ca9a5cc2e9b.tar.gz freebsd-ports-gnome-4639a64c010f5d26c40dfb9084603ca9a5cc2e9b.tar.zst freebsd-ports-gnome-4639a64c010f5d26c40dfb9084603ca9a5cc2e9b.zip |
security/libargon2: add new port
PR: 209411
Submitted by: Christopher Hall <christopherhall.hsw@gmail.com>
Reviewed by: Yonas Yanfa, Vladimir Krstulja
Argon2 is a password-hashing function that summarizes the state of the
art in the design of memory-hard functions and can be used to hash
passwords for credential storage, key derivation, or other
applications.
https://github.com/P-H-C/phc-winner-argon2
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 611892072b6c..0bf7ffb2bef1 100644 --- a/security/Makefile +++ b/security/Makefile @@ -291,6 +291,7 @@ SUBDIR += letsencrypt.sh SUBDIR += letskencrypt SUBDIR += libadacrypt + SUBDIR += libargon2 SUBDIR += libassuan SUBDIR += libbeid SUBDIR += libbf |