Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 653 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 653 Bytes

Module: factoring

A module for factoring integers.

Import directive

import quaspy.factoring

Parent module

Submodules

  • general

    A module for factoring general integers.

  • rsa

    A module for factoring large random RSA integers.

  • sampling

    A module for exactly or heuristically sampling an element g uniformly at random from the multiplicative group of the ring of integers modulo N and returning the order r of g. This when the complete factorization of N is known.