1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-19 06:19:27 +00:00
trezor-firmware/core/mocks/generated
Dusan Klinec 2658e253fa xmr/bp: memory optimizations and improvements
- different approach to vector manipulation - more on the fly operations. Prepared for fully offloaded operations, BP on Trezor with constant memory.
- memory requirements reduced from (4MN + const) to (2MN + const)
- more raw methods to avoid unnecessary encoding/decoding
- chunking improved, chunk size set as a constant, changed from 64 to 32, missing pieces implemented to cover also BP 16
- proof_v8 support discontinued, old hardfork, not needed anymore
- get_exponent register clash fixed (for large vectors)
- reduced heap fragmentation by removing some temporary allocations
- hashing with len and offset to reduce heap fragmentation by creating a sliced arrays
- use to() wherever possible to avoid allocations and return of mutable private object
- global functions start with _ prefix, reduce import footprint
- use __slots__ in classes to minimize footprint
2020-03-02 12:17:03 +01:00
..
trezorcrypto xmr/bp: memory optimizations and improvements 2020-03-02 12:17:03 +01:00
trezorio core/tests: thoroughly test modified APIs 2020-02-27 10:56:23 +01:00
trezorconfig.pyi storage, core: Reveal the wipe code status after the device is unlocked. 2019-11-25 12:32:20 +01:00
trezorui.pyi core/modtrezorui: add display_text_split 2020-02-19 21:40:28 +00:00
trezorutils.pyi core/embed: switch to unprivileged in main.c 2020-01-24 12:29:46 +00:00