You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trezor-firmware/crypto/ed25519-donna/ed25519-keccak.c

9 lines
143 B

#include <stddef.h>
#include "ed25519-keccak.h"
#include "ed25519-hash-custom-keccak.h"
#define ED25519_SUFFIX _keccak
#include "ed25519.c"