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 2e796d6 commit 406bcccCopy full SHA for 406bccc
docs/library/binascii.rst
@@ -36,3 +36,9 @@ Functions
36
Encode binary data in base64 format, as in `RFC 3548
37
<https://tools.ietf.org/html/rfc3548.html>`_. Returns the encoded data
38
followed by a newline character if newline is true, as a bytes object.
39
+
40
+.. function:: crc32(data, [value])
41
42
+ Compute CRC-32, the 32-bit checksum of *data*, starting with an initial CRC
43
+ of *value*. The default initial CRC is zero. The algorithm is consistent
44
+ with the ZIP file checksum.
0 commit comments