mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-06 05:21:05 +00:00
9 lines
193 B
Python
9 lines
193 B
Python
|
|
||
|
# ../extmod/modtrezorcrypto/modtrezorcrypto-pbkdf2.h
|
||
|
def update(self, iterations: int) -> None:
|
||
|
pass
|
||
|
|
||
|
# ../extmod/modtrezorcrypto/modtrezorcrypto-pbkdf2.h
|
||
|
def key(self) -> bytes:
|
||
|
pass
|