mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-15 09:02:02 +00:00
5 lines
147 B
Python
5 lines
147 B
Python
![]() |
|
||
|
# ../extmod/modtrezorcrypto/modtrezorcrypto-pbkdf2.h
|
||
|
def pbkdf2(prf: str, password: bytes, salt: bytes, iterations: int=None) -> Pbkdf2:
|
||
|
pass
|