1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-20 06:49:14 +00:00
trezor-firmware/core
Pavol Rusnak d505edaaa0 fix(core): set ECMULT_GEN_PREC_BITS = 4 for secp256k1_zkp
the setting configures size of precomputed static context

size = 64 * (1 << ECMULT_GEN_PREC_BITS) * (256 / ECMULT_GEN_PREC_BITS)

for ECMULT_GEN_PREC_BITS == 2 the size is 64 * 512 == 32 KB
for ECMULT_GEN_PREC_BITS == 4 the size is 64 * 1024 == 64 KB
for ECMULT_GEN_PREC_BITS == 8 the size is 64 * 8192 == 512 KB
2021-10-25 14:41:28 +02:00
..
.changelog.d fix(core/ethereum): ask before showing paginated data field 2021-10-19 17:13:28 +02:00
assets
embed feat(core): enable f-strings for micropython 2021-10-13 11:53:17 +02:00
mocks feat(core): add Rust UI components, layouts, text rendering 2021-10-07 15:01:55 +02:00
prof
site_scons/site_tools/micropython
src fix(core/ethereum): ask before showing paginated data field 2021-10-19 17:13:28 +02:00
tests feat(core): add BIP-350 test cases to test_trezor.crypto.bech32 2021-10-18 13:36:05 +02:00
tools
vendor move vendored submodules to root vendor/ dir 2019-05-13 13:51:53 +02:00
.dockerignore
.gitignore
.pylintrc
.towncrier.template.md
asan_blacklist.txt
AUTHORS MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
CHANGELOG.md
CHANGELOG.unreleased
COPYING
emu.py
emu.sh
Makefile
README.md
SConscript.boardloader
SConscript.bootloader
SConscript.bootloader_ci
SConscript.firmware fix(core): set ECMULT_GEN_PREC_BITS = 4 for secp256k1_zkp 2021-10-25 14:41:28 +02:00
SConscript.prodtest
SConscript.reflash
SConscript.unix fix(core): set ECMULT_GEN_PREC_BITS = 4 for secp256k1_zkp 2021-10-25 14:41:28 +02:00
SConstruct
towncrier.toml

Trezor Core

Firmware currently running on Model T.

See docs/core for more info.