Psk

Type Alias Psk 

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

Keys derived from a passphrase provide comparably low levels of security. Passphrases should have a minimum length of 20 characters since shorter passphrases are unlikely to prevent attacks.

Aliased Typeยง

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