1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-30 18:10:56 +00:00
trezor-firmware/core/embed/rust/src/crypto
matejcik 3b88116bba feat(core/rust): add trezorcrypto bindings
for now, we use sha256 and a little of ed25519 for CoSi purposes

also add the Merkle root algorithm
2024-02-12 14:49:32 +01:00
..
cosi.rs feat(core/rust): add trezorcrypto bindings 2024-02-12 14:49:32 +01:00
ed25519.rs feat(core/rust): add trezorcrypto bindings 2024-02-12 14:49:32 +01:00
ffi.rs feat(core/rust): add trezorcrypto bindings 2024-02-12 14:49:32 +01:00
merkle.rs feat(core/rust): add trezorcrypto bindings 2024-02-12 14:49:32 +01:00
mod.rs feat(core/rust): add trezorcrypto bindings 2024-02-12 14:49:32 +01:00
sha256.rs feat(core/rust): add trezorcrypto bindings 2024-02-12 14:49:32 +01:00