1
I Use This!
Activity Not Available

Commits : Listings

Analyzed 8 months ago. based on code collected over 1 year ago.
Oct 11, 2022 — Oct 11, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
use -O3 instead of -Os More... over 9 years ago
Merge pull request #38 from romanz/master More... over 9 years ago
Merge pull request #38 from romanz/master More... over 9 years ago
use -O3 instead of -Os More... over 9 years ago
use -O3 instead of -Os More... over 9 years ago
gui: fixup after ECDSA updates More... over 9 years ago
gui: fixup after ECDSA updates More... over 9 years ago
Remove unnecessary #include "secp256k1.h" More... over 9 years ago
Remove unnecessary #include "secp256k1.h" More... over 9 years ago
Update documentation regarding ECDSA curves support More... over 9 years ago
Update documentation regarding ECDSA curves support More... over 9 years ago
Merge pull request #37 from jdb6167/master More... over 9 years ago
Merge pull request #37 from jdb6167/master More... over 9 years ago
whitespace More... over 9 years ago
whitespace More... over 9 years ago
two bugfixes: 1. nist256p1.c was not included in setup.py, causing import errors when using TrezorCrypto.so in Python. 2. if you attempted a hardened derivation in python using the compiled TrezorCrypto module, an IntegerOverflowError would occur because Python ints are always signed. one-line fix by changing int to unsigned int in the pyx file More... over 9 years ago
two bugfixes: 1. nist256p1.c was not included in setup.py, causing import errors when using TrezorCrypto.so in Python. 2. if you attempted a hardened derivation in python using the compiled TrezorCrypto module, an IntegerOverflowError would occur because Python ints are always signed. one-line fix by changing int to unsigned int in the pyx file More... over 9 years ago
simplify layout Dialog in SignIdentity More... over 9 years ago
simplify layout Dialog in SignIdentity More... over 9 years ago
Merge pull request #36 from romanz/docker-build More... over 9 years ago
Merge pull request #36 from romanz/docker-build More... over 9 years ago
rework SignIdentity signing More... over 9 years ago
rework SignIdentity signing More... over 9 years ago
firmware-docker-build: revert branch and repository More... over 9 years ago
firmware-docker-build: revert branch and repository More... over 9 years ago
implement CipherKeyValue.iv field More... over 9 years ago
implement CipherKeyValue.iv field More... over 9 years ago
update submodules More... over 9 years ago
update submodules More... over 9 years ago
Merge branch 'master' of git://github.com/romanz/trezor-mcu into romanz-master More... over 9 years ago