pub type LeSecret = Vec<u8>;
Expand description

A low entropy or user provided secret such as a pin or password.

Aliased Type§

struct LeSecret { /* private fields */ }