View Source jose_jwa_chacha20_poly1305 (JOSE v1.11.10)

ChaCha20 and Poly1305 for IETF Protocols See https://tools.ietf.org/html/rfc7539

Summary

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