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
   echo = 1
? sum(x=0,50000,x);
? sum(x=1,1000,log(x));
? sum(x=1,25,sum(y=1,100,x/y),0.0);
? sum(x=1,100,sum(y=1,100,x/y,0.0));
? if(getheap()!=HEAP,getheap())
? print("Total time spent: ",gettime);
Total time spent: 17