crypto-bigint 0.6.0-pre.3

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.
Documentation

crypto-bigint

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 11 feature flags, 2 of them enabled by default.

default

  • rand

rand

  • rand_core/std

alloc

  • serdect?/alloc

zeroize

  • dep:zeroize

generic-array

  • dep:generic-array

rand_core

  • dep:rand_core

rlp

  • dep:rlp

std

  • alloc

serde

  • dep:serdect

der

  • dep:der

extra-sizes

    This feature flag does not enable additional features.