1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-18 13:38:12 +00:00
trezor-firmware/extmod/modtrezorcrypto
2016-11-01 18:22:29 +01:00
..
modtrezorcrypto-aes.h use mp_raise_ValueError and mp_raise_TypeError functions 2016-10-07 12:09:05 +02:00
modtrezorcrypto-bip32.h modtrezorcrypto: add HDNode.address 2016-10-20 15:13:47 +02:00
modtrezorcrypto-bip39.h use mp_obj_new_str_of_type where it makes sense instead of mp_obj_new_str_from_vstr 2016-10-07 13:57:21 +02:00
modtrezorcrypto-blake2s.h trezor.crypto: add key option for blake2s, add unit tests for blake2s 2016-11-01 18:22:29 +01:00
modtrezorcrypto-curve25519.h vendor: update trezor-crypto 2016-10-24 21:00:21 +02:00
modtrezorcrypto-ed25519.h modtrezorcrypto: add generate_secret methods to curves 2016-10-24 13:23:10 +02:00
modtrezorcrypto-nist256p1.h modtrezorcrypto: add generate_secret methods to curves 2016-10-24 13:23:10 +02:00
modtrezorcrypto-pbkdf2.h fix pbkdf2.key() method 2016-10-07 13:41:25 +02:00
modtrezorcrypto-random.h use mp_obj_new_str_of_type where it makes sense instead of mp_obj_new_str_from_vstr 2016-10-07 13:57:21 +02:00
modtrezorcrypto-ripemd160.h trezor.crypto: add blake2s hash, update submodules 2016-11-01 17:31:24 +01:00
modtrezorcrypto-secp256k1.h modtrezorcrypto: add generate_secret methods to curves 2016-10-24 13:23:10 +02:00
modtrezorcrypto-sha3-256.h trezor.crypto: add blake2s hash, update submodules 2016-11-01 17:31:24 +01:00
modtrezorcrypto-sha3-512.h trezor.crypto: add blake2s hash, update submodules 2016-11-01 17:31:24 +01:00
modtrezorcrypto-sha256.h trezor.crypto: add blake2s hash, update submodules 2016-11-01 17:31:24 +01:00
modtrezorcrypto-sha512.h trezor.crypto: add blake2s hash, update submodules 2016-11-01 17:31:24 +01:00
modtrezorcrypto-ssss.h use mp_raise_ValueError and mp_raise_TypeError functions 2016-10-07 12:09:05 +02:00
modtrezorcrypto.c trezor.crypto: add blake2s hash, update submodules 2016-11-01 17:31:24 +01:00
rand.c modules: add missing copyright headers 2016-10-11 14:05:55 +02:00
rand.h modules: add missing copyright headers 2016-10-11 14:05:55 +02:00
ssss.c modules: add missing copyright headers 2016-10-11 14:05:55 +02:00
ssss.h modules: add missing copyright headers 2016-10-11 14:05:55 +02:00
trezor-crypto adapt to new trezor-crypto 2016-09-27 17:23:21 +02:00