ietf-openpgp
[Top] [All Lists]

typo?

1999-04-22 16:19:28
Sorry to interrupt the new invigorated discussion, but is this a typo?

------------
The CRC is computed by using the generator 0x864CFB and an initialization of
0xB704CE.

<snip>

6.1. An Implementation of the CRC-24 in "C"

       #define CRC24_INIT 0xb704ceL
       #define CRC24_POLY 0x1864cfbL
------------

The generator constant in the code sample has a "1" that is not in the
preceding text.

--Noah--

<Prev in Thread] Current Thread [Next in Thread>