Module jose_jwa_chacha20

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

block/3
column_round/1
diagonal_round/1
encrypt/4
quarter_round/1

Function Details

block/3

block(Key, Counter, Nonce) -> any()

column_round/1

column_round(X1) -> any()

diagonal_round/1

diagonal_round(X1) -> any()

encrypt/4

encrypt(Key, Counter, Nonce, Plaintext) -> any()

quarter_round/1

quarter_round(X1) -> any()


Generated by EDoc