This commit is contained in:
Panicks28 2025-10-03 10:51:48 +00:00 committed by GitHub
commit c54a2a90a0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -299,7 +299,7 @@ def _create_ctr_cipher(factory, **kwargs):
64 bits will be created though - you must really think through all
security consequences of using such a short block size.
initial_value : posive integer or bytes/bytearray/memoryview
initial_value : positive integer or bytes/bytearray/memoryview
The initial value for the counter. If not present, the cipher will
start counting from 0. The value is incremented by one for each block.
The counter number is encoded in big endian mode.