mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-05 14:59:44 +00:00
9 lines
137 B
C
9 lines
137 B
C
#include <stddef.h>
|
|
|
|
#include "ed25519-sha3.h"
|
|
#include "ed25519-hash-custom-sha3.h"
|
|
|
|
#define ED25519_SUFFIX _sha3
|
|
|
|
#include "ed25519.c"
|