mirror of
https://github.com/Legrandin/pycryptodome.git
synced 2025-10-19 16:03:45 +00:00
Merge 1e0f1514aa
into 2c3a8905a7
This commit is contained in:
commit
c54a2a90a0
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue