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
Function: _>>_
Section: symbolic_operators
C-Name: gshift_right
Prototype: GL
Help: x>>y: compute shift(x,-y).
Description:
 (small, small):small:parens     $(1)>>$(2)
 (int, small):int                shifti($1, -$(2))
 (mp, small):mp                  mpshift($1, -$(2))
 (gen, small):mp                 gshift($1, -$(2))