u64_array_bigints

Crates.iou64_array_bigints
lib.rsu64_array_bigints
version0.3.4
sourcesrc
created_at2022-01-28 05:56:33.413735
updated_at2023-08-01 22:40:07.950704
descriptionSimple biginteger library based on u64 arrays
homepage
repositoryhttps://github.com/AaronKutch/u64_array_bigints
max_upload_size
id522949
size2,565
Aaron Kutch (AaronKutch)

documentation

https://docs.rs/u64_array_bigints

README

u64_array_bigints

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.

feature flags

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.

Commit count: 16

cargo fmt