inejge / pwhash

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

sha-1 crate is deprecated #21

Open josch opened 5 months ago

josch commented 5 months ago

https://crates.io/crates/sha-1/0.9.8

SHA-1 hash function. This crate is deprecated! Use the sha1 crate instead.

Please consider replacing sha-1 by sha1.

Thanks!