From 42ee81da63970122947fa12a05f7b890ccff14fc Mon Sep 17 00:00:00 2001 From: bapt Date: Fri, 29 May 2015 11:55:40 +0000 Subject: 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/ --- sysutils/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'sysutils/Makefile') 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 -- cgit