oa::FnHash::shake128

SHAKE-128 batch XOF. input [N, msgLen] bytes; output [N, ceil(outLen/8)*8] bytes (16-byte default). Row i = SHAKE128(message i).

Function Documentation

Matrix oa::FnHash::shake128( const Matrix & inA, oa::U32 inOutputLength = 16 )
SHAKE-128 batch XOF. input [N, msgLen] bytes; output [N, ceil(outLen/8)*8] bytes (16-byte default). Row i = SHAKE128(message i).

Parameters

inA
const Matrix &

inOutputLength
oa::U32

Default: 16

Returns

Matrix

The declared return value.