salty v0.1.2 Salty.Box.Curve25519xchacha20poly1305 View Source

Link to this section Summary

Link to this section Functions

Callback implementation for Salty.Box.beforenm/2.

Link to this function detached(msg, nonce, pk, sk) View Source

Callback implementation for Salty.Box.detached/4.

Link to this function detached_afternm(msg, nonce, k) View Source

Callback implementation for Salty.Box.detached_afternm/3.

Link to this function easy(msg, nonce, pk, sk) View Source

Callback implementation for Salty.Box.easy/4.

Link to this function easy_afternm(msg, nonce, k) View Source

Callback implementation for Salty.Box.easy_afternm/3.

Callback implementation for Salty.Box.keypair/0.

Callback implementation for Salty.Box.macbytes/0.

Callback implementation for Salty.Box.noncebytes/0.

Link to this function open_detached(cipher, mac, nonce, pk, sk) View Source

Callback implementation for Salty.Box.open_detached/5.

Link to this function open_detached_afternm(cipher, mac, nonce, k) View Source

Callback implementation for Salty.Box.open_detached_afternm/4.

Link to this function open_easy(cipher, nonce, pk, sk) View Source

Callback implementation for Salty.Box.open_easy/4.

Link to this function open_easy_afternm(cipher, nonce, k) View Source

Callback implementation for Salty.Box.open_easy_afternm/3.

Callback implementation for Salty.Box.publickeybytes/0.

Callback implementation for Salty.Box.seal/2.

Link to this function seal_open(cipher, pk, sk) View Source

Callback implementation for Salty.Box.seal_open/3.

Callback implementation for Salty.Box.sealbytes/0.

Callback implementation for Salty.Box.secretkeybytes/0.

Callback implementation for Salty.Box.seed_keypair/1.

Callback implementation for Salty.Box.seedbytes/0.