mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-17 05:03:07 +00:00
7 lines
182 B
Python
7 lines
182 B
Python
|
|
# ../extmod/modtrezorcrypto/modtrezorcrypto-pbkdf2.h
|
|
def pbkdf2(prf: str, password: bytes, salt: bytes, iterations: int=None) -> Pbkdf2:
|
|
'''
|
|
Create a PBKDF2 context
|
|
'''
|