You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trezor-firmware/embed/extmod/modtrezorcrypto
Pavol Rusnak 9aa947d2e1
embed/extmod/modtrezorcrypto: remove redundant code in bip32
6 years ago
..
crc.c trezor.crypto: adopt crc32 function 7 years ago
crc.h trezor.crypto: adopt crc32 function 7 years ago
modtrezorcrypto-aes.h introduce and use memzero instead of explicit_bzero 7 years ago
modtrezorcrypto-bip32.h embed/extmod/modtrezorcrypto: remove redundant code in bip32 6 years ago
modtrezorcrypto-bip39.h modtrezorcrypto/bip39: throw less exceptions 7 years ago
modtrezorcrypto-blake2b.h introduce and use memzero instead of explicit_bzero 7 years ago
modtrezorcrypto-blake2s.h introduce and use memzero instead of explicit_bzero 7 years ago
modtrezorcrypto-blake256.h introduce and use memzero instead of explicit_bzero 7 years ago
modtrezorcrypto-chacha20poly1305.h introduce and use memzero instead of explicit_bzero 7 years ago
modtrezorcrypto-crc.h trezor.crypto: add static keyword to crc 7 years ago
modtrezorcrypto-curve25519.h trezor.crypto: remove vstr usage, refactor mp_obj_new_str_from_vstr into mp_obj_new_bytes and mp_obj_new_str 7 years ago
modtrezorcrypto-ed25519.h trezor.crypto: remove vstr usage, refactor mp_obj_new_str_from_vstr into mp_obj_new_bytes and mp_obj_new_str 7 years ago
modtrezorcrypto-nist256p1.h trezor.crypto: remove vstr usage, refactor mp_obj_new_str_from_vstr into mp_obj_new_bytes and mp_obj_new_str 7 years ago
modtrezorcrypto-pbkdf2.h introduce and use memzero instead of explicit_bzero 7 years ago
modtrezorcrypto-random.h trezor.crypto: use mp_obj_new_str_from_vstr where we already have preallocated vstr 7 years ago
modtrezorcrypto-rfc6979.h trezor.crypto: remove vstr usage, refactor mp_obj_new_str_from_vstr into mp_obj_new_bytes and mp_obj_new_str 7 years ago
modtrezorcrypto-ripemd160.h introduce and use memzero instead of explicit_bzero 7 years ago
modtrezorcrypto-secp256k1.h trezor.crypto: remove vstr usage, refactor mp_obj_new_str_from_vstr into mp_obj_new_bytes and mp_obj_new_str 7 years ago
modtrezorcrypto-sha1.h introduce and use memzero instead of explicit_bzero 7 years ago
modtrezorcrypto-sha3-256.h introduce and use memzero instead of explicit_bzero 7 years ago
modtrezorcrypto-sha3-512.h introduce and use memzero instead of explicit_bzero 7 years ago
modtrezorcrypto-sha256.h introduce and use memzero instead of explicit_bzero 7 years ago
modtrezorcrypto-sha512.h introduce and use memzero instead of explicit_bzero 7 years ago
modtrezorcrypto.c trezor.crypto: implement chacha20poly1305 aka rfc7539 7 years ago
rand.c vendor: update trezor-crypto, adapt codebase to changes 7 years ago