Module jose_jwa_sha3

.

Copyright © 2014-2016, Andrew Bennett

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

Description

Function Index

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

Function Details

keccak/5

keccak(Rate, Capacity, InputBytes, DelimitedSuffix, OutputByteLen) -> any()

keccak_absorb/4

keccak_absorb(RateInBytes, InputBytes, StateBytes, DelimitedSuffix) -> any()

keccak_f_1600/1

keccak_f_1600(State) -> any()

keccak_pad/4

keccak_pad(RateInBytes, BlockSize, StateBytes, DelimitedSuffix) -> any()

load64/1

load64(X1) -> any()

load_lanes/1

load_lanes(State) -> any()

rol64/2

rol64(A, N) -> any()

sha3_224/1

sha3_224(InputBytes) -> any()

sha3_256/1

sha3_256(InputBytes) -> any()

sha3_384/1

sha3_384(InputBytes) -> any()

sha3_512/1

sha3_512(InputBytes) -> any()

shake128/2

shake128(InputBytes, OutputByteLen) -> any()

shake256/2

shake256(InputBytes, OutputByteLen) -> any()

store64/1

store64(B) -> any()

store_lanes/1

store_lanes(Lanes) -> any()


Generated by EDoc