yali 0.1.1

Yet Another LargeInt Library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
mod add;
mod div;
mod mul;
mod sub;

mod pow;

mod rem;

mod shl;
mod shr;

mod divmod;
mod modexp;