Docs.rs
  • num-bigint-dig-0.8.4
    • num-bigint-dig 0.8.4
    • Permalink
    • Docs.rs crate page
    • MIT/Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • dignifiedquire
    • Dependencies
      • arbitrary ^1.1.0 normal optional
      • byteorder ^1.2.7 normal
      • lazy_static ^1.2.0 normal
      • libm ^0.2.1 normal
      • num-integer ^0.1.39 normal
      • num-iter ^0.1.37 normal
      • num-traits ^0.2.4 normal
      • rand ^0.8.3 normal optional
      • serde ^1.0 normal optional
      • smallvec ^1.10.0 normal
      • zeroize ^1.5 normal optional
      • rand ^0.8 dev
      • rand_chacha ^0.3 dev
      • rand_isaac ^0.3 dev
      • rand_xorshift ^0.3 dev
      • serde_test ^1.0 dev
    • Versions
    • 61.76% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

num_bigint_dig0.8.4

Crate Items

  • Structs
  • Enums
  • Constants
  • Traits
  • Functions

List of all items

Structs

  • BigInt
  • BigUint
  • ParseBigIntError
  • RandomBits
  • UniformBigInt
  • UniformBigUint

Enums

  • Sign

Traits

  • IntoBigInt
  • IntoBigUint
  • RandBigInt
  • RandPrime
  • ToBigInt
  • ToBigUint
  • traits::ExtendedGcd
  • traits::ModInverse

Functions

  • algorithms::__add2
  • algorithms::__sub2rev
  • algorithms::adc
  • algorithms::add2
  • algorithms::biguint_shl
  • algorithms::biguint_shr
  • algorithms::cmp_slice
  • algorithms::div_rem
  • algorithms::div_rem_digit
  • algorithms::div_wide
  • algorithms::extended_gcd
  • algorithms::fls
  • algorithms::idiv_ceil
  • algorithms::ilog2
  • algorithms::jacobi
  • algorithms::mac3
  • algorithms::mac_digit
  • algorithms::mac_with_carry
  • algorithms::mod_inverse
  • algorithms::mul3
  • algorithms::mul_with_carry
  • algorithms::sbb
  • algorithms::scalar_mul
  • algorithms::sub2
  • algorithms::sub2rev
  • algorithms::sub_sign
  • algorithms::xgcd
  • negate_sign
  • prime::next_prime
  • prime::probably_prime
  • prime::probably_prime_lucas
  • prime::probably_prime_miller_rabin

Constants

  • VEC_SIZE