trezor-core/mocks/trezor/crypto.py

7 lines
182 B
Python
Raw Normal View History

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