1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-07-23 06:58:13 +00:00
trezor-firmware/core/embed/rust/crypto.h
matejcik 3d47a7f1da 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-01-24 12:37:14 +01:00

3 lines
53 B
C

#include "ed25519-donna/ed25519.h"
#include "sha2.h"