diff options
author | Manuel Argüelles <manuel.arguelles@gmail.com> | 2014-09-05 12:47:23 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-09-06 00:02:53 +0700 |
commit | 169f8a4fae53334e2b8222a3bb7ab1fc176e4557 (patch) | |
tree | c2dc5d77a18cc8aedabd324861d1e1c18eb3239e /development/libb2/README | |
parent | e9f23fb75f6490f5974a520684e1567b9ae9f951 (diff) | |
download | slackbuilds-169f8a4fae53334e2b8222a3bb7ab1fc176e4557.tar.gz |
development/libb2: Added (Cryptographic C Library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/libb2/README')
-rw-r--r-- | development/libb2/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/development/libb2/README b/development/libb2/README new file mode 100644 index 0000000000..6c19f3a03c --- /dev/null +++ b/development/libb2/README @@ -0,0 +1,6 @@ +C library providing BLAKE2b, BLAKE2s, BLAKE2bp, and BLAKE2sp. + +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. |