aboutsummaryrefslogtreecommitdiffstats
path: root/README
blob: 5a1614d52986e9498f6719c71928a07594c34ffa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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, libsha2(7), libsha1(7)