Search documentation of JOSE
JOSE
v1.11.9
Pages
Modules
Settings
View Source
jose_jwa_chacha20_poly1305
(JOSE v1.11.9)
ChaCha20 and Poly1305 for IETF Protocols See https://tools.ietf.org/html/rfc7539
Summary
Functions
authenticate(Message, Key, Nonce)
decrypt(CipherText, CipherTag, AAD, IV, CEK)
encrypt(PlainText, AAD, IV, CEK)
verify(MAC, Message, Key, Nonce)
Functions
Link to this function
authenticate(Message, Key, Nonce)
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, Nonce)
View Source