Copyright © 2014-2016, Andrew Bennett
Authors: Andrew Bennett (andrew@pixid.com).
| keccak/5 | |
| keccak_absorb/4 | |
| keccak_f_1600/1 | |
| keccak_pad/4 | |
| load64/1 | |
| load_lanes/1 | |
| rol64/2 | |
| sha3_224/1 | |
| sha3_256/1 | |
| sha3_384/1 | |
| sha3_512/1 | |
| shake128/2 | |
| shake256/2 | |
| store64/1 | |
| store_lanes/1 |
keccak(Rate, Capacity, InputBytes, DelimitedSuffix, OutputByteLen) -> any()
keccak_absorb(RateInBytes, InputBytes, StateBytes, DelimitedSuffix) -> any()
keccak_f_1600(State) -> any()
keccak_pad(RateInBytes, BlockSize, StateBytes, DelimitedSuffix) -> any()
load64(X1) -> any()
load_lanes(State) -> any()
rol64(A, N) -> any()
sha3_224(InputBytes) -> any()
sha3_256(InputBytes) -> any()
sha3_384(InputBytes) -> any()
sha3_512(InputBytes) -> any()
shake128(InputBytes, OutputByteLen) -> any()
shake256(InputBytes, OutputByteLen) -> any()
store64(B) -> any()
store_lanes(Lanes) -> any()
Generated by EDoc