mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-26 17:38:39 +00:00
15bd35824b
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. |
||
---|---|---|
.. | ||
codegen | ||
hid-bridge | ||
binctl | ||
build_icons.py | ||
build_mocks | ||
build_templates | ||
build_vendorheader | ||
combine_firmware | ||
keyctl | ||
keyctl-coordinator | ||
keyctl-proxy | ||
res_collect | ||
toif_convert.py |