hopr_crypto_sphinx::shared_keys

Type Alias SharedSecret

Source
pub type SharedSecret = SecretValue<U32>;
Expand description

Represents a shared secret with a remote peer.

Aliased Typeยง

struct SharedSecret(/* private fields */);