pub type DeepLockPassphraseBytes = SecretDataSized<64, 81>;
Expand description

The secret bytes of the passphrase

Aliased Type§

struct DeepLockPassphraseBytes(pub BinDataSized<24>, pub BinDataSized<81>);

Fields§

§0: BinDataSized<24>§1: BinDataSized<81>