| Crates.io | u64_array_bigints_core |
| lib.rs | u64_array_bigints_core |
| version | 0.3.4 |
| created_at | 2022-02-25 06:39:02.439174+00 |
| updated_at | 2023-08-01 22:39:43.921792+00 |
| description | Core library for `u64_array_bigints` |
| homepage | |
| repository | https://github.com/AaronKutch/u64_array_bigints |
| max_upload_size | |
| id | 539276 |
| size | 75,338 |
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.