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.13.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.34.tar.gz (15.7 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.34-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.34-cp314-cp314t-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.34-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.34-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.34-cp314-cp314t-macosx_13_0_x86_64.whl (694.1 kB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_libecm-10.6.34-cp314-cp314t-macosx_13_0_arm64.whl (624.6 kB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_libecm-10.6.34-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.34-cp314-cp314-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.34-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.34-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.34-cp314-cp314-macosx_13_0_x86_64.whl (693.4 kB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

passagemath_libecm-10.6.34-cp314-cp314-macosx_13_0_arm64.whl (623.4 kB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_libecm-10.6.34-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.34-cp313-cp313-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.34-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.34-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.34-cp313-cp313-macosx_13_0_x86_64.whl (693.4 kB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_libecm-10.6.34-cp313-cp313-macosx_13_0_arm64.whl (623.4 kB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_libecm-10.6.34-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.34-cp312-cp312-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.34-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.34-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.34-cp312-cp312-macosx_13_0_x86_64.whl (694.1 kB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_libecm-10.6.34-cp312-cp312-macosx_13_0_arm64.whl (624.1 kB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_libecm-10.6.34-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.34-cp311-cp311-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.34-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.34-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.34-cp311-cp311-macosx_13_0_x86_64.whl (693.5 kB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_libecm-10.6.34-cp311-cp311-macosx_13_0_arm64.whl (623.9 kB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

passagemath_libecm-10.6.34-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.34-cp310-cp310-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.34-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.34-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.34-cp310-cp310-macosx_13_0_x86_64.whl (693.7 kB view details)

Uploaded CPython 3.10macOS 13.0+ x86-64

passagemath_libecm-10.6.34-cp310-cp310-macosx_13_0_arm64.whl (624.1 kB view details)

Uploaded CPython 3.10macOS 13.0+ ARM64

File details

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

File metadata

  • Download URL: passagemath_libecm-10.6.34.tar.gz
  • Upload date:
  • Size: 15.7 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.34.tar.gz
Algorithm Hash digest
SHA256 30a8c00f53796c751039b2ea0685c5d6239074898670b0553c1b5b0b32a5bfe0
MD5 02168456285eefa3714ad45391c6e738
BLAKE2b-256 c3abae6b2f3646fe09de4230baa47af93b2748e5041e75c886be5b29e26887bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.34-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 58288458000e1f7beb9e8306a874aaf0adfb110880845fcad2da8d47f08256f0
MD5 8c61756b79572ca66ff47a4731905c85
BLAKE2b-256 da4a9a031bbf76b8e5a1449773c1c4d9cabd17f467575fa5df85f47a4f7ccaf7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.34-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0156f6ab182e9d71e9f1c72ccebe5e01da6eebc9b19fb3852dac68337b061f79
MD5 8dea36b5788269668622f916a9888048
BLAKE2b-256 1b47130ed2fcc5643737202d1177a9d8253c74caea083aacb39901352eda3a99

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.34-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.34-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8e63e06e09ea776800c1d1c3dae7201e50fb5f5d9bb70c6520f3c2763c380924
MD5 c72cd083340d965d173cea95b4448a24
BLAKE2b-256 b237ca9405d9a4701629ab27a9d4e53dc3130053edd37a5c27809723339be963

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.34-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 aebb66086fb56b38524bfb9cb7c46b355e1f02e0e5aa9a7b4e9be578164dca99
MD5 e3a00247f2f2beb847a69de8635974b8
BLAKE2b-256 593e6e04fe9d84f3323ef6fc14d935c4c7373ddd90f911b65dbdef44ca59d9b6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.34-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 c6cdaaf08d3f0b000baae13e723583afcaafcca4e2e5771747599b41c8a9a99f
MD5 cd458dba712e33ee3d034209c1579c39
BLAKE2b-256 a0719be0202b8edfddbfc8e2e42fb2fa77e2253a456d641916d61818a71f0b24

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.34-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 1287916a48a258ee3c35a1d61f84e15d7ee95d8325d5baabd6cae850f16080c3
MD5 965197181255815f6db2998ee52ecff0
BLAKE2b-256 ae2773c60062409549148bab2a2906f516180889f9e39ec8bcd7e6957a30e19f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.34-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0f103f4bf807bb5bb32efcbc2794f308a7c09a9d1f60e85a332d71107cf07217
MD5 018789804afb413569278147384d0eea
BLAKE2b-256 b3daf06b1f6c74bf332423606c4343dbfb59f8ac56417f5e8caeed89b6d43704

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.34-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 693be13b5b365ce06a3d92b33c05fdec5a45f972b2d51aa1f356287985abaf1a
MD5 e872fc78acd78bff3c59057f4ea95c4a
BLAKE2b-256 90563004990e3d0158eca9418df0edcf51d5cb992a6941e9896134326ceb90a9

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.34-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.34-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 69a21394b608a17c34e7f2f088dee5a47868864628a3cdfd7b848d0c927b114a
MD5 b13d10730d62aeaa09c2de036c04ab2b
BLAKE2b-256 38523e7572c80d54761396d8f48c222d701a696175cd2d11a1d053b4e34d49d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.34-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 bbfdcb057bfe96fffd45295c7a60d1fd08936ddeaecea8adcd3c630757ffdc35
MD5 b4bb4b79527e9a4bb7878a68d787bb1d
BLAKE2b-256 3b0838659b74c1f3fb120b5dba38b309e402d7435c407637382ad360c5706c2f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.34-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 c06799c760e3b4fa130e76076f9d116f97f99cc7cec1b8d6600273bbcb06542f
MD5 2dc139e0f505ca0cee31bd65c3daded7
BLAKE2b-256 65334d184072f6417c082caffcd4bc61c5036e813fb11b823299cf11927debba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.34-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 f88bcf9f15659041a4d02f10d16274c227d962a539904f08f54056d5a12cff6f
MD5 4fc979f5d640842fa114c91e56d8ec76
BLAKE2b-256 38965729c2f3ca8b7c6ef780e76182c41e826800844fb15a56d41946719053ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.34-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 13d20355e712086ddd04ebbafefc668021dd8225738d3598ecc97e67150ea32b
MD5 1da1bbdc3d08a58c87fc4aa9acd21e71
BLAKE2b-256 91ede0d6b6165861f90575eb885470582ff9cad7c363c0e002bf3d3af61c9356

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.34-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6527ec24e3e63284e5abc4cdeb0b30340514299fb978ac56de730abd02124dc8
MD5 f6c7ae789f424668da95bd9049c33dd3
BLAKE2b-256 417394f400ba4f8f76492d95904d465a2a61d03e02d607775cf934d896d54b29

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.34-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.34-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8efcd76b2750ec4f9a19f87b30b4f50322adf9c0200b5ef05b7adfacfd6dd862
MD5 2f92d84818089dc9a710486e0a4c7e55
BLAKE2b-256 e7fb76c2a9a4e6dcc2b31acf63f7e6ce247f91dd8cc0d73e2b3d23a54dd231bb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.34-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 26b8462cb9de6ecb4184e536999ed4c7321b901849ba2761002c1ff85391539b
MD5 6a1137ad5e0a249674a2a24c81e8f4b5
BLAKE2b-256 010c9c61eb7208ed47ebddd8bd0313be9ccce5e6b4e6c0d246c6beb2e67091e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.34-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 aae1168e7e1d833b503f93bf29f870d24a1efb5cce0b8267a5fa42fb676745bf
MD5 a31b935732bcb73e5f0bed8f367b7701
BLAKE2b-256 f90f69d8a28beddcee4d0e48c58c93b73ebfc41f8ab6187c3e6914a4c1e72677

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.34-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 b1b3d30750c2dbf6ca4ee758aa603ee957fc78c1b90b1796bb99834a4c0da6f3
MD5 d9e1a46ca73809250b0642df77ae71a4
BLAKE2b-256 b020314ff78010d01395184f62798fa291e63433492a700f56fbd9f64b921972

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.34-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 eb367d2cb70af1e8a4ccf49e71692d03090b331171b8912fb2c5bde850b09fc7
MD5 75c03691e5effe3ffdc43576be34608f
BLAKE2b-256 bb0f94d2dd26355c376884ffe5b675836892c644eef1832b9392263991884d04

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.34-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 be245c638f478859a2500b35b6e301b6f6b02bbe01fd0542bacf2238d55bbbdf
MD5 94e2c3e9fc28f4a6dd06a767658746ff
BLAKE2b-256 3ae45bcda629791b7e40cbef8ec7d9a6e25d9c5565037d6baaca342fb418f4b4

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.34-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.34-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7b63891c6248be8e38d33c8c2da29a2b063b0bf81aef67312951818b9d30a7c7
MD5 25eb2486d3e86507662952113b8121ae
BLAKE2b-256 ce4c511ccc97cac853a16d4c61cbeb5c9f07cce705a98b70ea177e422e0544e8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.34-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 75020712b41181638b71465d202b56ea56280944362884758c4c57bf8d59531d
MD5 fb7fcbd20fc485605ec581d21705f409
BLAKE2b-256 ca7040bca4779ac71a90b6f08a031854b37c0102deca67c067d6869b55680eb7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.34-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 e2da1c1b99dc1ee80f1b2b2528be296bad510df9feadd81b9bc87590c53a1aa3
MD5 709a02a8ec71609710af88546896fe23
BLAKE2b-256 7a9edf6c6d6eb3c012c68a6b3968212cdde3035ab60fb982c5c85e0f7969f5be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.34-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 94d6011205e709d10d83c114c81059471188e8ff36951911a2f1a3f3c0e34efb
MD5 b2f48d63be5a01e3780cba9eea0b4f26
BLAKE2b-256 72026f0e0ca4386483165e316e06ff6a89ab3508563ce7f04b9f44dcead836c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.34-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0c81fb97d405164c47e09250de1b8f2c2315fb78ec254624c9061df6b6f366ef
MD5 63a37f483bb8102d6a8b9278a56e0236
BLAKE2b-256 addb450ed915869254af2fb98cfa70df5338e0f11a5f47c48cb4370849e650df

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.34-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a22f2c050c032389dbc36f2298f317f085376af6a1161b04519d0d5f7c404511
MD5 f77a8114e850e3d1079f6cbb8ceb18fa
BLAKE2b-256 3cb0ec23070e0f9198d13f9055606694c5946b9ee9542de1e7beceb12becb5d7

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.34-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.34-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 777206b8be7638aa4e769be7a2281e5c28958948ba092e5bb65765a8f145f959
MD5 9a7f6f2fd8f809eb5d659e38942e4d90
BLAKE2b-256 e37b5c3aa923f445901b027a145be05f987595bdf08366dff50830af1d1333ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.34-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1e6c68f202e0a5084848f784c7722f38da73e9a30f2cddb2ea9eb7b6f54dbf1c
MD5 7349043c4bdd810b1e835be3980e2c8d
BLAKE2b-256 cad03e3e7ad49f8ffd25abf0a0ba23a5fbe2df0470d1a6be2657e824c879d46b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.34-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 b1363beb326bdd5bd60044bf284f52b39ba801b939cb84541fae38129b8ddcb7
MD5 f724e097b90352fefd349d2a6c754634
BLAKE2b-256 9337c35ca01da5edebf003b4a45d9d9dc629fa60c741018dae9d6b0eb239f746

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.34-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 f30152f45ae17a55842ccebc218a325e84bcfd06238f38089a5b16bb41d79d61
MD5 53a4e251f6f1901bf884c14fe0bcbed8
BLAKE2b-256 1a33db519860db5b19c7266ff9e72676d50fffe3b7124346a11d9632594342d8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.34-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0ce1111a50165c856a519fa26acf0db840306989c31b3e9fcf7e7c0be3612235
MD5 db7758ec76a8504c5189fe9fdda973fb
BLAKE2b-256 822f1a6c92ce16ba562a3bbd6051e9665ee92a25227d151d479b9e61c4e19675

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.34-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b43b32f0dd15360a2767ecbaf17445dac3c5092facbde600af3869b1b12cb70b
MD5 08ae97789f31dfd744f8152991cfb84f
BLAKE2b-256 f17bcc033db1ffc0469c37a0f82c3e201f85899be90f9fb33e843ee054524d79

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.34-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.34-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 da8eb380cf52f359566abf00c77d4518c6c53dcd8dd6d8fc5bd7830bba19b6fe
MD5 6e4cd81b51846e4c88b164647e64160d
BLAKE2b-256 b4c6e4b6ceb829b1ac265fbad23fa5eaae201ad805d162a6c9a24e171bd2923b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.34-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1cb2153bc0ba112c6d1f04e0e3861effc5dce426b898e083e4d0fee6c4b04b8b
MD5 4201aadad8fb4875cac5a37ef0364aa5
BLAKE2b-256 abf3732ae1705d89539f1b8e1d5669cf573912215401d84d58191a7ca3eb2ba3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.34-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 aab6f6d3824523599525f0f78750203b3bd048f995d27a1811f5cf5d80191a6d
MD5 1950d732b7c9616f49a324304d60a8d9
BLAKE2b-256 5e1e29ae1e32c98b04469144bd7ff095b0ba6a2ce57160dcfcfb27d25ca73d1f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.34-cp310-cp310-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 b8053dbe12df991f958f3c3d510c33aaf1956944c8379c92941457997b7164a8
MD5 bd407efb27f28942ef0009342394eef6
BLAKE2b-256 e0f9328dce789f5de58bbaa31c2cf89b22dc60a282f75d28d7672c9a1b0c3248

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