Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 
Go to file
Ioan Bizău 6dbb8c8d1a
fixup! fixup! feat(core): add ability to request backups with any number of groups/shares.
il y a 4 heures
.clusterfuzzlite Run fuzzer in CI il y a 10 mois
.github feat(core): copy T2T1 bootloader UI for T3T1 il y a 2 semaines
ci chore(ci): make arm emulator versions build only in main branches il y a 3 semaines
common feat(core): add ability to request backups with any number of groups/shares. il y a 6 heures
core fixup! feat(core): add ability to request backups with any number of groups/shares. il y a 6 heures
crypto fix(crypto): imporve handling of return value il y a 1 semaine
docs docs: minor fix of build emu il y a 1 semaine
legacy feat(core): add ability to request backups with any number of groups/shares. il y a 6 heures
python fixup! feat(core): add ability to request backups with any number of groups/shares. il y a 6 heures
rust feat(core): add ability to request backups with any number of groups/shares. il y a 6 heures
storage feat(core): use U5 HW keys to additionally encrypt storage items il y a 3 semaines
tests fixup! fixup! feat(core): add ability to request backups with any number of groups/shares. il y a 4 heures
tools feat(crypto): Add Brian Gladman's implementation of GCM. il y a 3 semaines
vendor chore(core): change STM32Cube submodule to separate hal driver and cmsis submodules. il y a 2 mois
.clang-format clang-format: set the IncludeBlocks setting to "Preserve" il y a 4 ans
.editorconfig style: add .editorconfig [skip ci] il y a 4 ans
.gitattributes chore: tag generated files for github diffs il y a 1 mois
.gitignore fix(core,crypto): add more test cases from bip-173 il y a 3 ans
.gitlab-ci.yml ci: move hardware tests over to github actions il y a 2 mois
.gitmodules chore(core): change STM32Cube submodule to separate hal driver and cmsis submodules. il y a 2 mois
.pylintrc chore: move pylint config from setup.cfg to .pylintrc il y a 5 mois
.yamllint.yml style: ignore yaml files in venv il y a 3 ans
CODEOWNERS chore(CODEOWNERS): remove me from some components il y a 3 ans
COMMITS.md docs: introduce conventional-commits (#1234) il y a 4 ans
CONTRIBUTING.md docs: add PR workflow info; move CONTRIBUTING to docs il y a 4 ans
COPYING docs: clear up licensing information il y a 3 ans
LICENSE.md docs: clear up licensing information il y a 3 ans
Makefile feat(crypto): Add Brian Gladman's implementation of GCM. il y a 3 semaines
README.md chore(readme): add link to trezor.io KB disclosure article il y a 1 an
SECURITY.md docs: use monospace for fingerprints il y a 5 ans
build-docker.sh build: allow targets list in build-docker.sh il y a 1 semaine
create_monorepo.py chore: update branch name to main where its used il y a 6 mois
poetry.lock build(deps): drop curve25519-donna and ed25519 from deps il y a 1 semaine
poetry.toml build(poetry): use new (parallel) installer il y a 1 an
pyproject.toml build(deps): drop curve25519-donna and ed25519 from deps il y a 1 semaine
setup.cfg chore: upgrade style checkers il y a 2 mois
shell.nix nix: unify ci/shell.nix and shell.nix il y a 4 ans

README.md

Trezor Firmware

img

Repository Structure

  • ci: Gitlab CI configuration files
  • common/defs: JSON coin definitions and support tables
  • common/protob: Common protobuf definitions for the Trezor protocol
  • common/tools: Tools for managing coin definitions and related data
  • core: Trezor Core, firmware implementation for Trezor T
  • crypto: Stand-alone cryptography library used by both Trezor Core and the Trezor One firmware
  • docs: Assorted documentation
  • legacy: Trezor One firmware implementation
  • python: Python client library and the trezorctl command
  • storage: NORCOW storage implementation used by both Trezor Core and the Trezor One firmware
  • tests: Firmware unit test suite
  • tools: Miscellaneous build and helper scripts
  • vendor: Submodules for external dependencies

Contribute

See CONTRIBUTING.md.

Using Conventional Commits is strongly recommended and might be enforced in future.

Also please have a look at the docs, either in the docs folder or at docs.trezor.io before contributing. The misc chapter should be read in particular because it contains some useful assorted knowledge.

Security vulnerability disclosure

Please report suspected security vulnerabilities in private to security@satoshilabs.com, also see the disclosure section on the Trezor.io website. Please do NOT create publicly viewable issues for suspected security vulnerabilities.

Documentation

See the docs folder or visit docs.trezor.io.