Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
rand.hpp
Go to the documentation of this file.
1#pragma once
2
3namespace fc {
4
5 /* provides access to the OpenSSL random number generator */
6 void rand_bytes(char* buf, int count);
7 void rand_pseudo_bytes(char* buf, int count);
8} // namespace fc
int * count
namespace sysio::chain
Definition authority.cpp:3
void rand_bytes(char *buf, int count)
Definition rand.cpp:9
void rand_pseudo_bytes(char *buf, int count)
Definition rand.cpp:16
uint8_t buf[2048]