crabcrypt 0.1.1

A work in progress cryptographic library that currently supports hashing.
Documentation
1
2
3
4
5
6
pub mod keccak224;
pub mod md;
pub mod sha1;
pub mod sha2;
pub mod sm;
pub mod sha3;