Add more SHAs checksums
Alonely0 opened this issue · 0 comments
Alonely0 commented
While surfing crates.io, I found these crates
Those crates would let us support these SHAs:
- SHA-1 (cryptographically broken, but if MD5 is in, why not?)
- SHA-224
- SHA-254 (already implemented, but would be rewritten using that crate)
- SHA-384
- SHA-512
I'll be working in a separate branch for implementing all that.