Module ssb_crypto::secretbox[][src]

Expand description

Secret (encrypted) “boxes” of data. (libsodium’s secretbox, aka xsalsa20poly1305)

Structs

The authentication code for an encrypted secret box.

A key used to seal and open an encrypted box.

A single-use value used during encryption. Each encrypted/sealed box must have its own nonce.