1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-11 10:29:01 +00:00
trezor-firmware/mocks/trezor/crypto.py

7 lines
179 B
Python
Raw Normal View History

2016-09-27 14:48:21 +00:00
2017-04-08 16:43:26 +00:00
# extmod/modtrezorcrypto/modtrezorcrypto-pbkdf2.h
2016-09-27 14:48:21 +00:00
def pbkdf2(prf: str, password: bytes, salt: bytes, iterations: int=None) -> Pbkdf2:
2016-10-07 11:27:43 +00:00
'''
Create a PBKDF2 context
'''