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: removeprimes
Section: number_theoretical
C-Name: removeprimes
Prototype: DG
Help: removeprimes({x=[]}): remove primes in the vector x from the prime table.
 x can also be a single integer. List the current extra primes if x is omitted.
Doc: removes the primes listed in $x$ from
 the prime number table. In particular \kbd{removeprimes(addprimes())} empties
 the extra prime table. $x$ can also be a single integer. List the current
 extra primes if $x$ is omitted.