1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-20 23:09:13 +00:00
trezor-firmware/core/embed/extmod/modtrezorcrypto
2024-07-18 14:40:43 +02:00
..
crc.c
crc.h
hdnode.h
modtrezorcrypto-aes.h fix(core): Clean up when constructor fails to reduce memory fragmentation. 2024-04-03 10:26:46 +02:00
modtrezorcrypto-aesgcm.h feat(core): add AES-GCM in-place encryption and decryption 2024-05-31 15:41:06 +02:00
modtrezorcrypto-bech32.h fix(core): prevent negative-length array 2024-04-09 14:29:46 +02:00
modtrezorcrypto-bip32.h
modtrezorcrypto-bip39.h
modtrezorcrypto-bip340.h
modtrezorcrypto-blake2b.h fix(core): Clean up when constructor fails to reduce memory fragmentation. 2024-04-03 10:26:46 +02:00
modtrezorcrypto-blake2s.h fix(core): Clean up when constructor fails to reduce memory fragmentation. 2024-04-03 10:26:46 +02:00
modtrezorcrypto-blake256.h
modtrezorcrypto-cardano.h fix(core): Clean up when constructor fails to reduce memory fragmentation. 2024-04-03 10:26:46 +02:00
modtrezorcrypto-chacha20poly1305.h fix(core): Clean up when constructor fails to reduce memory fragmentation. 2024-04-03 10:26:46 +02:00
modtrezorcrypto-crc.h style(core): fix indentation in crc32 documentation 2024-07-18 14:40:43 +02:00
modtrezorcrypto-curve25519.h
modtrezorcrypto-ed25519.h
modtrezorcrypto-elligator2.h feat(core): add elligator2 python bindings 2024-05-10 20:05:37 +02:00
modtrezorcrypto-groestl.h
modtrezorcrypto-hmac.h fix(core): Clean up when constructor fails to reduce memory fragmentation. 2024-04-03 10:26:46 +02:00
modtrezorcrypto-monero.h chore(core): change build_mocks to include empty lines 2024-05-31 13:35:11 +02:00
modtrezorcrypto-nem.h
modtrezorcrypto-nist256p1.h
modtrezorcrypto-optiga.h feat(core): Implement DebugLinkOptigaSetSecMax. 2024-07-09 16:52:50 +02:00
modtrezorcrypto-pbkdf2.h fix(core): Clean up when constructor fails to reduce memory fragmentation. 2024-04-03 10:26:46 +02:00
modtrezorcrypto-random.h
modtrezorcrypto-ripemd160.h
modtrezorcrypto-secp256k1.h
modtrezorcrypto-sha1.h
modtrezorcrypto-sha3-256.h fix(core): Clean up when constructor fails to reduce memory fragmentation. 2024-04-03 10:26:46 +02:00
modtrezorcrypto-sha3-512.h fix(core): Clean up when constructor fails to reduce memory fragmentation. 2024-04-03 10:26:46 +02:00
modtrezorcrypto-sha256.h
modtrezorcrypto-sha512.h
modtrezorcrypto-shamir.h
modtrezorcrypto-slip39.h
modtrezorcrypto.c refactor(core): improve and simplify error handling 2024-06-17 16:57:33 +02:00
rand.c