twibint 0.3.2

Crate for arithmetic on arbitrarily large integers. Provides Python bindings as well.
Documentation
1
2
3
4
5
6
7
mod addsub;
mod mul;
mod neg;
mod shift;

#[cfg(test)]
mod tests;