SHAKE256

Alias for SHAKE-256. Recommended to use over the KECCAK structure.

@safe pure nothrow
alias SHAKE256 = KECCAK!(256, true)

Meta