1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-25 17:09:44 +00:00
trezor-firmware/embed
Tim Ruffing 52d34955e7 embed/extmod/modtrezorcrypto: add secp256k1_zkp module
This includes the https://github.com/ElementsProject/secp256k1-zkp library
(which is a fork from sipa/secp256k1 used in Bitcoin Core) as a module. It
is currently not used in any app.

This commit the first step towards integrating Liquid (tracking issue #282).

Note that this creates a new 64 kiB read-only data section in .flash2 for
pre-computed tables (secp256k1_ecmult_static_context) which speed up
signature creation and related private key operations.

Co-authored-by: Roman Zeyde <me@romanzey.de>
Co-authored-by: Andrew Poelstra <apoelstra@wpsoftware.net>
Co-authored-by: Pavol Rusnak <pavol@rusnak.io>
2019-04-15 17:24:55 +02:00
..
boardloader format: start using clang-format with style=Google 2019-03-29 16:35:27 +01:00
bootloader format: start using clang-format with style=Google 2019-03-29 16:35:27 +01:00
extmod embed/extmod/modtrezorcrypto: add secp256k1_zkp module 2019-04-15 17:24:55 +02:00
firmware embed/extmod/modtrezorcrypto: add secp256k1_zkp module 2019-04-15 17:24:55 +02:00
prodtest format: start using clang-format with style=Google 2019-03-29 16:35:27 +01:00
reflash format: start using clang-format with style=Google 2019-03-29 16:35:27 +01:00
trezorhal format: start using clang-format with style=Google 2019-03-29 16:35:27 +01:00
unix unix: enable micropython uos extmod 2019-04-10 16:34:31 +02:00
vendorheader embed/vendorheader: add unsafe_signed_prod, use it by default 2018-02-08 16:45:23 +01:00