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
Function: print1
Section: programming/specific
C-Name: print1
Prototype: vs*
Help: print1({str}*): outputs its string arguments (in raw format) without
 ending with newline.
Description:
 (?gen,...):void  pari_printf("${2 format_string}"${2 format_args})
Doc: outputs its arguments in raw
 format, without ending with a newline. Note that you can still embed newlines
 within your strings, using the \b{n} notation~!
 The arguments are converted to strings following the rules in
 \secref{se:strings}.
 %\syn{NO}