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
Function: newtonpoly
Section: number_fields
C-Name: newtonpoly
Prototype: GG
Help: newtonpoly(x,p): Newton polygon of polynomial x with respect to the
 prime p.
Doc: gives the vector of the slopes of the Newton
 polygon of the polynomial $x$ with respect to the prime number $p$. The $n$
 components of the vector are in decreasing order, where $n$ is equal to the
 degree of $x$. Vertical slopes occur iff the constant coefficient of $x$ is
 zero and are denoted by \kbd{+oo}.