u64_array_bigints_core

Crates.iou64_array_bigints_core
lib.rsu64_array_bigints_core
version0.3.4
sourcesrc
created_at2022-02-25 06:39:02.439174
updated_at2023-08-01 22:39:43.921792
descriptionCore library for `u64_array_bigints`
homepage
repositoryhttps://github.com/AaronKutch/u64_array_bigints
max_upload_size
id539276
size75,338
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