WrapperDigest.put

update the message digest with a block of bytes.

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

Parameters

input
Type: ubyte[]

the ubyte slice containing the data.

Meta