1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-11 02:19:21 +00:00
trezor-firmware/embed/extmod/modtrezorcrypto
2019-01-23 18:37:56 +01:00
..
crc.c embed/extmod/modtrezorcrypto: rename crc32 to checksum_crc32 2018-10-29 00:11:22 +01:00
crc.h embed/extmod/modtrezorcrypto: rename crc32 to checksum_crc32 2018-10-29 00:11:22 +01:00
modtrezorcrypto-aes.h replace all usage of memset(_, 0, _) with memzero 2019-01-23 17:16:46 +01:00
modtrezorcrypto-bip32.h modtrezorcrypto: add explicit __del__ to HDNode 2018-12-13 15:47:05 +01:00
modtrezorcrypto-bip39.h embed/extmod/modtrezorcrypto: use mnemonic_clear where needed 2019-01-23 18:37:56 +01:00
modtrezorcrypto-blake2b.h replace all usage of memset(_, 0, _) with memzero 2019-01-23 17:16:46 +01:00
modtrezorcrypto-blake2s.h replace all usage of memset(_, 0, _) with memzero 2019-01-23 17:16:46 +01:00
modtrezorcrypto-blake256.h replace all usage of memset(_, 0, _) with memzero 2019-01-23 17:16:46 +01:00
modtrezorcrypto-chacha20poly1305.h xmr: master merging commit 2018-10-25 14:04:50 +02:00
modtrezorcrypto-crc.h embed/extmod/modtrezorcrypto: rename crc32 to checksum_crc32 2018-10-29 00:11:22 +01:00
modtrezorcrypto-curve25519.h xmr: master merging commit 2018-10-25 14:04:50 +02:00
modtrezorcrypto-ed25519.h xmr: master merging commit 2018-10-25 14:04:50 +02:00
modtrezorcrypto-groestl.h replace all usage of memset(_, 0, _) with memzero 2019-01-23 17:16:46 +01:00
modtrezorcrypto-monero.h replace all usage of memset(_, 0, _) with memzero 2019-01-23 17:16:46 +01:00
modtrezorcrypto-nem.h xmr: master merging commit 2018-10-25 14:04:50 +02:00
modtrezorcrypto-nist256p1.h xmr: master merging commit 2018-10-25 14:04:50 +02:00
modtrezorcrypto-pbkdf2.h replace all usage of memset(_, 0, _) with memzero 2019-01-23 17:16:46 +01:00
modtrezorcrypto-random.h xmr: master merging commit 2018-10-25 14:04:50 +02:00
modtrezorcrypto-rfc6979.h xmr: master merging commit 2018-10-25 14:04:50 +02:00
modtrezorcrypto-ripemd160.h replace all usage of memset(_, 0, _) with memzero 2019-01-23 17:16:46 +01:00
modtrezorcrypto-secp256k1.h xmr: master merging commit 2018-10-25 14:04:50 +02:00
modtrezorcrypto-sha1.h replace all usage of memset(_, 0, _) with memzero 2019-01-23 17:16:46 +01:00
modtrezorcrypto-sha3-256.h replace all usage of memset(_, 0, _) with memzero 2019-01-23 17:16:46 +01:00
modtrezorcrypto-sha3-512.h replace all usage of memset(_, 0, _) with memzero 2019-01-23 17:16:46 +01:00
modtrezorcrypto-sha256.h replace all usage of memset(_, 0, _) with memzero 2019-01-23 17:16:46 +01:00
modtrezorcrypto-sha512.h replace all usage of memset(_, 0, _) with memzero 2019-01-23 17:16:46 +01:00
modtrezorcrypto.c xmr: master merging commit 2018-10-25 14:04:50 +02:00
rand.c embed: add GPLv3 source code headers 2018-02-26 14:07:37 +01:00