u64_array_bigints 0.1.0

Simple biginteger library based on u64 arrays
Documentation
1
2
3
4
5
6
7
8
9
10
11
# u64_array_bigints

This crate currently just supplies a special purpose integer `U256` type.

It is planned for this crate to be coded without the `uint` dependency and to have more general
bigints based on `u64` arrays.

## feature flags

The `serde_support` feature flag is turned on by default.
The crate is `no_std` by default.