pub type AuthCertSignature = RsaSha1Signature;👎Deprecated:
use RsaSha1Signature
Expand description
RSA signature for data in AuthCert
https://spec.torproject.org/dir-spec/netdoc.html#signing
Compatibility type alias for RsaSha1Signature.
Aliased Type§
pub struct AuthCertSignature {
pub signature: Vec<u8>,
}Fields§
§signature: Vec<u8>The bytes of the signature (base64-decoded).