Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
rng.hpp
Go to the documentation of this file.
1
12#ifndef RNG_HPP_
13#define RNG_HPP_
14
15#include <cstdint>
16
17namespace libff {
18
19template<typename FieldT>
20FieldT SHA512_rng(const uint64_t idx);
21
22} // libff
23
24#include <libff/common/rng.tcc>
25
26#endif // RNG_HPP_
FieldT SHA512_rng(const uint64_t idx)
unsigned __int64 uint64_t
Definition stdint.h:136