mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-01 02:50:59 +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
|