Copyright © 2014-2016, Andrew Bennett
Authors: Andrew Bennett (andrew@pixid.com).
| block/3 | |
| column_round/1 | |
| diagonal_round/1 | |
| encrypt/4 | |
| quarter_round/1 |
block(Key, Counter, Nonce) -> any()
column_round(X1) -> any()
diagonal_round(X1) -> any()
encrypt(Key, Counter, Nonce, Plaintext) -> any()
quarter_round(X1) -> any()
Generated by EDoc