Registry / crypto / ethnum

ethnum

JSON →
library1.5.2rscratesunverified

256-bit integer implementation.

# Cargo.toml [dependencies] ethnum = "1.5.2"
INSTALL
IMPORT
SIG · ETHNUM
E
ethnum
cryptorustv1.5.2
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 ethnum::U256;

Creates and adds two 256-bit unsigned integers.

use ethnum::U256; let a = U256::from(42); let b = U256::from(10); let sum = a + b;
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.5.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
Resources
ethnum — cargo add ethnum · libregistry