class_group 0.6.0

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
Function: getabstime
Section: programming/specific
C-Name: getabstime
Prototype: l
Help: getabstime(): milliseconds of CPU time since startup.
Doc: returns the CPU time (in milliseconds) elapsed since \kbd{gp} startup.
 This provides a reentrant version of \kbd{gettime}:
 \bprog
 my (t = getabstime());
 ...
 print("Time: ", getabstime() - t);
 @eprog
 For a version giving wall-clock time, see \tet{getwalltime}.