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"