Skip to main content

passagemath: Elliptic curve method for integer factorization using GMP-ECM

Project description

passagemath is open source mathematical software in Python, released under the GNU General Public Licence GPLv2+.

It is a fork of SageMath, which has been developed 2005-2025 under the motto “Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, and MATLAB”.

The passagemath fork uses the motto “Creating a Free Passage Between the Scientific Python Ecosystem and Mathematical Software Communities.” It was created in October 2024 with the following goals:

Full documentation is available online.

passagemath attempts to support and provides binary wheels suitable for all major Linux distributions and recent versions of macOS.

Binary wheels for native Windows (x86_64) are are available for a subset of the passagemath distributions. Use of the full functionality of passagemath on Windows currently requires the use of Windows Subsystem for Linux (WSL) or virtualization.

The supported Python versions in the passagemath 10.6.x series are 3.10.x-3.14.x.

About this pip-installable distribution package

This pip-installable package passagemath-libecm provides interfaces to GMP-ECM, the implementation of the Elliptic Curve Method for integer factorization.

What is included

Examples

$ pipx run --pip-args="--prefer-binary" --spec "passagemath-libecm[test]" ipython

In [1]: from sage.libs.libecm import ecmfactor

In [2]: N = 11 * 43570062353753446053455610056679740005056966111842089407838902783209959981593077811330507328327968191581

In [3]: ecmfactor(N, 100, verbose=True)
Performing one curve with B1=100
Found factor in step 1: 11
Out[3]: (True, 11, ...)

In [4]: ecmfactor(N//11, 100, verbose=True)
Performing one curve with B1=100
Found no factor.
Out[4]: (False, None)

Available as extras, from other distributions

pip install passagemath-libecm[pari] additionally makes PARI available (for primality testing)

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

passagemath_libecm-10.6.47.tar.gz (16.2 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

passagemath_libecm-10.6.47-cp314-cp314t-musllinux_1_2_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

passagemath_libecm-10.6.47-cp314-cp314t-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.47-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_libecm-10.6.47-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_libecm-10.6.47-cp314-cp314t-macosx_13_0_x86_64.whl (695.3 kB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_libecm-10.6.47-cp314-cp314t-macosx_13_0_arm64.whl (625.6 kB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_libecm-10.6.47-cp314-cp314-musllinux_1_2_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

passagemath_libecm-10.6.47-cp314-cp314-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.47-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_libecm-10.6.47-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_libecm-10.6.47-cp314-cp314-macosx_13_0_x86_64.whl (694.1 kB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

passagemath_libecm-10.6.47-cp314-cp314-macosx_13_0_arm64.whl (624.0 kB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_libecm-10.6.47-cp313-cp313-musllinux_1_2_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

passagemath_libecm-10.6.47-cp313-cp313-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.47-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_libecm-10.6.47-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_libecm-10.6.47-cp313-cp313-macosx_13_0_x86_64.whl (694.1 kB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_libecm-10.6.47-cp313-cp313-macosx_13_0_arm64.whl (624.0 kB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_libecm-10.6.47-cp312-cp312-musllinux_1_2_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

passagemath_libecm-10.6.47-cp312-cp312-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.47-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_libecm-10.6.47-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_libecm-10.6.47-cp312-cp312-macosx_13_0_x86_64.whl (694.9 kB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_libecm-10.6.47-cp312-cp312-macosx_13_0_arm64.whl (624.5 kB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_libecm-10.6.47-cp311-cp311-musllinux_1_2_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

passagemath_libecm-10.6.47-cp311-cp311-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.47-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_libecm-10.6.47-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_libecm-10.6.47-cp311-cp311-macosx_13_0_x86_64.whl (694.3 kB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_libecm-10.6.47-cp311-cp311-macosx_13_0_arm64.whl (624.4 kB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

passagemath_libecm-10.6.47-cp310-cp310-musllinux_1_2_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

passagemath_libecm-10.6.47-cp310-cp310-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.47-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_libecm-10.6.47-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_libecm-10.6.47-cp310-cp310-macosx_13_0_x86_64.whl (694.5 kB view details)

Uploaded CPython 3.10macOS 13.0+ x86-64

passagemath_libecm-10.6.47-cp310-cp310-macosx_13_0_arm64.whl (624.6 kB view details)

Uploaded CPython 3.10macOS 13.0+ ARM64

File details

Details for the file passagemath_libecm-10.6.47.tar.gz.

File metadata

  • Download URL: passagemath_libecm-10.6.47.tar.gz
  • Upload date:
  • Size: 16.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for passagemath_libecm-10.6.47.tar.gz
Algorithm Hash digest
SHA256 6c6011a90673ec5f498bae13a91be90e3a1e44e588d795d3a054d748c57f8c13
MD5 a56b68742bfde2acc45c9a6b9b53d35e
BLAKE2b-256 041652a47d8ecd6079907d9ede3b43ecb09000760ec0a6ce5c036c2accb70254

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.47-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.6.47-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1b5aede9c38a0682a23a2d86cdd3552939f1ebd9d2dc44d4a2f934ca6880ed51
MD5 44b367874bf7c3169478c0d5c2a087e9
BLAKE2b-256 f17d52497a42ed81389659f7cb8eb0987ed180a65181e64ce68f0ec3e63af40b

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.47-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.6.47-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a4643118e7137dd5b4f92c7bd5f4c7dd5e677ff153e3adc9f852350eb4c4e8dc
MD5 24fd41a48136962618d496f835adceaf
BLAKE2b-256 dc18d697c41db8ab6a63c530c07b4b6fa4997e20357f6014def5fe72ba4fcbbd

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.47-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.6.47-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a0e5e79483902ba0bead9a77affcaf7ab62d806b1179f88c5e8b07ca29bb0953
MD5 ba757c1f30dd093d4540576b9dedf566
BLAKE2b-256 402202cbfc55f109e1d7e27c66df74a882ce7a2fd7e6c4b5965de2b7161e6e5b

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.47-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.6.47-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 095a5900f890ba70a679c95381e0cf493095f013dbb10d586ea9d3ad18e1ce59
MD5 4ad23accba38b479236315122961eb40
BLAKE2b-256 74608abb271602893049a1697b15e89ce7259e843a5ca643edb9fedf751d067f

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.47-cp314-cp314t-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.6.47-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 434be4e8b2005d82d485aa4a4c9feba7528a05bd8a88e1d9afab1630ae86a193
MD5 b15831964d65f2546747d4c0b6dcf7f0
BLAKE2b-256 f6df4167005a20582f1204e4c0d8594b035e2282056fa8477537a17f7704a410

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.47-cp314-cp314t-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.6.47-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 9551ec7cd6c6c3179bdc885ab7cec5979aa5be285926ad90908ddf6082b16032
MD5 a5e34b4228244df43505e17a8497e546
BLAKE2b-256 448a210bb801be2889ae6deb5b0666591e496b358172ac495db40ce529a8567a

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.47-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.6.47-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4a008e9e603d55ac63984ad1aec970e57185b8ae4707d0f6f55692929ddfb375
MD5 c05e07f0248bf900935badd4cb00a261
BLAKE2b-256 b9f0d5ae1ba2b791633825a058426c2502b3a752e6d30c2df2dca979e8dcd4d7

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.47-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.6.47-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4815e9bb5fb9444082a9fc104fef3a709cb88757fff00429b5e80a0a70d6538d
MD5 9129d8e91913c5a198194c73a5ab4b92
BLAKE2b-256 03ad347d24b176e60d2591815cf10d352942ae4aaf2c322f5b6cacfe74ff86e1

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.47-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.6.47-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0fa0f6e23c0e062fbbd7a2743670c3c67b8bac018591228c382daa5a4f1a9746
MD5 4c1fd8be98d82d54ee1082d67ceb879d
BLAKE2b-256 c06b749555778f3ee1c956c0b1ebffbce8f061426cdc95be85bd3f509caa686d

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.47-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.6.47-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 dd6a46b1986181b18e3169d8be3bd2d9a14f6e3fa8bb05cba9974085b7e0c68c
MD5 e997b86bb99f2403c15975cb29d2443e
BLAKE2b-256 31f39dc7f929f38aa791d5a173068b173a301c53c5802272f8cc92211791df81

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.47-cp314-cp314-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.6.47-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 bf5de3d7dfdc86d2d04820af0778bbe904e80eb8b2b04194351413771d7dabad
MD5 1b3f08fef4ce49f4e3a3126858790924
BLAKE2b-256 eeceed8f474c34ea577ba6e63e6fab7c83cff5b19eee62fdb6264e6899f699ae

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.47-cp314-cp314-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.6.47-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 dae6415a18f23e74ad813f163565457971a49499be0a1b3db2cf2684fe926a01
MD5 7a6ac389e2c3c104b97df25ccae76667
BLAKE2b-256 e6b0263c17e7c4fcf8304d8a533ec59091fcf61ff1a7ef5a8b5cac62c9b5375d

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.47-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.6.47-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3b837947c4e7f47e86211fca7687e40d8bb2b5603d3c4f891cb5e2df2153fdcf
MD5 eba7f6a75da9c952db03183724da820b
BLAKE2b-256 a53bb1681ec59114befa3a72eeb448ffa6effcd3012285708a29dfbc70f1c157

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.47-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.6.47-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1abec340f4682dab17bab41db5f1858890c587eac4a5c5a874eda67bb63cd006
MD5 4a10c621ba2c79ee191e51c5e072bbc4
BLAKE2b-256 f44dbb04188963c14e59970a1f747bdbd8dceb6895ee3fc96b5e2b852c929dd2

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.47-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.6.47-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 996a5827a6ea6289e9a61c5df73be9205a1795c90e0927139b1afb9235830daa
MD5 441551d706ab2dd057efefe200740bc2
BLAKE2b-256 391597ccb700fbe6ab553eed57434bafe206e6b770ed0e42dd2eec0a5e45c7f6

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.47-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.6.47-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 addeea362fa11c950820bff8ece38bff163dd7d8cacee65683f1cceac8d8d790
MD5 9149df124ddc1a0a2501af0076f499a6
BLAKE2b-256 86f7bb7de21e90870219135215ab90ab71b9521404ac732a7e2d0b19629b7540

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.47-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.6.47-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 fbfdfad35031f2cdc91afb6bc0fbe38db528d99ba3b966bf1f4c497cd689d475
MD5 2d780dda4528325b84995a0409b490c6
BLAKE2b-256 e10fe37941fa3ae0e5d157f13141c09e132b917e82730a8bd5d8b099f6f85d1f

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.47-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.6.47-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 dc5bf5f593fc7c4c9215f55c0a300b3cc826c0df6f44659aeca0eef0f110304f
MD5 77a89e20c064fc80d5590053ab91b18b
BLAKE2b-256 bae03e2571f90ca82a336101302e90772c8820ec357e693bccff4277c5c1a065

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.47-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.6.47-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 987eedb0c14c9edfedf30b7f71ab3f77eff3fa834ca789440675acb196fe0ebd
MD5 4bb725407080e53daeb47c5931521e31
BLAKE2b-256 c4d4143725550b36f289c3a4be24013d61ce93ee81ebcfaa82c5a9c66afb394d

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.47-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.6.47-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0857f2e9422dc6beec2b4bc34d10455ecf6e78167d75b7c36c7d916691a20d93
MD5 e84916ca8fed050b446ff72e2dca7fdc
BLAKE2b-256 66dfd11cd6251d2cc59ce34f0785625569ea5e47ea8ae2fd8ceecb13886a14da

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.47-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.6.47-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 200cbc0b2b4bbc9687f399b10442e90d5c9f3652fc1efbf23f4f92ea7203179c
MD5 b602ee3cf22a7f7205afae34c0e348e8
BLAKE2b-256 17f2dd85589d9213d97a8a33e151f963bc67690b3852b3b655753822378c421c

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.47-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.6.47-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 09c702923eea5a930b34c50d1a40eeefb1942a9d8f62f69d0da24b6f5851c279
MD5 eceacd5e43f76130b8c406f659af4fae
BLAKE2b-256 7f5a37d97743028333201d44aabd02f9db4b11243f94a7994aa3aebbd8c3528a

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.47-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.6.47-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 41e2cab429a1e0c851abdc5af79197f12fd74d247671321c1e7f6e96bcf3cb56
MD5 2fb8a3f6d14ff941115ca1bca31864aa
BLAKE2b-256 b5a780b94d4e632f23002c27e43ef73c1f338b9e7c567000e14c29c609d2246a

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.47-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.6.47-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 96402fe54b86a1de9b817c8f7b9bdcbc531eab5d6e442affcb9573d93659ab45
MD5 870f3c397dee4b1273e195999d55648d
BLAKE2b-256 a0d5135d45e34e2ff58096df222148246d6262d58688dd8a8492fb8e53ad38d7

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.47-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.6.47-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 89ec52a2ccca8f914e50f569d703d1671d98c2606964cc133a1ed1545b1acdc4
MD5 c698d0d63a2b6b6313da76079812c12c
BLAKE2b-256 8e652b180c6cedea660868ce608f7979ca5340e87bee1c183a033df28bad6bed

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.47-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.6.47-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b42767188470ae54d72e5421a28886aafbd52982f5bf01d91bd64cd8f770e603
MD5 3b51a4c571a5eb6a32f70fc3175aa85c
BLAKE2b-256 9650755720a77d7b6445b9a38c40582c3ca807110f14c05dad8e1eeffd625057

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.47-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.6.47-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0f71fca17cbcbafdb64b58644557a15889a536784769e0e8b1ae567ffc2e606b
MD5 bbd8a297c7e84c6943b7c8e8f075fa9a
BLAKE2b-256 fcfc98b877dd5e4ce43775438280fd23911067d25ac1d13c1e63f74b162e1fc2

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.47-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.6.47-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 fdefc9223ede1d2b6ef41a63a73f877b827e8e9117dc789c2aff3549c10fbd91
MD5 c1c32cea5bc805e86b8a83a472ffba7a
BLAKE2b-256 79a882ba6e00bc2c24eaf537606a70ddd643c0b4373f08c58ae491800bc0ca40

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.47-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.6.47-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 74227950e1de9876db586d3d0a93ea3bc96a26ef024b67ce70d4fb2384844008
MD5 ecb389b81aae2f58edbe7e741535a56e
BLAKE2b-256 e5eec0e14239f047b46250dd297b2b2e712a75558c9761c4ef7a6d01c6a7717b

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.47-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.6.47-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 4c0f55791f6f0ab083df8d60e8a08d3167932e4cd7cf5efacf29363850a56a84
MD5 8046d10f50a77a64b53cdb51e3d7a40b
BLAKE2b-256 1bd5ae7f2a9ba60927f5456a0d14f62834311dcf03778a27b67a861acfca05fb

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.47-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.6.47-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 115605aefa7b8c088bf20a75845e7dbbd3f7e60e7abe220a06754448d3ff6a1c
MD5 a883adc91c3f48dd0ddf42dd031f85af
BLAKE2b-256 9323894ccb5e409788d161b41fac6d7551f9b9ad580ea8f784fc5dce6b74aeff

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.47-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.6.47-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9751927cd707ca3dd94e166b05fccaedfd494bd5bb85cb140772bd183cdc449e
MD5 00de9f6245fdae29dafafd0838223b70
BLAKE2b-256 ae6a02f026da3dc015ae8b4f10643b71ca5fba9c30e71388250940e32a6a569d

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.47-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.6.47-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2fd3a6073aec876f93b511b42ed5728c20dc796f342e26dbbbb31a996f01247f
MD5 a1b231dd84321e4dbd3433034e3530cc
BLAKE2b-256 cd66c68a7f42eb1c81fb98c54c3e7d578fac28b543ff012f885efd1c768a548c

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.47-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.6.47-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6eb7e0104ddd480272fef537d0e29a9e624b15b56e3d5cd104f0f8d311fec5be
MD5 dde17168369c570d7c69bba0572b9785
BLAKE2b-256 cceeb70b4cfc9c91f8152377de51424118bf7cc4f297ce565998fc56ad21f865

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.47-cp310-cp310-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.6.47-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 2725efb6dde69a64e529a8a9051b6368c358e0a4acdf8d519b27564708dcae97
MD5 8de9c61914f9426150f4cd2440008e27
BLAKE2b-256 23eea0f426b65e133f2237d90dd2921d7bf0ac9cc1eabb4d98ad686343568b94

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.47-cp310-cp310-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.6.47-cp310-cp310-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 d86c6c90b71b127107a23d779d99d66b0b41264dd179b7713ab0ad5648889acf
MD5 6a0e4e624729f513a38231b0d7b04798
BLAKE2b-256 af54e54401a9ba0a40522563d24d905f2b916dd04b83f473f29dc4485bf08575

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page