macOS
brew install gmp-ecmlocal Homebrew formula metadata
sudo port install gmp-ecmMacPorts ports tree · math/gmp-ecm/Portfile · Source: api.github.com
brew / rang 8965
Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de gmp-ecm pour les workflows d'agents IA.
installation
brew install gmp-ecmlocal Homebrew formula metadata
sudo port install gmp-ecmMacPorts ports tree · math/gmp-ecm/Portfile · Source: api.github.com
sudo apt install gmp-ecmDebian stable package indexes · gmp-ecm · Source: deb.debian.org
sudo dnf install gmp-ecmFedora Rawhide package metadata · gmp-ecm · Source: dl.fedoraproject.org
sudo pacman -S gmp-ecmArch Linux sync databases · gmp-ecm · Source: geo.mirror.pkgbuild.com
sudo zypper install gmp-ecmopenSUSE Tumbleweed package metadata · gmp-ecm · Source: download.opensuse.org
nix profile install nixpkgs#ecmnixpkgs package indexes · pkgs/by-name/ec/ecm/package.nix · Source: api.github.com
aperçu
Elliptic Curve Method for integer factorization
historique
GMP-ECM is a command-line program and library for integer factorization using the elliptic curve method, with support for P-1 and P+1 methods. It is a specialist number-theory tool built on GMP and used when practitioners need to search for medium-sized factors of large composites.
The project originates with Paul Zimmermann, listed in the AUTHORS file as the author of the first version. The codebase later moved to INRIA GitLab, and the bundled README notes that the older README text predates that move.
Over time GMP-ECM accumulated both command-line and library interfaces. README.lib documents ecm_factor, ecm_init, and ecm_clear for applications linking against libecm, while the main README documents ecm as a stdin-driven factoring command using B1 and B2 bounds.
The NEWS file records long-running engineering work: new P-1 and P+1 stage 2 algorithms in the 6.2 series, GPL/LGPL licensing adjustment in 6.4.1, thread safety and GPU stage-1 code in 7.0, and portability fixes through the 7.0.7 release line.
GMP-ECM is packaged across Homebrew, Debian, Fedora, MacPorts, Nix, Arch, Ubuntu, and openSUSE families in the batch metadata. That spread reflects its role as a reusable scientific computing component rather than a general desktop application.
The AUTHORS file shows contributions from number-theory and high-performance arithmetic specialists, including work on batch mode, GPU code, Visual C builds, expression parsing, primality testing tools, NTT code, and assembly optimizations.
Practitioners feed one composite number per line to ecm and choose a stage-1 bound B1, with an optional B2. The README examples cover one-curve ECM runs, multiple curves with -c, P-1 with -pm1, P+1 with -pp1, save/resume workflows, and expression syntax such as powers and Fermat-number forms.
Library users include ecm.h and link against libecm to call ecm_factor from their own factoring software. That split lets package managers install both a CLI for interactive factor hunting and a library for larger systems.
GMP-ECM matters in packaging because it is the canonical small tool behind a very specific algorithmic niche. A distro package gives researchers and computational-number-theory users the same tuned implementation without rebuilding GMP-linked arithmetic code by hand.
Its history is also a reminder that scientific packages often expose both an executable and a library ABI; the package is not merely an end-user command but part of the factoring stack used by other tools.
posture de sécurité
Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour gmp-ecm. Les métadonnées de paquet Nucleus restent publiées ici afin que la couverture future dispose d'une URL stable.
Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.
exécutables
| Commande | Type | Exposition | Note |
|---|---|---|---|
ecm | exécutable | exécutable indexé | Découvert depuis l'index local des exécutables. |
fraîcheur
Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.
métadonnées d'installation
| Clé du paquet | brew:gmp-ecm |
|---|---|
| Version | 7.0.7 |
| Gestionnaire de paquets | Homebrew |
| Page d'accueil | https://gitlab.inria.fr/zimmerma/ecm |
| Dernière mise à jour | 2026-06-07T12:56:09Z |
| Pulse | updated |
| Bouteille | non enregistré |
| Service | aucun déclaré |
correspondances dans les bases sources
Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.
gmp-ecm 7.0.6+ds-1
Factor integers using the Elliptic Curve Method
https://gitlab.inria.fr/zimmerma/ecm
sudo apt install gmp-ecmlibecm-dev 7.0.6+ds-1
dummy package
https://gitlab.inria.fr/zimmerma/ecm
sudo apt install libecm-devlibecm1 7.0.6+ds-1
factor integers using the Elliptic Curve Method -- lib
https://gitlab.inria.fr/zimmerma/ecm
sudo apt install libecm1libecm1-dev 7.0.6+ds-1
factor integers using the Elliptic Curve Method -- libdev
https://gitlab.inria.fr/zimmerma/ecm
sudo apt install libecm1-devlibecm1-dev-common 7.0.6+ds-1
factor integers using the Elliptic Curve Method -- header
https://gitlab.inria.fr/zimmerma/ecm
sudo apt install libecm1-dev-commongmp-ecm 7.0.5+ds-1build1
Factor integers using the Elliptic Curve Method
https://gitlab.inria.fr/zimmerma/ecm
sudo apt install gmp-ecmlibecm-dev 7.0.5+ds-1build1
dummy package
https://gitlab.inria.fr/zimmerma/ecm
sudo apt install libecm-devlibecm1 7.0.5+ds-1build1
factor integers using the Elliptic Curve Method -- lib
https://gitlab.inria.fr/zimmerma/ecm
sudo apt install libecm1libecm1-dev 7.0.5+ds-1build1
factor integers using the Elliptic Curve Method -- libdev
https://gitlab.inria.fr/zimmerma/ecm
sudo apt install libecm1-devlibecm1-dev-common 7.0.5+ds-1build1
factor integers using the Elliptic Curve Method -- header
https://gitlab.inria.fr/zimmerma/ecm
sudo apt install libecm1-dev-commongmp-ecm 7.0.7-2.fc45
Elliptic Curve Method for Integer Factorization
https://gitlab.inria.fr/zimmerma/ecm
sudo dnf install gmp-ecmgmp-ecm-devel 7.0.7-2.fc45
Files useful for gmp-ecm development
https://gitlab.inria.fr/zimmerma/ecm
sudo dnf install gmp-ecm-develgmp-ecm-libs 7.0.7-2.fc45
Elliptic Curve Method library
https://gitlab.inria.fr/zimmerma/ecm
sudo dnf install gmp-ecm-libsgmp-ecm 7.0.7-2
Elliptic Curve Method for Integer Factorization
https://github.com/sethtroisi/gmp-ecm
sudo pacman -S gmp-ecmgmp-ecm 7.0.5-1.12
Elliptic Curve Method for Integer Factorization
https://gitlab.inria.fr/zimmerma/ecm
sudo zypper install gmp-ecmgmp-ecm-devel 7.0.5-1.12
Development files for the gmp-ecm package
https://gitlab.inria.fr/zimmerma/ecm
sudo zypper install gmp-ecm-develpiste source
Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.