Docs.rs
  • ring-algorithm-0.6.0
    • ring-algorithm 0.6.0
    • Docs.rs crate page
    • AGPL-3.0-or-later
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • Toru3
    • Dependencies
      • num-bigint ^0.4.0 normal
      • num-traits ^0.2.14 normal
      • rug ^1.15.0 normal
      • criterion ^0.3.5 dev
      • is-prime-for-primitive-int ^0.5.1 dev
      • num ^0.4.0 dev
      • polynomial-ring ^0.4.1 dev
      • rand ^0.8.4 dev
    • Versions
    • 60% of the crate is documented
  • Go to latest version
  • Platform
    • i686-unknown-linux-gnu
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

logo

Crate ring_algorithm

logo
Change settings

List of all items

Traits

  • EuclideanRingOperation
  • EuclideanRingOperationFrom
  • RingNormalize
  • RingOperation
  • RingOperationFrom

Functions

  • build_subproduct_tree
  • build_subsum_tree
  • chinese_remainder_theorem
  • extended_euclidian_algorithm
  • fast_chinese_remainder_theorem
  • gcd
  • is_coprime
  • modular_reduction
  • modulo_division
  • modulo_inverse
  • modulo_power
  • normalized_extended_euclidian_algorithm
  • power
  • times