Registry / crypto / zkp-u256

zkp-u256

JSON →
library0.2.1rscratesunverified

Performant implementation of 256-bit unsigned integers for zero-knowledge proofs.

# Cargo.toml [dependencies] zkp-u256 = "0.2.1"
INSTALL
IMPORT
SIG · ZKP-U256
Z
zkp-u256
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 zkp_u256::U256;

Demonstrates basic arithmetic with 256-bit integers.

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

No known issues recorded.

Upgrade
Version history
0.2.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
33 hits · last 30 days
node
26
Amazon
1
OpenAI (training)
1
Resources
zkp-u256 — cargo add zkp-u256 · libregistry