Skip to content

First official release!

Compare
Choose a tag to compare
@damaki damaki released this 09 Nov 15:14
· 51 commits to master since this release

This first release of libkeccak implements the SHA-3 algorithms (SHA3-224, SHA3-256, SHA3-384, and SHA3-512). The underlying primitives (e.g. the Sponge construction, the Keccak permutation) are highly customizable and can also be used to build customized hash functions (e.g. reduced rounds, smaller Keccak state size, etc...).