mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-23 16:08:17 +00:00
7 lines
130 B
Python
7 lines
130 B
Python
|
|
# ../extmod/modtrezorcrypto/modtrezorcrypto-aes.h
|
|
def update(self, data: bytes) -> bytes:
|
|
'''
|
|
Update AES context
|
|
'''
|