2014-03-27 18:13:02 +00:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
|
|
namespace fc {
|
|
|
|
|
|
|
|
|
|
/* provides access to the OpenSSL random number generator */
|
|
|
|
|
void rand_bytes(char* buf, int count);
|
2020-10-29 18:47:49 +00:00
|
|
|
//void rand_pseudo_bytes(char* buf, int count);
|
2014-03-27 18:13:02 +00:00
|
|
|
} // namespace fc
|