Search documentation of JOSE
JOSE
v1.11.9
Pages
Modules
Settings
View Source
jose_jwa_xchacha20_poly1305
(JOSE v1.11.9)
XChaCha: eXtended-nonce ChaCha and AEAD_XChaCha20_Poly1305 See https://tools.ietf.org/html/draft-irtf-cfrg-xchacha
Summary
Functions
authenticate(Message, Key, Nonce0)
decrypt(CipherText, CipherTag, AAD, IV, CEK)
encrypt(PlainText, AAD, IV, CEK)
verify(MAC, Message, Key, Nonce0)
Functions
Link to this function
authenticate(Message, Key, Nonce0)
View Source
Link to this function
decrypt(CipherText, CipherTag, AAD, IV, CEK)
View Source
Link to this function
encrypt(PlainText, AAD, IV, CEK)
View Source
Link to this function
verify(MAC, Message, Key, Nonce0)
View Source