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: printsep
Section: programming/specific
C-Name: printsep
Prototype: vss*
Help: printsep(sep,{str}*): outputs its string arguments (in raw format),
 separated by 'sep', ending with a newline.
Doc: outputs its arguments in raw format, ending with a newline.
 The arguments are converted to strings following the rules in
 \secref{se:strings}. Successive entries are separated by \var{sep}:
 \bprog
 ? printsep(":", 1,2,3,4)
 1:2:3:4
 @eprog
 %\syn{NO}