1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-19 04:48:12 +00:00

modtrezorcrypto: fix doc

This commit is contained in:
Jan Pochyla 2017-06-14 19:27:13 +02:00
parent 181a2ad8c9
commit 197baf66b4

View File

@ -37,7 +37,7 @@ enum {
#define AESModeMask 0x3F
#define AESDirMask 0xC0
/// def __init__(self, mode: int, key: bytes, iv: bytes = ...) -> None:
/// def __init__(self, mode: int, key: bytes, iv: bytes = None) -> None:
/// '''
/// Initialize AES context.
/// '''