Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 778 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 778 Bytes

Module: logarithmfinding

A module for finding discrete logarithms.

Import directive

import quaspy.logarithmfinding

Parent module

Submodules

  • general

    A module for finding general discrete logarithms.

  • sampling

    A module for sampling a frequency pair (j, k) heuristically from the distribution induced by Shor's quantum algorithm for finding a given discrete logarithm d in a group of known order r, or from the distribution induced by Ekerå–Håstad's and Ekerå's quantum algorithms, depending on how parameters are selected.

  • short

    A module for finding short discrete logarithms.