KECCAK.put

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

struct KECCAK(uint digestSize, uint shake = 0)
@trusted
void
put
(
scope const(ubyte)[] input...
)

Meta