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
Function: inline
Section: programming/specific
Help: inline(x,...,z): declares x,...,z as inline variables [EXPERIMENTAL].
Doc: (Experimental) declare $x,\ldots, z$ as inline variables. Such variables
 behave like lexically scoped variable (see my()) but with unlimited scope.
 It is however possible to exit the scope by using \kbd{uninline()}.
 When used in a GP script, it is recommended to call \kbd{uninline()} before
 the script's end to avoid inline variables leaking outside the script.