Electroneum
ed25519-randombytes-custom.h
Go to the documentation of this file.
1 /*
2  a custom randombytes must implement:
3 
4  void ED25519_FN(ed25519_randombytes_unsafe) (void *p, size_t len);
5 
6  ed25519_randombytes_unsafe is used by the batch verification function
7  to create random scalars
8 */