Module jose_chacha20_poly1305_unsupported

.

Copyright © 2014-2016, Andrew Bennett

Behaviours: jose_chacha20_poly1305.

Authors: Andrew Bennett (andrew@pixid.com).

Description

Function Index

authenticate/3
decrypt/5
encrypt/4
verify/4

Function Details

authenticate/3

authenticate(Message, Key, Nonce) -> any()

decrypt/5

decrypt(CipherText, CipherTag, AAD, IV, Key) -> any()

encrypt/4

encrypt(PlainText, AAD, IV, Key) -> any()

verify/4

verify(MAC, Message, Key, Nonce) -> any()


Generated by EDoc