crabcrypt 0.1.0

A work in progress cryptographic library that currently supports hashing.
Documentation
1
2
3
4
pub mod sha256;
pub mod sha224;
pub mod sha384;
pub mod sha512;