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 | 1e4c5806cefdb0d6611f56160959ad1b56273f4b (patch) | |
tree | ca98ec48925d68b8205769a093249b0fad9f12d2 | |
parent | 9e84ee8a8a27b2123385084e418d7bd069304a0e (diff) | |
download | txr-1e4c5806cefdb0d6611f56160959ad1b56273f4b.tar.gz txr-1e4c5806cefdb0d6611f56160959ad1b56273f4b.tar.bz2 txr-1e4c5806cefdb0d6611f56160959ad1b56273f4b.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 |