Versions in this module Expand all Collapse all v0 v0.0.2 Dec 20, 2024 v0.0.1 Oct 31, 2024 Changes in this version + func GetFactorECM(N *big.Int) (factor *big.Int) + func GetFactorPollardRho(m *big.Int) (d *big.Int) + func GetFactors(m *big.Int) (factors []*big.Int) + func IsPrime(m *big.Int) bool + func NewRandomWeierstrassCurve(N *big.Int) (Weierstrass, Point) + func RandInt(max *big.Int) (n *big.Int) + type Point struct + X *big.Int + Y *big.Int + type Weierstrass struct + A *big.Int + B *big.Int + N *big.Int + func (w *Weierstrass) Add(P, Q Point) Point