Expand description
Minimal no_std hashing library
§Provided Algorithms
These are also names of features to be used to include algorithm code.
sha1md5sha256sha512
It also includes generic hmac implementation
Structs§
- Digest
Fmt - Wrapper to hex format digest
- HmacKey
- Represents key used to sign content in
hmacalgorithm. - Md5
MD5algorithm implementation- Sha1
Sha1algorithm implementation- Sha256
Sha256algorithm implementation- Sha512
Sha512algorithm implementation
Traits§
- Digest
- Hashing algorithm interface