You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trezor-firmware/embed/extmod
Andrew Kozlik 06ef27a718
config: Erase HW_ENTROPY_DATA when no longer needed. This assumes that config.init() is called only once in production. For the emulator tests config.init() can be called repeatedly, since HW_ENTROPY_DATA is null-initialized to begin with.
6 years ago
..
modtrezorconfig config: Erase HW_ENTROPY_DATA when no longer needed. This assumes that config.init() is called only once in production. For the emulator tests config.init() can be called repeatedly, since HW_ENTROPY_DATA is null-initialized to begin with. 6 years ago
modtrezorcrypto embed/extmod/modtrezorcrypto: use mnemonic_clear where needed 6 years ago
modtrezorio embed/extmod/modtrezorio: add missing secbool conversion in sbu 6 years ago
modtrezorui sdl: allow HIDPI window 6 years ago
modtrezorutils embed/extmod/modtrezorutils: remove utils.symbol, use constants directly 6 years ago
trezorobj.h