1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-09 17:39:04 +00:00
Go to file
2019-01-31 19:18:06 +01:00
aes aes: update to newest version 2018-08-14 13:05:21 +02:00
chacha20poly1305 Fix counter initialization bug in rfc7539_init(). Fix const correctness in rfc7539.h and chacha20poly1305.h. (#188) 2018-11-30 15:17:52 +01:00
ed25519-donna replace all usage of memset(_, 0, _) with memzero 2019-01-23 16:43:34 +01:00
gui
monero move ge25519.c into curve25519-donna-32bit.c and ed25519-donna-impl-base.c (#177) 2018-09-03 16:22:35 +02:00
tests replace all usage of memset(_, 0, _) with memzero 2019-01-23 16:43:34 +01:00
tools hasher: Replace hasher_Double with HASHER_*D 2018-04-03 18:28:06 +02:00
.gitignore move tests into tests/ 2018-04-05 13:26:59 +02:00
.gitmodules integrate Wycheproof tests 2018-07-16 14:27:18 +02:00
.travis.yml integrate Wycheproof tests 2018-07-16 14:27:18 +02:00
address.c address: fix ethereum address computation, chain_id is uint32 2018-06-27 16:53:18 +02:00
address.h address: fix ethereum address computation, chain_id is uint32 2018-06-27 16:53:18 +02:00
AUTHORS
base32.c
base32.h
base58.c replace all usage of memset(_, 0, _) with memzero 2019-01-23 16:43:34 +01:00
base58.h xmr: monero crypto implemented, tests 2018-09-03 16:22:35 +02:00
bignum.c bignum: add assumption about i to bn_multiply_reduce_step 2019-01-23 15:45:25 +01:00
bignum.h
bip32.c replace all usage of memset(_, 0, _) with memzero 2019-01-23 16:43:34 +01:00
bip32.h rename hasher_multisig to hasher_script 2018-09-05 19:53:35 +02:00
bip39_english.h bip39: use static modifier 2018-01-02 14:15:08 +01:00
bip39.c bip39: truncate long passphrases (more than 256 characters) 2019-01-23 20:04:57 +01:00
bip39.h bip39: truncate long passphrases (more than 256 characters) 2019-01-23 20:04:57 +01:00
blake2_common.h
blake2b.c replace all usage of memset(_, 0, _) with memzero 2019-01-23 16:43:34 +01:00
blake2b.h blake2s: add InitPersonal 2018-06-19 18:06:23 +02:00
blake2s.c replace all usage of memset(_, 0, _) with memzero 2019-01-23 16:43:34 +01:00
blake2s.h blake2s: add InitPersonal 2018-06-19 18:06:23 +02:00
blake256.c
blake256.h
cash_addr.c cash_addr: fix hardcoded value of CHECKSUM_SIZE 2018-10-25 11:57:03 +02:00
cash_addr.h Added cashaddr support (#120) 2018-04-05 11:15:05 +02:00
check_mem.h
CONTRIBUTORS
curves.c add smartcash curve (#176) 2018-08-30 12:02:42 +02:00
curves.h add smartcash curve (#176) 2018-08-30 12:02:42 +02:00
ecdsa.c Improve function naming (#181) 2018-09-13 14:58:29 +02:00
ecdsa.h Improve function naming (#181) 2018-09-13 14:58:29 +02:00
groestl_internal.h Groestl hash cleanup 2018-04-23 16:15:59 +02:00
groestl.c replace all usage of memset(_, 0, _) with memzero 2019-01-23 16:43:34 +01:00
groestl.h Groestl hash: more cleanups 2018-04-23 16:15:59 +02:00
hasher.c hasher: add param_size to hasher_InitParam 2019-01-31 19:18:06 +01:00
hasher.h hasher: add param_size to hasher_InitParam 2019-01-31 19:18:06 +01:00
hmac.c replace all usage of memset(_, 0, _) with memzero 2019-01-23 16:43:34 +01:00
hmac.h
LICENSE
Makefile move ge25519.c into curve25519-donna-32bit.c and ed25519-donna-impl-base.c (#177) 2018-09-03 16:22:35 +02:00
memzero.c use memzero from libsodium 2019-01-23 19:39:17 +01:00
memzero.h use memzero from libsodium 2019-01-23 19:39:17 +01:00
nem_serialize.h
nem.c Fixed undefined behavior 2018-03-27 15:04:55 +02:00
nem.h Makefile: simplify include path, move subdirs to where used in C files 2018-01-13 14:51:51 +01:00
nist256p1.c rename hasher_multisig to hasher_script 2018-09-05 19:53:35 +02:00
nist256p1.h
nist256p1.table
options.h add USE_CARDANO default to options.h 2018-09-05 15:04:32 +02:00
pbkdf2.c replace all usage of memset(_, 0, _) with memzero 2019-01-23 16:43:34 +01:00
pbkdf2.h replace cardano with v2 (#179) 2018-09-05 12:08:36 +02:00
rand.c rand: add a reseed function to be used in tests 2019-01-02 14:36:02 +01:00
rand.h rand: add a reseed function to be used in tests 2019-01-02 14:36:02 +01:00
rc4.c
rc4.h
README.md integrate Wycheproof tests 2018-07-16 14:27:18 +02:00
rfc6979.c introduce and use memzero instead of explicit_bzero 2018-01-18 15:18:09 +01:00
rfc6979.h
ripemd160.c replace all usage of memset(_, 0, _) with memzero 2019-01-23 16:43:34 +01:00
ripemd160.h
script.c hasher: Replace hasher_Double with HASHER_*D 2018-04-03 18:28:06 +02:00
script.h
secp256k1.c rename hasher_multisig to hasher_script 2018-09-05 19:53:35 +02:00
secp256k1.h add smartcash curve (#176) 2018-08-30 12:02:42 +02:00
secp256k1.table
segwit_addr.c fix signed/unsigned comparison 2018-10-23 23:34:47 +02:00
segwit_addr.h
setup.py use env where possible 2018-09-30 15:40:18 +02:00
sha2.c Adapted sha1 to match sha2 code. 2018-04-05 09:24:41 +02:00
sha2.h
sha3.c replace all usage of memset(_, 0, _) with memzero 2019-01-23 16:43:34 +01:00
sha3.h
shell.nix replace all usage of memset(_, 0, _) with memzero 2019-01-23 16:43:34 +01:00

trezor-crypto

Build Status gitter

Heavily optimized cryptography algorithms for embedded devices.

These include:

  • AES/Rijndael encryption/decryption
  • Big Number (256 bit) Arithmetics
  • BIP32 Hierarchical Deterministic Wallets
  • BIP39 Mnemonic code
  • ECDSA signing/verifying (supports secp256k1 and nist256p1 curves, uses RFC6979 for deterministic signatures)
  • ECDSA public key derivation
  • Base32 (RFC4648 and custom alphabets)
  • Base58 address representation
  • Ed25519 signing/verifying (also SHA3 and Keccak variants)
  • ECDH using secp256k1, nist256p1 and Curve25519
  • HMAC-SHA256 and HMAC-SHA512
  • PBKDF2
  • RIPEMD-160
  • SHA1
  • SHA2-256/SHA2-512
  • SHA3/Keccak
  • BLAKE2s/BLAKE2b
  • Chacha20-Poly1305
  • unit tests (using Check - check.sf.net; in test_check.c)
  • tests against OpenSSL (in test_openssl.c)
  • integrated Wycheproof tests

Distibuted under MIT License.

Some parts of the library come from external sources: