pub type SharedSecret = SecretValue<U32>;
Represents a shared secret with a remote peer.
pub struct SharedSecret(/* private fields */);