Expand description
Unsecure implementation of SHA 2 in pure rust
evilaes is a implementation of SHA 2 written by an amateur for the sole purpose that he learns a bit about cryptography. It is very probably very vulnerable, so do not use evilsha. The same applies to all other evil* crates.
Enums§
- ShaHash
- Return value for evilsha
- ShaVersion
- Version token for evilsha
Functions§
- sha_2
- SHA 2 implementation