phobos ~master (2024-10-03T07:50:27Z)
Dub
Repo
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.