WrapperDigest.put

update the message digest with a block of bytes.

class WrapperDigest(T)
@safe override nothrow @nogc
void
put
(
in ubyte[] input...
)

Parameters

input ubyte[]

the ubyte slice containing the data.

Meta