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
Function: system
Section: programming/specific
C-Name: gpsystem
Prototype: vs
Help: system(str): str being a string, execute the system command str.
Doc: \var{str} is a string representing a system command. This command is
 executed, its output written to the standard output (this won't get into your
 logfile), and control returns to the PARI system. This simply calls the C
 \kbd{system} command.