ed25519-sha3.c 137 B

12345678
  1. #include <stddef.h>
  2. #include "ed25519-sha3.h"
  3. #include "ed25519-hash-custom-sha3.h"
  4. #define ED25519_SUFFIX _sha3
  5. #include "ed25519.c"