KECCAK.put

Feed the algorithm with data Also implements the std.range.primitives.isOutputRange interface for ubyte and const(ubyte)[].

struct KECCAK(uint digestSize, bool shake = false)
@safe @nogc pure nothrow @trusted
void
put
(
scope const(ubyte)[] input...
)

Meta