mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-01 11:58:28 +00:00
52d34955e7
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> |
||
---|---|---|
.. | ||
crc.c | ||
crc.h | ||
modtrezorcrypto-aes.h | ||
modtrezorcrypto-bip32.h | ||
modtrezorcrypto-bip39.h | ||
modtrezorcrypto-blake2b.h | ||
modtrezorcrypto-blake2s.h | ||
modtrezorcrypto-blake256.h | ||
modtrezorcrypto-chacha20poly1305.h | ||
modtrezorcrypto-crc.h | ||
modtrezorcrypto-curve25519.h | ||
modtrezorcrypto-ed25519.h | ||
modtrezorcrypto-groestl.h | ||
modtrezorcrypto-monero.h | ||
modtrezorcrypto-nem.h | ||
modtrezorcrypto-nist256p1.h | ||
modtrezorcrypto-pbkdf2.h | ||
modtrezorcrypto-random.h | ||
modtrezorcrypto-rfc6979.h | ||
modtrezorcrypto-ripemd160.h | ||
modtrezorcrypto-secp256k1_zkp.h | ||
modtrezorcrypto-secp256k1.h | ||
modtrezorcrypto-sha1.h | ||
modtrezorcrypto-sha3-256.h | ||
modtrezorcrypto-sha3-512.h | ||
modtrezorcrypto-sha256.h | ||
modtrezorcrypto-sha512.h | ||
modtrezorcrypto.c | ||
rand.c |