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.

8 lines
211 B

  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. */