View Source jose_chacha20_poly1305_unsupported (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, Key)

View Source
Link to this function

encrypt(PlainText, AAD, IV, Key)

View Source
Link to this function

verify(MAC, Message, Key, Nonce)

View Source