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-2026 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:

Moreover, the passagemath project:

  • provides a stable, frequently updated version of the Sage distribution,

  • integrates additional mathematical software, notably Macaulay2, a full set of GAP packages, and the Combinatorial Matrix Recognition library,

  • curates a library of Sage user packages.

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, ARM) 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.8.x series are 3.11.x-3.14.x; the passagemath-10.6.x series (EOL 2026-10) still supports Python 3.10.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.8.5rc5.tar.gz (16.6 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.8.5rc5-cp314-cp314t-musllinux_1_2_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

passagemath_libecm-10.8.5rc5-cp314-cp314t-musllinux_1_2_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.5rc5-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.8.5rc5-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (2.2 MB view details)

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

passagemath_libecm-10.8.5rc5-cp314-cp314t-macosx_13_0_x86_64.whl (716.9 kB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_libecm-10.8.5rc5-cp314-cp314t-macosx_13_0_arm64.whl (640.9 kB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_libecm-10.8.5rc5-cp314-cp314-musllinux_1_2_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.5rc5-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.8.5rc5-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (2.2 MB view details)

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

passagemath_libecm-10.8.5rc5-cp314-cp314-macosx_13_0_x86_64.whl (715.2 kB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

passagemath_libecm-10.8.5rc5-cp314-cp314-macosx_13_0_arm64.whl (638.3 kB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_libecm-10.8.5rc5-cp313-cp313-musllinux_1_2_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.5rc5-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.8.5rc5-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (2.2 MB view details)

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

passagemath_libecm-10.8.5rc5-cp313-cp313-macosx_13_0_x86_64.whl (715.2 kB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_libecm-10.8.5rc5-cp313-cp313-macosx_13_0_arm64.whl (638.2 kB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_libecm-10.8.5rc5-cp312-cp312-musllinux_1_2_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

passagemath_libecm-10.8.5rc5-cp312-cp312-musllinux_1_2_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.5rc5-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.8.5rc5-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (2.2 MB view details)

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

passagemath_libecm-10.8.5rc5-cp312-cp312-macosx_13_0_x86_64.whl (715.7 kB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_libecm-10.8.5rc5-cp312-cp312-macosx_13_0_arm64.whl (638.9 kB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_libecm-10.8.5rc5-cp311-cp311-musllinux_1_2_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.5rc5-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.8.5rc5-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (2.2 MB view details)

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

passagemath_libecm-10.8.5rc5-cp311-cp311-macosx_13_0_x86_64.whl (715.1 kB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_libecm-10.8.5rc5-cp311-cp311-macosx_13_0_arm64.whl (638.5 kB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

File details

Details for the file passagemath_libecm-10.8.5rc5.tar.gz.

File metadata

  • Download URL: passagemath_libecm-10.8.5rc5.tar.gz
  • Upload date:
  • Size: 16.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for passagemath_libecm-10.8.5rc5.tar.gz
Algorithm Hash digest
SHA256 cb9d213d8d137df5d5837fc2c951d321cce027d953216b7b450666ed970125fb
MD5 b37652bca71d739128fa4e730ea224ea
BLAKE2b-256 bb2b418460b2340103cc37180a545212c2c37554d2b8ce6e571da09a9b34a4e5

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.5rc5-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc5-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1c60e3cbd2aee674307d64372829edea08e28c288be921223e25dbbd79958503
MD5 6ecb9bf6d0b7513a80ee0cda127105da
BLAKE2b-256 c8d6de714774124ae6ca0d24a4f3a08ef9fde50d4fcac33a5162af804420ecb8

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.5rc5-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc5-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 99cec6de5b0a4021735b1e09d2a8285e8391034b7acb201c92ddcc53d6db8582
MD5 c44348542e71b57f2474aca7d499a9e4
BLAKE2b-256 aa0c43f4bd873cb14864f20e22b34ac3d36c2191275b413312887b9d3f6e198e

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.5rc5-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.8.5rc5-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1167e7cc8e123b4815ce0dd71b1cc1b1cc4778c02b5ff61486cdc65c275e9fc9
MD5 06db05b1abaedca6bff7d5159cc0e1f2
BLAKE2b-256 608d2fc9965cda8a3cc43e3b7df7d34b7bfbdc31c30740245a07b4f7e501928c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc5-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 27d678ed906127a4d75289371999a705281811b8c922c8bfe08f0c8dd2893293
MD5 86555b978acff5684cf72eb74bf39517
BLAKE2b-256 341b47b38a5fc77afcf52ee185f080deadaf46c2df978c51dd025fd18f3bcf96

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.5rc5-cp314-cp314t-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc5-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 2ae8491992dfc2e212e7e35cc44c5472454aaa56f7727aaba6b5eb953f00d2c7
MD5 dbc54f440cd9a261e2c26490f92187cc
BLAKE2b-256 947042645ef47fa8c110685559598bed5d95c8eb50f0f7f96ebe35a12f125247

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.5rc5-cp314-cp314t-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc5-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 28840dd959399925f35e567c09d2888b51aa1b0f02978bce3742e20b28129b1f
MD5 551df1851fd25433dcaf2671be6d2cb2
BLAKE2b-256 b44054a6e4301d9679c252b427a47c181d69b22784aa1158a1b87594bcc20327

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.5rc5-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc5-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d045526ebf760895c5cc5a778f03f1b9e5a5efc0b2c671612b847ebac9f66104
MD5 d5fb535089a6fa1d0dfa6ce84b14ee96
BLAKE2b-256 cbff547a6fd595f6b4e441692b5f49206df999a94b327a5afb022eb1508cdb13

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.5rc5-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc5-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 21f20c395c9b0f47b4fab279d24d607bf29cc3c180843761b6a9060b6078a8c8
MD5 3b11ee47374029db401cf86d35998a35
BLAKE2b-256 bda160c7d690b0a605c2b991513e24400179b60f599da89f2f466d4a4999e469

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.5rc5-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.8.5rc5-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 67700e326a245ebe2c1e49ad37b589d07ae7805c52075649c625498640cef384
MD5 59847b94a5f99fd265bd4562a51f1e23
BLAKE2b-256 43c69a29c0dfc1256880eed2b22684228df15231d584749a28f74dd70cdc8b07

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc5-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b6acab6697eb8d40f64d92e9c17e77d6e3e5dcb289b1295c0c91d54f4376c048
MD5 7172ce28501278190b5d1b00aaf0f9e6
BLAKE2b-256 b24412c89039486e4f101366e689240ab7eb099445d626fb76de62b4577fb27e

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.5rc5-cp314-cp314-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc5-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 ef72dd778f6ac7ed8c406d0ecdd3270e367e54d779745e7bac6675511884fa4e
MD5 0c8911289a2c15a1420029b9fbf90371
BLAKE2b-256 944c033bff468257ca0efa28f7a1d3ae21577d8852afb1173dfcfc04921705ca

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.5rc5-cp314-cp314-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc5-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 6cdbfa4101a6d0f60a8d5479299381467333571d7a385e01bc1e329354ebf0b4
MD5 fc367c7f6dee93bbcf7ed8e3bbe4a3da
BLAKE2b-256 44a71c17f1b54fd49b4a0ebecde6c9b626364d87d8eb10b02c2c03cf9aa81e3d

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.5rc5-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc5-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 645d12bb899010b82d9e898ac2dfd5cdfb12534cf28f550a1af6c514a158edd6
MD5 842f9a93614b34c9994dec5bb7a5eed7
BLAKE2b-256 22225566994b6c87ef6d2fd58a6975faa37a6d01aefa2967acf94e654e6c895a

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.5rc5-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc5-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 81a33746cd0059b2285ccd9668ed7c3cfc4fc9ac129b2aa21b2285dee15c1c5e
MD5 2b04e3e7daf0fe55e42980d4d2bad88f
BLAKE2b-256 71202a8374afbb7361b1634728ea2007f31eddd04b51593d0c14f012ad349c09

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.5rc5-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.8.5rc5-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 00bcae117a3ad90b7cee66e31c71412d145bab022f3411a4393c4aa326d3daba
MD5 7dd626a94540fbf870be18f36a686f78
BLAKE2b-256 050d078e3867e31224abe468e8660ca099b34dbca352c7c46567ae7d29d2478b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc5-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a2e7b9c19e163f5261c8adbdabdfb92c0037d1aeda56f49cb793ebca9e0b3ab5
MD5 2eaf2b6edadf65b76186609772b92510
BLAKE2b-256 f3f18ccc4e9e2ff3c541650688c6f024d273c94b7773440a24908ccff61c61f5

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.5rc5-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc5-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 9d0f35e033939a2bc57b95b0c934b3cf8152cbfc33f2213c41df55812e384813
MD5 523620528b508a28844c596e82eae984
BLAKE2b-256 4f2bad2215b834f5aa72a6c82501e38f78c68f4bec38fbd2898890acc0e5f3a6

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.5rc5-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc5-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 2b9a4714080403e9c76228c231c31e1e6742afb8f8c6eb08830891379d2eea2b
MD5 85fce8cf7b8f941e147db54929cf5492
BLAKE2b-256 e306691ab7e5384b0bdb897e810e120b2b41ad04c454297a22a7677bd1f308bf

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.5rc5-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc5-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 68a41c6ed2c494ea69c9cfcd37b3357cb404e5c1bf936285ab27b289e75c7d48
MD5 277ca8b15c8314f73d82e2aee2d1a9c0
BLAKE2b-256 08deba1922e2fa5ccef6b69e049245bb240d8a0bf895dd669e18bf041819b9be

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.5rc5-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc5-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 be5b042929df76b847300d7e925f06a13a0b724586475ab1083148c1317c83f8
MD5 0b3bac64ca477e202b7001fe879ba64c
BLAKE2b-256 9b531f59e9d5cae9844fdb6029f791074be403c519a42ad1661d59eb63972952

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.5rc5-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.8.5rc5-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ec3209a134409e346ff9dae89cc2e3bc98d456e8e8657459b34bb77bc6384781
MD5 2cf964b56ad6fc3e32be13dbf2e52189
BLAKE2b-256 e11fa0c5b4339dadf6231300b0f4764b1da17207850221219095188627425497

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc5-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2f0857be7d7f877ddd00abf13f2eaa6bf35a4fb7bd615d5706a7b54b577dd56d
MD5 0ac689c26440329c6251c08a9c4030ad
BLAKE2b-256 7b5b2f526f08a2a5b69d3cb30d000a37cabecf93e9740b916103833d02eec330

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.5rc5-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc5-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 2f5daa1e5349d236986a7e85b55ba56a237a020d056724a832f3e5b2362eafdb
MD5 3fd6fd661ce858fa8ba7bc6bc3ece14a
BLAKE2b-256 5b9ca0af933f50aeb32f1e47b885080c447c96db044f1206b1a483809745d378

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.5rc5-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc5-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 00753a8292a622c8fc2480584ba8145808ff8726dc659a5427728f851d9140a0
MD5 e1911af08868bc3c6a7ddc7681de81ac
BLAKE2b-256 9f376b4eb3ea22f456b38da8c09f13deee7b8e667b290a3de51d163200c633e3

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.5rc5-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc5-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 46252555ded4e1cc74295daf3bb010aff3ffa5ff7ba213ec7f608bc2aa114186
MD5 5ef30de620a665e9d3bfbd04df3d6e5f
BLAKE2b-256 c0e9db6aa1a769fbb62477d3cb05312dbdda736356691c20900e495772f05337

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.5rc5-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc5-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c3b785e61e89645d81735e3aa8055f376bb6e0f5e68ff10271a45df068f48a3c
MD5 d3d6ac8286c40e73f486311e1c89f850
BLAKE2b-256 0aeae481baeaf11f554a9fb756d45ee96e7d804cfcad759f4d979c166430f864

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.5rc5-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.8.5rc5-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 70354cbe3ecac3728b55e068f728ba6c02d8f7b0b66e8c49985787c89aa3310e
MD5 4d11f578b27cdcbdc84a2907cefafe9f
BLAKE2b-256 8ad9e062dd3bc77230bbb6f750bd81acb9caa9f03c0eff1815bcb0d1851bdbfc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc5-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 890753e2753028ca113748844734b6e17d049a77d8fc6bb17c19463e4b06889b
MD5 12be26f2cc71d2f87e941f19abf509ad
BLAKE2b-256 19b22b5101b5f09b469b6d47afb955e0c927e2d5b714f54ff7746ccdafe5c995

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.5rc5-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc5-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 9db9aad7206bf92441fc0b6af67314bfd57229311f8bdd265a7e8ed30378cd17
MD5 af4ada9e8aabe0c98b234e27c470481e
BLAKE2b-256 9c36aad84b9f2918ef37ab37047872cdc45d886cd88dd0917b60f30a6aaa02cd

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.5rc5-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc5-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 70aed1bddfbed21e341300347c0d5f8a883083fcb30cdb0854336618381bcb5c
MD5 3e2a8b1d520c9bd9ded7f36d272d7eb7
BLAKE2b-256 a2810a34becef5a276218c9f369e1ae292c1e28bf926b162e2413d5f815c2c74

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