Registry / crypto / etcommon-bigint

etcommon-bigint

JSON →
library0.2.10rscratesunverified

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

# Cargo.toml [dependencies] etcommon-bigint = "0.2.10"
INSTALL
IMPORT
SIG · ETCOMMON-BIGINT
E
etcommon-bigint
cryptorustv0.2.10
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 etcommon_bigint::U256;

Create and operate on 256-bit unsigned integers.

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

No known issues recorded.

Upgrade
Version history
0.2.10latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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