crypt3_rs 0.1.1

Unix crypt(3) reimplemented in pure rust.
Documentation
1
2
3
4
5
#[cfg(any(feature = "bsdi", feature = "unix"))]
pub mod des;

#[cfg(feature = "sha2")]
pub mod sha2;