NAME
Math::Prime::Util::ECM - Pure Perl ECM factoring support
SYNOPSIS
Internal support module for Math::Prime::Util.
DESCRIPTION
This module contains the pure Perl two-stage ECM implementation used by Math::Prime::Util::PP. It is not a public API.
FUNCTIONS
ecm_factor_pp
Internal implementation for pure Perl ECM factoring.
SEE ALSO
AUTHORS
Dana Jacobsen <dana@acm.org>
COPYRIGHT
Copyright 2026 by Dana Jacobsen <dana@acm.org>
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.