View Source jose_xchacha20_poly1305_libsodium (JOSE v1.11.10)

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