mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-14 03:30:02 +00:00
9 lines
143 B
C
9 lines
143 B
C
|
#include <stddef.h>
|
||
|
|
||
|
#include "ed25519-keccak.h"
|
||
|
#include "ed25519-hash-custom-keccak.h"
|
||
|
|
||
|
#define ED25519_SUFFIX _keccak
|
||
|
|
||
|
#include "ed25519.c"
|