class_group 0.6.1

Rust library for building IQC: cryptography based on class groups (Cl) of imaginary quadratic orders
Documentation
1
2
3
4
5
6
7
8
9
10
Function: getrand
Section: programming/specific
C-Name: getrand
Prototype:
Help: getrand(): current value of random number seed.
Doc: returns the current value of the seed used by the
 pseudo-random number generator \tet{random}. Useful mainly for debugging
 purposes, to reproduce a specific chain of computations. The returned value
 is technical (reproduces an internal state array), and can only be used as an
 argument to \tet{setrand}.