Registry / crypto / ethcore-bigint

ethcore-bigint

JSON →
library0.2.1rscratesunverified

Large fixed-size integers and hash function outputs

# Cargo.toml [dependencies] ethcore-bigint = "0.2.1"
INSTALL
IMPORT
SIG · ETHCORE-BIGINT
E
ethcore-bigint
cryptorustv0.2.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

U256
use ethcore_bigint::U256;

Creates a new 256-bit unsigned integer.

use ethcore_bigint::U256; fn main() { let val = U256::from(42); println!("{}", val); }
Debug
Known issues
breakingDeprecated in favor of `ethereum-types` or `primitive-types`
fix
Use `ethereum-types` or `primitive-types` crate instead
affects: >=0.2.0
Upgrade
Version history
0.2.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
Resources
ethcore-bigint — cargo add ethcore-bigint · libregistry