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
11
12
13
gettime();
WT=getwalltime();
T=getabstime();
for(i=1,2*10^6,)
T2=getabstime();
t2=gettime();
WT2=getwalltime();
abs(t2 - (T2-T)) < 5
abs((WT2-WT) - (T2-T)) < 5
for(i=1,2*10^6,)
t3=gettime();
abs(t2+t3 - (getabstime() - T)) < 5
%#5==T2-T