1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-12 10:58:59 +00:00
trezor-firmware/core
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
..
assets
embed core/embed: don't use local copy of inflate 2020-01-18 17:09:52 +01:00
mocks tests: introduce UI tests for core 2020-01-03 14:28:27 +00:00
prof core: introduce coverage wrapper 2020-01-09 15:26:40 +01:00
site_scons/site_tools/micropython core: remove qstr blacklist 2020-01-07 20:52:43 +01:00
src common/defs: add Faceboook to recognized apps 2020-01-16 15:35:45 +00:00
tests tests: introduce UI tests for core with diffs (#784) 2020-01-10 20:39:31 +01:00
tools python/cosi: improve API 2020-01-20 17:32:58 +01:00
vendor
.dockerignore
.gitignore core: git ignore coverage outputs 2019-06-26 22:10:05 +02:00
.pylintrc
asan_blacklist.txt core: asan config 2019-06-27 19:09:55 +02:00
AUTHORS
ChangeLog core: bump version to 2.2.1; update changelog 2019-12-16 19:06:33 +01:00
COPYING
emu.sh core/emu: use #!/usr/bin/env in shebang (#263) 2019-06-26 12:16:41 +02:00
Makefile tests: introduce UI tests for core with diffs (#784) 2020-01-10 20:39:31 +01:00
README.md docs: move docs to root 2019-12-06 12:24:20 +00:00
SConscript.boardloader core/embed: don't use local copy of inflate 2020-01-18 17:09:52 +01:00
SConscript.bootloader core/embed: don't use local copy of inflate 2020-01-18 17:09:52 +01:00
SConscript.firmware core/embed: don't use local copy of inflate 2020-01-18 17:09:52 +01:00
SConscript.prodtest core/embed: don't use local copy of inflate 2020-01-18 17:09:52 +01:00
SConscript.reflash core/embed: don't use local copy of inflate 2020-01-18 17:09:52 +01:00
SConscript.unix core/embed: don't use local copy of inflate 2020-01-18 17:09:52 +01:00
SConstruct
trezor_cmd.sh all: replace /bin/bash with /usr/bin/env bash 2019-09-12 17:35:55 +02:00

Trezor Core

Firmware currently running on Model T.

See docs/core for more info.