mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-23 07:58:09 +00:00
998fb9fce6
trezor.crypto: update docu
13 lines
260 B
Python
13 lines
260 B
Python
|
|
# ../extmod/modtrezorcrypto/modtrezorcrypto-pbkdf2.h
|
|
def update(self, iterations: int) -> None:
|
|
'''
|
|
Update a PBKDF2 context
|
|
'''
|
|
|
|
# ../extmod/modtrezorcrypto/modtrezorcrypto-pbkdf2.h
|
|
def key(self) -> bytes:
|
|
'''
|
|
Retreive derived key
|
|
'''
|