The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
CRC.finish
std
digest
crc
CRC
Returns the finished CRC hash. This also calls
start
to reset the internal state.
struct
CRC
(uint N, ulong P)
@
safe
pure nothrow @
nogc
R
finish
(
)
if
(
N
== 32 ||
N
== 64
)
Meta
Source
See Implementation
std
digest
crc
CRC
functions
finish
peek
put
start
Returns the finished CRC hash. This also calls start to reset the internal state.