SHA.put

Use this to feed the digest with data. Also implements the std.range.primitives.isOutputRange interface for ubyte and const(ubyte)[].

struct SHA(uint hashBlockSize, uint digestSize)
@trusted pure nothrow @nogc
void
put
(
scope const(ubyte)[] input...
)

Meta