hashr 0.0.3

small library that aims to provide several hashing and related algorithms
Documentation
1
2
3
4
5
6
7
pub mod hex;
pub mod hmac;
pub mod hotp;
pub mod sha1;
pub mod totp;

pub mod hash;