Skip to main content

Secret

Type Alias Secret 

Source
pub type Secret = Box<[u8]>;
Expand description

A secret is a byte array of arbitrary length, which is used to derive pseudonymization and rekeying factors from contexts.

Aliased Typeยง

pub struct Secret(/* private fields */);