Versions in this module Expand all Collapse all v0 v0.2.0 Jul 21, 2026 Changes in this version + var ErrInvalidKey = errors.New("wiener: invalid public key") + func WienerLat(N, e *big.Int) (d, p, q *big.Int, err error) v0.1.0 Jul 15, 2026 Changes in this version + var ErrNotVulnerable = errors.New("wiener: key not vulnerable to Wiener's attack") + func Wiener(N, e *big.Int) (d, p, q *big.Int, err error)