A pure Rust big integer library designed for cryptographic applications with constant-time operations and no_std support.
# Cargo.toml
[dependencies]
crypto-bigint = "0.7.3"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates basic arithmetic with a 256-bit unsigned integer.
Use with caution in security-critical contexts; consider additional hardening.
No dependency data recorded yet.