mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 07:28:10 +00:00
67f3af619a
We don't use any ZKP features at the moment, so we might as well switch to upstream secp256k1 which does stable releases now. I am keeping the original submodule name and "zkp" in all integrations, because it seemed kind of pointless to try to rename/refactor everything, especially when we might want to switch back to secp256k1-zkp in the future.
30 lines
1.1 KiB
Plaintext
30 lines
1.1 KiB
Plaintext
[submodule "vendor/micropython"]
|
|
path = vendor/micropython
|
|
url = https://github.com/trezor/micropython.git
|
|
[submodule "vendor/QR-Code-generator"]
|
|
path = vendor/QR-Code-generator
|
|
url = https://github.com/nayuki/QR-Code-generator.git
|
|
ignore = untracked
|
|
[submodule "vendor/secp256k1-zkp"]
|
|
path = vendor/secp256k1-zkp
|
|
url = https://github.com/bitcoin-core/secp256k1.git
|
|
[submodule "common/defs/ethereum/tokens"]
|
|
path = common/defs/ethereum/tokens
|
|
url = https://github.com/ethereum-lists/tokens.git
|
|
[submodule "crypto/tests/wycheproof"]
|
|
path = crypto/tests/wycheproof
|
|
url = https://github.com/google/wycheproof
|
|
[submodule "legacy/libopencm3"]
|
|
path = vendor/libopencm3
|
|
url = https://github.com/libopencm3/libopencm3.git
|
|
[submodule "legacy/vendor/nanopb"]
|
|
path = vendor/nanopb
|
|
url = https://github.com/nanopb/nanopb.git
|
|
ignore = untracked
|
|
[submodule "vendor/fido2-tests"]
|
|
path = vendor/fido2-tests
|
|
url = https://github.com/trezor/fido2-tests.git
|
|
[submodule "common/defs/ethereum/chains"]
|
|
path = common/defs/ethereum/chains
|
|
url = https://github.com/ethereum-lists/chains
|