1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-12 10:58:59 +00:00
trezor-firmware/python/tests
matejcik 15bd35824b
python/cosi: improve API
cosi.verify was renamed to verify_combined, because it is pretty much
ed25519.verify, and the new name implies what it does in terms of the
CoSi scheme: verify a signature with already-combined public keys.

cosi.verify_m_of_n signature was simplified by not requiring the `n`
parameter, which is not important for verification. The updated function
was renamed to cosi.verify, because this is the standard CoSi
verification operation: given signature, digest, required number of
signatures, sigmask, and a list of public keys, verify that enough
signatures are indicated and that they sign the digest.
2020-01-20 17:32:58 +01:00
..
test_ckd_public.py python: restructure package 2019-08-12 12:57:25 +02:00
test_cosi.py python/cosi: improve API 2020-01-20 17:32:58 +01:00
test_nem.py python: restructure package 2019-08-12 12:57:25 +02:00
test_protobuf_encoding.py python: add more protobuf tests 2019-11-18 11:50:07 +01:00
test_protobuf_misc.py python: add more protobuf tests 2019-11-18 11:50:07 +01:00
test_stellar.py python: restructure package 2019-08-12 12:57:25 +02:00
test_transport.py python: restructure package 2019-08-12 12:57:25 +02:00
test_tx_api.py python: restructure package 2019-08-12 12:57:25 +02:00