View Source jose_jwa_xchacha20_poly1305 (JOSE v1.11.10)

XChaCha: eXtended-nonce ChaCha and AEAD_XChaCha20_Poly1305 See https://tools.ietf.org/html/draft-irtf-cfrg-xchacha

Summary

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