sha3_HashBuffer

?

extern (C) pure nothrow @trusted @nogc @live
sha3_HashBuffer
(
uint bitSize
,,
scope const void* in_
,
size_t inBytes
,
return scope void* out_
,)

Parameters

bitSize uint

256, 384, 512

flags .SHA3_FLAGS

.SHA3_FLAGS.SHA3_FLAGS_NONE or .SHA3_FLAGS.SHA3_FLAGS_KECCAK

in_ void*

?

inBytes size_t

?

out_ void*

?

outBytes uint

up to bitSize / 8; truncation OK

Return Value

?

Meta