packages feed

arithmoi-0.11.0.0: Math/NumberTheory/Moduli/DiscreteLogarithm.hs

-- |
-- Module:       Math.NumberTheory.Moduli.DiscreteLogarithm
-- Copyright:    (c) 2018 Bhavik Mehta
-- License:      MIT
-- Maintainer:   Andrew Lelechenko <andrew.lelechenko@gmail.com>
-- Description: Deprecated
--

module Math.NumberTheory.Moduli.DiscreteLogarithm
  {-# DEPRECATED "Use Math.NumberTheory.Moduli.Multiplicative instead" #-}
  ( discreteLogarithm
  ) where

import Math.NumberTheory.Moduli.Multiplicative