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