ed25519-randombytes-custom.h 211 B

12345678
  1. /*
  2. a custom randombytes must implement:
  3. void ED25519_FN(ed25519_randombytes_unsafe) (void *p, size_t len);
  4. ed25519_randombytes_unsafe is used by the batch verification function
  5. to create random scalars
  6. */