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
14
15
16
Function: warning
Section: programming/specific
C-Name: warning0
Prototype: vs*
Help: warning({str}*): display warning message str.
Description:
 (?gen,...):void  pari_warn(warnuser, "${2 format_string}"${2 format_args})
Doc: outputs the message ``user warning''
 and the argument list (each of them interpreted as a string).
 If colors are enabled, this warning will be in a different color,
 making it easy to distinguish.
 \bprog
 warning(n, " is very large, this might take a while.")
 @eprog
 % \syn{NO}