trezor-core/extmod/modtrezorcrypto
Pavol Rusnak 3e8b025cbd
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-aes.h use mp_raise_ValueError and mp_raise_TypeError functions 2016-10-07 12:09:05 +02:00
modtrezorcrypto-bip32.h minor changes in modtrezorcrypto docu 2016-10-07 13:27:43 +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-ed25519.h use mp_raise_ValueError and mp_raise_TypeError functions 2016-10-07 12:09:05 +02:00
modtrezorcrypto-nist256p1.h use mp_raise_ValueError and mp_raise_TypeError functions 2016-10-07 12:09:05 +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 validate mp_buffer_info_t usage for cases where len==0 2016-10-04 19:22:48 +02:00
modtrezorcrypto-secp256k1.h use mp_raise_ValueError and mp_raise_TypeError functions 2016-10-07 12:09:05 +02:00
modtrezorcrypto-sha3-256.h validate mp_buffer_info_t usage for cases where len==0 2016-10-04 19:22:48 +02:00
modtrezorcrypto-sha3-512.h validate mp_buffer_info_t usage for cases where len==0 2016-10-04 19:22:48 +02:00
modtrezorcrypto-sha256.h validate mp_buffer_info_t usage for cases where len==0 2016-10-04 19:22:48 +02:00
modtrezorcrypto-sha512.h validate mp_buffer_info_t usage for cases where len==0 2016-10-04 19:22:48 +02:00
modtrezorcrypto-ssss.h use mp_raise_ValueError and mp_raise_TypeError functions 2016-10-07 12:09:05 +02:00
modtrezorcrypto.c crypto: add bip32 2016-10-06 15:05:14 +02:00
rand.c add unit tests for trezor.crypto.random 2016-09-27 17:25:48 +02:00
rand.h add trezor.crypto.random 2016-09-27 17:25:47 +02:00
ssss.c more ssss work 2016-09-27 17:25:46 +02:00
ssss.h fix include in ssss 2016-09-27 17:25:50 +02:00
trezor-crypto adapt to new trezor-crypto 2016-09-27 17:23:21 +02:00