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
14
Function: _[_.._]
Section: symbolic_operators
C-Name: vecslice0
Prototype: GD0,L,L
Help: x[a..b] = [x[a],x[a+1],...,x[b]]

Function: _[_.._,_.._]
Section: symbolic_operators
C-Name: matslice0
Prototype: GD0,L,D0,L,D0,L,D0,L,
Help: x[a..b,c..d] = [x[a,c],  x[a+1,c],  ...,x[b,c];
                      x[a,c+1],x[a+1,c+1],...,x[b,c+1];
                        ...       ...          ...
                      x[a,d],  x[a+1,d]  ,...,x[b,d]]