Incorrect value in documentation
Brought to you by:
rlbuvel
in the documentation http://crcmod.sourceforge.net/crcmod.predefined.html crc-64-we
is listed with an init-value of 0x0000000000000000
.
However the check-value 0x62EC59E3F1A4F00A
will only be valid if the init-value is 0xFFFFFFFFFFFFFFFF
.
I do not know if the check-value is incorrect or the init-value.
(if the init-value is 0x0000000000000000
then the check-value would be 0x93BF20A0F4B68CB8
)