Expand description
RSA->Ed25519 cross-certificates
These are used in the Tor link handshake to prove that a given ed25519 key speaks for a given (deprecated) RSA identity.
Modulesยง
- encode ๐
- RSA cross-cert generation
Structsยง
- Encoded
RsaCrosscert - An RSA cross certificate certificate,
created using
EncodedRsaCrosscert::encode_and_sign. - RsaCrosscert
- A RSA->Ed25519 cross-certificate
- Unchecked
RsaCrosscert - An RsaCrosscert whose signature has not been checked.
Constantsยง
- PREFIX ๐
- Prefix appended when generating a digest for an RsaCrosscert
Functionsยง
- compute_
digest ๐ - Compute the SHA256 digest of
c, prefixed with PREFIX.