This repository has been archived by the owner on May 28, 2019. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
src/trezor/crypto: introduce SecureContext
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()
- Loading branch information