| Crates.io | u64_array_bigints |
| lib.rs | u64_array_bigints |
| version | 0.3.4 |
| created_at | 2022-01-28 05:56:33.413735+00 |
| updated_at | 2023-08-01 22:40:07.950704+00 |
| description | Simple biginteger library based on u64 arrays |
| homepage | |
| repository | https://github.com/AaronKutch/u64_array_bigints |
| max_upload_size | |
| id | 522949 |
| size | 2,565 |
This crate supplies a fixed width Uint type and a U256 type.
This crate is basically a specialized version of awint made for https://github.com/onomyprotocol/cosmos-gravity-bridge.
The rand_support and serde_support feature flags are turned on by default.
The crate is no_std by default.
If the use_parity_uint feature flag is on, the uint crate is used for most function
implementations of U256.