Update to API docs

This commit is contained in:
Helder Eijs 2018-04-03 21:33:15 +02:00
parent 6fd65d491f
commit fc8e6c5eb9
22 changed files with 111 additions and 109 deletions

View file

@ -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.