You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Ioan Bizău 6dbb8c8d1a
fixup! fixup! feat(core): add ability to request backups with any number of groups/shares.
преди 5 часа
.clusterfuzzlite Run fuzzer in CI преди 10 месеца
.github feat(core): copy T2T1 bootloader UI for T3T1 преди 2 седмици
ci chore(ci): make arm emulator versions build only in main branches преди 3 седмици
common feat(core): add ability to request backups with any number of groups/shares. преди 6 часа
core fixup! feat(core): add ability to request backups with any number of groups/shares. преди 6 часа
crypto fix(crypto): imporve handling of return value преди 1 седмица
docs docs: minor fix of build emu преди 1 седмица
legacy feat(core): add ability to request backups with any number of groups/shares. преди 6 часа
python fixup! feat(core): add ability to request backups with any number of groups/shares. преди 6 часа
rust feat(core): add ability to request backups with any number of groups/shares. преди 6 часа
storage feat(core): use U5 HW keys to additionally encrypt storage items преди 3 седмици
tests fixup! fixup! feat(core): add ability to request backups with any number of groups/shares. преди 5 часа
tools feat(crypto): Add Brian Gladman's implementation of GCM. преди 3 седмици
vendor chore(core): change STM32Cube submodule to separate hal driver and cmsis submodules. преди 2 месеца
.clang-format clang-format: set the IncludeBlocks setting to "Preserve" преди 4 години
.editorconfig style: add .editorconfig [skip ci] преди 4 години
.gitattributes chore: tag generated files for github diffs преди 1 месец
.gitignore fix(core,crypto): add more test cases from bip-173 преди 3 години
.gitlab-ci.yml ci: move hardware tests over to github actions преди 2 месеца
.gitmodules chore(core): change STM32Cube submodule to separate hal driver and cmsis submodules. преди 2 месеца
.pylintrc chore: move pylint config from setup.cfg to .pylintrc преди 5 месеца
.yamllint.yml style: ignore yaml files in venv преди 3 години
CODEOWNERS chore(CODEOWNERS): remove me from some components преди 3 години
COMMITS.md docs: introduce conventional-commits (#1234) преди 4 години
CONTRIBUTING.md docs: add PR workflow info; move CONTRIBUTING to docs преди 4 години
COPYING docs: clear up licensing information преди 3 години
LICENSE.md docs: clear up licensing information преди 3 години
Makefile feat(crypto): Add Brian Gladman's implementation of GCM. преди 3 седмици
README.md chore(readme): add link to trezor.io KB disclosure article преди 1 година
SECURITY.md docs: use monospace for fingerprints преди 5 години
build-docker.sh build: allow targets list in build-docker.sh преди 1 седмица
create_monorepo.py chore: update branch name to main where its used преди 6 месеца
poetry.lock build(deps): drop curve25519-donna and ed25519 from deps преди 1 седмица
poetry.toml build(poetry): use new (parallel) installer преди 1 година
pyproject.toml build(deps): drop curve25519-donna and ed25519 from deps преди 1 седмица
setup.cfg chore: upgrade style checkers преди 2 месеца
shell.nix nix: unify ci/shell.nix and shell.nix преди 4 години

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.