pub(crate) type NtorPublicKey = PublicKey;
Convenient type alias for an ntor public key
pub(crate) struct NtorPublicKey(/* private fields */);