Copyright © 2014-2022, Andrew Bennett
Behaviours: jose_xchacha20_poly1305.
Authors: Andrew Bennett (potatosaladx@gmail.com).
| authenticate/3 | |
| decrypt/5 | |
| encrypt/4 | |
| verify/4 |
authenticate(Message, Key, Nonce) -> any()
decrypt(CipherText, CipherTag, AAD, IV, CEK) -> any()
encrypt(PlainText, AAD, IV, CEK) -> any()
verify(MAC, Message, Key, Nonce) -> any()
Generated by EDoc