Expand description
Digests and XOFs used to implement the Tor protocol.
In various places, for legacy reasons, Tor uses SHA1, SHA2, SHA3,
and SHAKE. We re-export them all here, in forms implementing the
the digest::Digest traits.
Other code should access these digests via the traits in the
digest crate.
Modules§
- openssl_
compat 🔒 - Compatibility layer between OpenSSL and
digest
Structs§
- Sha1
- Wrapper around OpenSSL Sha1 to make it compatible with
digest