1
0
Fork 0
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
 
 
Datei suchen
Martin Milata de383f2a8e
refactor(core/ui): fix bootloader build failure
vor 8 Stunden
.clusterfuzzlite Run fuzzer in CI vor 10 Monaten
.github feat(core): copy T2T1 bootloader UI for T3T1 vor 2 Wochen
ci feat(core/ui): rust-based UI flows vor 1 Woche
common fix(legacy): resolves the issue of incorrect signature generation when the Stellar transaction source account differs from the signing account. vor 2 Wochen
core refactor(core/ui): fix bootloader build failure vor 8 Stunden
crypto chore(crypto): Zero-initialize stack variables in AES code. vor 3 Wochen
docs docs: minor fix of build emu vor 1 Woche
legacy fix(legacy): resolves the issue of incorrect signature generation when the Stellar transaction source account differs from the signing account. vor 2 Wochen
python feat(core): add icons for T3T1 vor 1 Woche
rust refactor(core): improve tjpg interface vor 1 Woche
storage feat(core): use U5 HW keys to additionally encrypt storage items vor 2 Wochen
tests feat(core): T3T1 ShareWords component vor 1 Woche
tools feat(crypto): Add Brian Gladman's implementation of GCM. vor 3 Wochen
vendor chore(core): change STM32Cube submodule to separate hal driver and cmsis submodules. vor 2 Monaten
.clang-format clang-format: set the IncludeBlocks setting to "Preserve" vor 4 Jahren
.editorconfig style: add .editorconfig [skip ci] vor 4 Jahren
.gitattributes chore: tag generated files for github diffs vor 1 Monat
.gitignore fix(core,crypto): add more test cases from bip-173 vor 3 Jahren
.gitlab-ci.yml ci: move hardware tests over to github actions vor 2 Monaten
.gitmodules chore(core): change STM32Cube submodule to separate hal driver and cmsis submodules. vor 2 Monaten
.pylintrc chore: move pylint config from setup.cfg to .pylintrc vor 5 Monaten
.yamllint.yml style: ignore yaml files in venv vor 3 Jahren
CODEOWNERS chore(CODEOWNERS): remove me from some components vor 3 Jahren
COMMITS.md docs: introduce conventional-commits (#1234) vor 4 Jahren
CONTRIBUTING.md docs: add PR workflow info; move CONTRIBUTING to docs vor 4 Jahren
COPYING docs: clear up licensing information vor 3 Jahren
LICENSE.md docs: clear up licensing information vor 3 Jahren
Makefile feat(crypto): Add Brian Gladman's implementation of GCM. vor 3 Wochen
README.md chore(readme): add link to trezor.io KB disclosure article vor 1 Jahr
SECURITY.md docs: use monospace for fingerprints vor 5 Jahren
build-docker.sh build: differentiate between models for prodtest build vor 10 Monaten
create_monorepo.py chore: update branch name to main where its used vor 6 Monaten
poetry.lock build(deps): bump idna from 3.3 to 3.7 vor 2 Wochen
poetry.toml build(poetry): use new (parallel) installer vor 1 Jahr
pyproject.toml feat: Remove pyblake2 vor 1 Monat
setup.cfg chore: upgrade style checkers vor 2 Monaten
shell.nix nix: unify ci/shell.nix and shell.nix vor 4 Jahren

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.