1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-12 19:09:10 +00:00
trezor-firmware/crypto/ed25519-donna/ed25519-keccak.c

9 lines
143 B
C
Raw Normal View History

2017-05-16 18:26:35 +00:00
#include <stddef.h>
#include "ed25519-keccak.h"
#include "ed25519-hash-custom-keccak.h"
#define ED25519_SUFFIX _keccak
#include "ed25519.c"