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
|
|
|
|
'''
|