1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-29 10:58:21 +00:00
trezor-firmware/embed/extmod
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
..
modtrezorconfig recovery: Verify the return value of config.has_pin() in dry run recovery. Improve UI messages. Remove code duplication in modtrezorconfig.c. 2019-04-04 16:25:02 +02:00
modtrezorcrypto embed/extmod/modtrezorcrypto: add secp256k1_zkp module 2019-04-15 17:24:55 +02:00
modtrezorio format: start using clang-format with style=Google 2019-03-29 16:35:27 +01:00
modtrezorui modtrezorui: Display.save skips identical screens (#530) 2019-04-02 15:26:34 +02:00
modtrezorutils format: start using clang-format with style=Google 2019-03-29 16:35:27 +01:00
trezorobj.h format: start using clang-format with style=Google 2019-03-29 16:35:27 +01:00