Copyright © 2014-2016, Andrew Bennett
Behaviours: jose_sha3.
Authors: Andrew Bennett (andrew@pixid.com).
| sha3_224/1 | |
| sha3_256/1 | |
| sha3_384/1 | |
| sha3_512/1 | |
| shake128/2 | |
| shake256/2 |
sha3_224(InputBytes) -> any()
sha3_256(InputBytes) -> any()
sha3_384(InputBytes) -> any()
sha3_512(InputBytes) -> any()
shake128(InputBytes, OutputByteLen) -> any()
shake256(InputBytes, OutputByteLen) -> any()
Generated by EDoc