summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--txr.19
1 files changed, 9 insertions, 0 deletions
diff --git a/txr.1 b/txr.1
index 3e187c85..603a7b8c 100644
--- a/txr.1
+++ b/txr.1
@@ -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