CRC.start

Used to initialize the CRC32 digest.

Note: For this CRC32 Digest implementation calling start after default construction is not necessary. Calling start is only necessary to reset the Digest.

Generic code which deals with different Digest types should always call start though.

struct CRC(uint N, ulong P)
@safe pure nothrow @nogc
void
start
()
if (
N == 32 ||
N == 64
)

Meta

Suggestion Box / Bug Report