aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-11-28 00:01:54 +0100
committerMattias Andrée <maandree@operamail.com>2015-11-28 00:01:54 +0100
commit92a6316d023b9d526ff964a25cf08270899aed86 (patch)
treeec2b26515a75dc818ccedbfe70908863b25d5f3d /README
parentm (diff)
downloadlibkeccak-92a6316d023b9d526ff964a25cf08270899aed86.tar.gz
libkeccak-92a6316d023b9d526ff964a25cf08270899aed86.tar.bz2
libkeccak-92a6316d023b9d526ff964a25cf08270899aed86.tar.xz
improve readme
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'README')
-rw-r--r--README17
1 files changed, 14 insertions, 3 deletions
diff --git a/README b/README
index c2aef10..ea25b0a 100644
--- a/README
+++ b/README
@@ -1,5 +1,16 @@
-Keccak-family hashing library.
+NAME
+ libkeccak - Keccak-family hashing library.
-This library implements a lanewise
-implementation of the Keccak-family.
+DESCRIPTION
+ libkeccak is a bit-oriented lanewise implementation of
+ the Keccak-family with support for extend output size,
+ state marshalling, algorithm tuning with implicit parameters,
+ secure erasure of sensitive data, and HMAC.
+
+RATIONALE
+ Keccak won the SHA-3 competition. We need a library for it,
+ and let it be bit-oriented.
+
+SEE ALSO
+ sha3sum(1), libsha2(7)