ed25519_keccak.c 205 B

1234567891011121314
  1. #include "../options.h"
  2. #if USE_KECCAK
  3. #include <stddef.h>
  4. #include "ed25519_keccak.h"
  5. #include "ed25519_hash_custom_keccak.h"
  6. #define ED25519_SUFFIX _keccak
  7. #include "ed25519.c"
  8. #endif // USE_KECCAK