salty v0.1.2 Salty.Secretbox.Xsalsa20poly1305 View Source

Link to this section Summary

Link to this section Functions

Link to this function open(cipher, nonce, key) View Source

Callback implementation for Salty.Secretbox.open/3.

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

Callback implementation for Salty.Secretbox.open_detached/4.

Callback implementation for Salty.Secretbox.seal/3.

Link to this function seal_detached(msg, nonce, key) View Source

Callback implementation for Salty.Secretbox.seal_detached/3.