rsha 0.1.2

A hashing library implementation in rust
Documentation
1
2
3
4
5
//! A simple, easy to use library for hashing using sha256

pub use hash::sha256;

pub mod hash;