inejge / pwhash

A collection of password hashing routines in pure Rust
MIT License
61 stars 11 forks source link

Update deps #11

Closed andy128k closed 5 years ago

andy128k commented 5 years ago

Relates to https://github.com/inejge/pwhash/issues/4 bcrypt is implemented (copied from rust-crypto) by using blowfish crate from RustCrypto also.

Rand crate is also updated and it caused changes in Error type.

inejge commented 5 years ago

Thanks a lot for this! I'll bump the crate version to 0.3 just in case, but so far I haven't seen any problems, well done.