openGPMP
Open Source Mathematics Package
Public Member Functions | Properties | Static Private Attributes | List of all members
pygpmp.nt.nt.Logarithms Class Reference
Inheritance diagram for pygpmp.nt.nt.Logarithms:

Public Member Functions

def pollard_rho_log (self, a, b, m)
 
def BSGS (self, a, b, m)
 
def __init__ (self)
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 

Static Private Attributes

 __repr__ = _swig_repr
 
 __swig_destroy__ = _nt.delete_Logarithms
 

Detailed Description

Definition at line 196 of file nt.py.

Constructor & Destructor Documentation

◆ __init__()

def pygpmp.nt.nt.Logarithms.__init__ (   self)

Definition at line 206 of file nt.py.

206  def __init__(self):
207  _nt.Logarithms_swiginit(self, _nt.new_Logarithms())

Member Function Documentation

◆ BSGS()

def pygpmp.nt.nt.Logarithms.BSGS (   self,
  a,
  b,
  m 
)

Definition at line 203 of file nt.py.

203  def BSGS(self, a, b, m):
204  return _nt.Logarithms_BSGS(self, a, b, m)
205 

◆ pollard_rho_log()

def pygpmp.nt.nt.Logarithms.pollard_rho_log (   self,
  a,
  b,
  m 
)

Definition at line 200 of file nt.py.

200  def pollard_rho_log(self, a, b, m):
201  return _nt.Logarithms_pollard_rho_log(self, a, b, m)
202 

Member Data Documentation

◆ __repr__

pygpmp.nt.nt.Logarithms.__repr__ = _swig_repr
staticprivate

Definition at line 198 of file nt.py.

◆ __swig_destroy__

pygpmp.nt.nt.Logarithms.__swig_destroy__ = _nt.delete_Logarithms
staticprivate

Definition at line 208 of file nt.py.

Property Documentation

◆ thisown

pygpmp.nt.nt.Logarithms.thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
static

Definition at line 197 of file nt.py.


The documentation for this class was generated from the following file: