Documentation ¶
Index ¶
- type NBigInt
- func (this *NBigInt) Eq(e *NBigInt) bool
- func (this *NBigInt) ForceRed(r *Red) *NBigInt
- func (this *NBigInt) FromRed() *NBigInt
- func (this *NBigInt) GetRed() *Red
- func (this *NBigInt) Red(m *big.Int) *Red
- func (this *NBigInt) RedAdd(e *NBigInt) *NBigInt
- func (this *NBigInt) RedExp(e *big.Int) *NBigInt
- func (this *NBigInt) RedIAdd(e *NBigInt) *NBigInt
- func (this *NBigInt) RedInvm() *NBigInt
- func (this *NBigInt) RedMul(e *NBigInt) *NBigInt
- func (this *NBigInt) RedNeg() *NBigInt
- func (this *NBigInt) RedSub(e *NBigInt) *NBigInt
- func (this *NBigInt) String() string
- func (this *NBigInt) ToRed(r *Red) *NBigInt
- type Red
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NBigInt ¶
func NewNBigInt ¶
Click to show internal directories.
Click to hide internal directories.