mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-08-04 12:56:25 +00:00
![]() usage: from trezor.crypto import SecureContext with SecureContext() as sc: sc.var1 = ... sc.var2 = ... SecureContext will call destructors of all variables assigned to sc in the block. It will also call gc.collect() |
||
---|---|---|
.. | ||
__init__.py | ||
aes.py | ||
base32.py | ||
base58.py | ||
bech32.py | ||
cashaddr.py | ||
curve.py | ||
der.py | ||
hashlib.py | ||
hmac.py | ||
rlp.py |