keccakf 0.1.0

An implementation of the keccak-F[1600,800,400,200].
Documentation

keccakf

An implementation of the keccak-F[1600,800,400,200].

Building

cargo build

Usage

Add this to your Cargo.toml:

[dependencies]
keccakf = "1.0"

and this to your crate root:

extern crate keccak;