Loading...
Searching...
No Matches
15#ifndef PRIVACY_PROOFS_ZK_LIB_RANDOM_SECURE_RANDOM_ENGINE_H_
16#define PRIVACY_PROOFS_ZK_LIB_RANDOM_SECURE_RANDOM_ENGINE_H_
23#include "random/random.h"
24#include "util/crypto.h"
31 SecureRandomEngine() =
default;
32 void bytes(uint8_t* buf,
size_t n)
override { rand_bytes(buf, n); }