mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-18 20:38:10 +00:00
modtrezorcrypto: fix doc
This commit is contained in:
parent
181a2ad8c9
commit
197baf66b4
@ -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.
|
||||
/// '''
|
||||
|
Loading…
Reference in New Issue
Block a user