Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 708 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 708 Bytes

Module: general

A module for factoring general integers.

This module uses Shor's order-finding algorithm to factor general integers, as described in [Shor94], with improvements from [E21b] and [E24].

Import directive

import quaspy.factoring.general

Parent module

Submodules

  • postprocessing

    A module for factoring an integer N given the order r of an element g selected uniformly at random from the multiplicative group of the ring of integers modulo N.