Module jose_chacha20_poly1305

.

Copyright © 2014-2016, Andrew Bennett

Behaviours: jose_block_encryptor.

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

Description

Function Index

authenticate/3
block_decrypt/4
block_encrypt/4
verify/4

Function Details

authenticate/3

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

block_decrypt/4

block_decrypt(X1, Key, IV, X4) -> any()

block_encrypt/4

block_encrypt(X1, Key, IV, X4) -> any()

verify/4

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


Generated by EDoc