diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2023-07-08 22:07:17 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2023-07-08 22:07:17 -0700 |
commit | eeaeb5754b5a570554da031f9f7a9a669551175b (patch) | |
tree | ca98ec48925d68b8205769a093249b0fad9f12d2 | |
parent | fd14278a312a4c880af0a26d3a4ac0c0759d19c1 (diff) | |
download | txr-eeaeb5754b5a570554da031f9f7a9a669551175b.tar.gz txr-eeaeb5754b5a570554da031f9f7a9a669551175b.tar.bz2 txr-eeaeb5754b5a570554da031f9f7a9a669551175b.zip |
doc: document crc32 parameters.
* txr.1: Specify which crc32 is implemented: which polynomial,
bit direction, and complementation of the output.
-rw-r--r-- | txr.1 | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -67909,6 +67909,15 @@ The .code crc32 function returns the calculated CRC-32 as a nonnegative integer. +The parameters of the algorith are as follows. The polynomial is +.codn #x04C11DB7 ; +the input and result are reflected; the initial value is +.codn #xFFFFFFFF ; +and the final value is bitwise +.IR xor -ed +with +.codn #xFFFFFFFF . + .TP* Examples: .mono |