big_unsigned_ints 0.1.4

A Crate For Big Unsigned Integers ranging from U256 to U2048 using u64 arrays all under a fixed-size of 32
Documentation
1
2
3
4
5
6
7
8
9
10
11
[dependencies]

[package]
authors = ["0xSilene <51803887+0xSilene@users.noreply.github.com>"]
description = "A Crate For Big Unsigned Integers ranging from U256 to U2048 using u64 arrays all under a fixed-size of 32"
edition = "2018"
keywords = ["BigInts", "Type", "u8", "conversion", "bytes"]
license = "Apache-2.0 AND MIT"
name = "big_unsigned_ints"
repository = "https://github.com/0xSilene/big_unsigned_ints/tree/master"
version = "0.1.4"