1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-23 16:08:17 +00:00
trezor-firmware/mocks/trezor/crypto/aes/AES.py
2016-09-27 17:26:17 +02:00

7 lines
130 B
Python

# ../extmod/modtrezorcrypto/modtrezorcrypto-aes.h
def update(self, data: bytes) -> bytes:
'''
Update AES context
'''