Module jose_jwa_poly1305

ChaCha20 and Poly1305 for IETF Protocols See https://tools.ietf.org/html/rfc7539.

Copyright © 2014-2016, Andrew Bennett

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

Description

ChaCha20 and Poly1305 for IETF Protocols See https://tools.ietf.org/html/rfc7539

Function Index

mac/2
mac_final/1
mac_init/1
mac_update/2

Function Details

mac/2

mac(M, K) -> any()

mac_final/1

mac_final(X1) -> any()

mac_init/1

mac_init(X1) -> any()

mac_update/2

mac_update(C, X2) -> any()


Generated by EDoc