BLAKE2.put

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

struct BLAKE2(BLAKE2Variant var, uint digestSize)
@safe @nogc nothrow pure @trusted
void
put
(
scope const(ubyte)[] input...
)

Meta