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-sha3.c

9 lines
137 B

#include <stddef.h>
#include "ed25519-sha3.h"
#include "ed25519-hash-custom-sha3.h"
#define ED25519_SUFFIX _sha3
#include "ed25519.c"