blob: ea25b0a395b8eca3370dab8eb7442e9c86de95ec (
plain) (
tree)
|
|
NAME
libkeccak - Keccak-family hashing library.
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)
|