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
Function: polcoeff
Section: polynomials
C-Name: polcoeff0
Prototype: GLDn
Help: polcoeff(x,n,{v}): deprecated alias for polcoef.
Description:
 (pol, 0):gen:copy       constant_coeff($1)
 (pol, 0,):gen:copy      constant_coeff($1)
 (pol, small):gen:copy   RgX_coeff($1, $2)
 (pol, small,):gen:copy  RgX_coeff($1, $2)
 (gen, small, ?var):gen polcoeff0($1, $2, $3)
Obsolete: 2018-05-14
Doc: Deprecated alias for polcoef.