We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 571b64f commit 34aa219Copy full SHA for 34aa219
Doc/library/lzma.rst
@@ -318,7 +318,7 @@ Compressing and decompressing data in memory
318
single: checksum; Cyclic Redundancy Check
319
320
Computes a CRC (Cyclic Redundancy Check) checksum of *data*. The
321
- result is a positive integer. If *value* is present, it is used
+ result is a positive integer, less than :math:`2^32`. If *value* is present, it is used
322
as the starting value of the checksum; otherwise, a default value of 0
323
is used. Passing in *value* allows computing a running checksum over the
324
concatenation of several inputs. The algorithm is not cryptographically
0 commit comments