mirror of
https://github.com/Legrandin/pycryptodome.git
synced 2025-12-08 05:19:46 +00:00
Update to API docs
This commit is contained in:
parent
6fd65d491f
commit
fc8e6c5eb9
22 changed files with 111 additions and 109 deletions
|
|
@ -88,7 +88,7 @@ def new(key, mode, *args, **kwargs):
|
|||
:param key:
|
||||
The secret key to use in the symmetric cipher.
|
||||
It must be 8 byte long. The parity bits will be ignored.
|
||||
:type key: byte string
|
||||
:type key: bytes/bytearray/memoryview
|
||||
|
||||
:param mode:
|
||||
The chaining mode to use for encryption or decryption.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue