diff options
author | Willy Sudiarto Raharjo <willysr@slackware-id.org> | 2012-12-26 10:47:26 +0100 |
---|---|---|
committer | Matteo Bernardini <ponce@slackbuilds.org> | 2012-12-26 21:36:47 +0100 |
commit | 1a4eb09f5e3905c08bf991dae7f971010e25696d (patch) | |
tree | 35683f4a2de2b50dc5a5c126bf43fa2d7da6a451 /system/blake2/README | |
parent | eb6c79a7246a9afca15cf198d52467d25dd17764 (diff) |
system/blake2: Added (Cryptographic Hash Function).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system/blake2/README')
-rw-r--r-- | system/blake2/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/system/blake2/README b/system/blake2/README new file mode 100644 index 000000000000..92db1e0cd433 --- /dev/null +++ b/system/blake2/README @@ -0,0 +1,5 @@ +The cryptographic hash function BLAKE2 is an improved version of +the SHA-3 finalist BLAKE. BLAKE2 offers the highest security, yet is +fast as MD5 on 64-bit platforms and requires less RAM. + +This script builds the b2sum binary. |