CRC.put

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

struct CRC(uint N, ulong P)
@trusted pure nothrow @nogc
void
put
(
scope const(ubyte)[] data...
)
if (
N == 32 ||
N == 64
)

Meta

Suggestion Box / Bug Report