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
a = 5; a \= 2
b = 5; b \/= 2
c = 5; c >>= 2
d = 5; d <<= 1
e = 5; e %= 3
m=[a,b,c,d,e]
a++
e--
m[2]--
m[3]++
m
[a,b,c,d,e]