diff options
author | bapt <bapt@FreeBSD.org> | 2015-05-29 19:55:40 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-05-29 19:55:40 +0800 |
commit | 42ee81da63970122947fa12a05f7b890ccff14fc (patch) | |
tree | 2afa660ce5b4f62284565510e1c15d0a7ac43a5f /sysutils/Makefile | |
parent | 685b06a9fef9528632ac4e157005ad05264bed6c (diff) | |
download | freebsd-ports-gnome-42ee81da63970122947fa12a05f7b890ccff14fc.tar.gz freebsd-ports-gnome-42ee81da63970122947fa12a05f7b890ccff14fc.tar.zst freebsd-ports-gnome-42ee81da63970122947fa12a05f7b890ccff14fc.zip |
The cryptographic hash function BLAKE2 is an improved version of the SHA-3
finalist BLAKE. Like SHA-3, BLAKE2 offers the highest security, yet is fast as
MD5 on 64-bit platforms and requires at least 33% less RAM than SHA-2 or SHA-3
on low-end systems. The core algorithm of BLAKE2 is derived from ChaCha, a
stream cipher designed by Daniel J. Bernstein that has been proposed as a
standard cipher for TLS.
WWW: https://blake2.net/
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index f93e97b4e71c..7c018f3471cd 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -51,6 +51,7 @@ SUBDIR += autopsy SUBDIR += avfs SUBDIR += azure-agent + SUBDIR += b2sum SUBDIR += b43-fwcutter SUBDIR += backupchecker SUBDIR += backuppc |