|
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|
Definition at line 196 of file nt.py.
◆ __init__()
def pygpmp.nt.nt.Logarithms.__init__ |
( |
|
self | ) |
|
Definition at line 206 of file nt.py.
207 _nt.Logarithms_swiginit(self, _nt.new_Logarithms())
◆ 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)
◆ 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)
◆ __repr__
pygpmp.nt.nt.Logarithms.__repr__ = _swig_repr |
|
staticprivate |
◆ __swig_destroy__
pygpmp.nt.nt.Logarithms.__swig_destroy__ = _nt.delete_Logarithms |
|
staticprivate |
◆ thisown
pygpmp.nt.nt.Logarithms.thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|
static |
The documentation for this class was generated from the following file: