mirror of
https://github.com/fluencelabs/tendermint
synced 2025-04-26 07:12:16 +00:00
9 lines
211 B
C
9 lines
211 B
C
|
/*
|
||
|
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
|
||
|
*/
|