Registry / crypto / ethereum-bigint

ethereum-bigint

JSON →
library0.2.9rscratesunverified

Big integer (256-bit and 512-bit) implementation for SputnikVM and other Ethereum Classic clients.

# Cargo.toml [dependencies] ethereum-bigint = "0.2.9"
INSTALL
IMPORT
SIG · ETHEREUM-BIGINT
E
ethereum-bigint
cryptorustv0.2.9
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 ethereum_bigint::U256;

Perform arithmetic with 256-bit integers.

use ethereum_bigint::U256; fn main() { let a = U256::from(42); let b = U256::from(10); let sum = a + b; println!("Sum: {}", sum); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.9latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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