Salty.Secretbox.Xchacha20poly1305 (libsalty2 v0.3.0) View Source

Link to this section Summary

Link to this section Functions

Callback implementation for Salty.Secretbox.keybytes/0.

Callback implementation for Salty.Secretbox.macbytes/0.

Callback implementation for Salty.Secretbox.noncebytes/0.

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.