mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-26 00:08:10 +00:00
ba365b5486
from https://github.com/pyca/ed25519 This makes the calculations several orders of magnitude faster, which allows us to run the CoSi test in Travis. It also doesn't stop firmware update for several seconds while we validate the CoSi signatures. It's still essentially the same insecure implementation, fallible to all the same timing attacks, and it shouldn't be used for anything except validating public signatures of public data. But now it also takes about as much time as it should on modern hardware. |
||
---|---|---|
.. | ||
__init__.py | ||
test_ckd_public.py | ||
test_cosi.py | ||
test_nem.py | ||
test_protobuf.py | ||
test_stellar.py | ||
test_transport.py | ||
test_tx_api.py |