Pure Rust bigint implementation for use in cryptographic applications
Description
Pure Rust implementation of a big integer library which has been
designed from the ground-up for use in cryptographic applications.
Provides constant-time, no_std-friendly implementations of modern
formulas using const generics.
This package contains library source intended for building other packages which
use the "default" feature of the "crypto-bigint" crate.