Documentation

libkeccak-tiny

An implementation of the FIPS-202-defined SHA-3 and SHAKE functions.

The Keccak-f[1600] permutation is fully unrolled; it's nearly as fast as the Keccak team's optimized permutation.

Building

cargo build

Usage

Add this to your Cargo.toml:

[dependencies]
tiny-keccak = "0.1"

and this to your crate root:

extern crate tiny_keccak;