Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/Crypto/Cipher/_mode_ctr.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading