1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-26 17:38:39 +00:00
trezor-firmware/core/tools
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
..
codegen all: rename TREZOR to Trezor where possible 2019-06-17 20:28:29 +02:00
hid-bridge core/tools: Clarify hid-bridge README. 2019-08-09 12:46:41 +02:00
binctl python/cosi: improve API 2020-01-20 17:32:58 +01:00
build_icons.py core: fix build-icons 2019-12-09 16:31:46 +01:00
build_mocks core/typing: improve extmod types 2019-07-09 12:51:48 +02:00
build_templates MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
build_vendorheader MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
combine_firmware MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
keyctl python/cosi: improve API 2020-01-20 17:32:58 +01:00
keyctl-coordinator python/cosi: improve API 2020-01-20 17:32:58 +01:00
keyctl-proxy MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
res_collect MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
toif_convert.py core: use common implementation for toif_convert 2019-12-09 16:31:46 +01:00