password-worker 0.4.0

A wrapper for password hashing that can be used as shared state, and uses a rayon thread pool so it won't block the async runtime.
Documentation
1
2
3
4
#[cfg(feature = "rust-argon2")]
pub mod argon2id;
#[cfg(feature = "bcrypt")]
pub mod bcrypt;