blob: 9f5106340cc7e100751253847d505d97811d9b3c (
plain)
1
2
3
4
5
6
7
8
|
/*
a custom randombytes must implement:
void ED25519_FN(ed25519_randombytes_unsafe) (void *p, size_t len);
ed25519_randombytes_unsafe is used by the batch verification function
to create random scalars
*/
|