Clearmatics Libff  0.1
C++ library for Finite Fields and Elliptic Curves
rng.hpp
Go to the documentation of this file.
1 
12 #ifndef RNG_HPP_
13 #define RNG_HPP_
14 
15 #include <cstdint>
16 
17 namespace libff
18 {
19 
20 template<typename FieldT> FieldT SHA512_rng(const uint64_t idx);
21 
22 } // namespace libff
23 
24 #include <libff/common/rng.tcc>
25 
26 #endif // RNG_HPP_
rng.tcc
libff
Definition: ffi.cpp:8
libff::SHA512_rng
FieldT SHA512_rng(const uint64_t idx)