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
Function: msgetweight
Section: modular_symbols
C-Name: msgetweight
Prototype: lG
Help: msgetweight(M): M being a full modular symbol space, as given by msinit, return its weight k.
Doc: $M$ being a full modular symbol space, as given by \kbd{msinit}, return
 its weight $k$.
 \bprog
 ? M = msinit(11,4);
 ? msgetweight(M)
 %2 = 4
 @eprog