Keccak.absorbBits

Undocumented in source.
struct Keccak(uint capacity)
package nothrow @nogc
void
absorbBits
(
in ubyte partialByte
,
in ulong bitLen
)
if (
capacity % 8 == 0
)

Meta