libxcrypt-rs
Rust bindings for libxcrypt
Usage
Add xcrypt to your Cargo.toml:
Hash a phrase with the best available hashing method and default parameters:
use ;
Contributing
You should run cargo-valgrind on the tests to ensure we do not leak memory:
cargo valgrind tests