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.8.1rc0.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.8.1rc0-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.1rc0-cp314-cp314t-musllinux_1_2_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.1rc0-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.1rc0-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.1rc0-cp314-cp314t-macosx_13_0_x86_64.whl (704.8 kB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_libecm-10.8.1rc0-cp314-cp314t-macosx_13_0_arm64.whl (634.8 kB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_libecm-10.8.1rc0-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.1rc0-cp314-cp314-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.1rc0-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.1rc0-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.1rc0-cp314-cp314-macosx_13_0_x86_64.whl (703.2 kB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

passagemath_libecm-10.8.1rc0-cp314-cp314-macosx_13_0_arm64.whl (632.4 kB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_libecm-10.8.1rc0-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.1rc0-cp313-cp313-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.1rc0-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.1rc0-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.1rc0-cp313-cp313-macosx_13_0_x86_64.whl (703.1 kB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_libecm-10.8.1rc0-cp313-cp313-macosx_13_0_arm64.whl (632.3 kB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_libecm-10.8.1rc0-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.1rc0-cp312-cp312-musllinux_1_2_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.1rc0-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.1rc0-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.1rc0-cp312-cp312-macosx_13_0_x86_64.whl (703.7 kB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_libecm-10.8.1rc0-cp312-cp312-macosx_13_0_arm64.whl (632.8 kB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_libecm-10.8.1rc0-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.1rc0-cp311-cp311-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.1rc0-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.1rc0-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.1rc0-cp311-cp311-macosx_13_0_x86_64.whl (703.0 kB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_libecm-10.8.1rc0-cp311-cp311-macosx_13_0_arm64.whl (632.6 kB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

File details

Details for the file passagemath_libecm-10.8.1rc0.tar.gz.

File metadata

  • Download URL: passagemath_libecm-10.8.1rc0.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.8.1rc0.tar.gz
Algorithm Hash digest
SHA256 45e1b29126e5a7dfe95a6430131d774c0632023ee7508740c0f3ccc3ebca032e
MD5 2928eb9d25aae8363b76704e9b2d797a
BLAKE2b-256 d96ef22f7263f8e1d12a098939c7cd0bc789fa81e7648d4dc621bfdf380281ec

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1rc0-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 30e486b4b13637dce1637325f0d7af0ae3903183a8b84bfdfb8b6543f8ea0589
MD5 bd2d8bcfe32b7450b761a9e37fa5b8f6
BLAKE2b-256 580ad62f035966b9473bae15f0601f49825abb69bf601a2ec71da0537f95817c

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1rc0-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6bc3adeb3105e952594765797401b5aa9ec9dfb67b95fef004e5385f1a1dd4f0
MD5 a78fdee019507a700c7dbcce02729226
BLAKE2b-256 d91b6a07a0990c32b1a8de2a65032b951df60c6576b1b59947135c2c76c23ab6

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1rc0-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.1rc0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1c9993f3c4e593e75aaffadd66bdce09ec7619128b37576144a3729d29ac93cf
MD5 e336c987d02e697ee04e6eb53b45fbd6
BLAKE2b-256 0bdc3ca49ee4ad069e5263798b5462a5cedd2a99b2defb7f7d403dee142e9737

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e5186fccb333c5c397171af31623f1cff213dca27befcbcdfbfe08d4836f1dcc
MD5 6a0cc963a554e512d1f0dfb7abd16893
BLAKE2b-256 30eee0566c3b307eb46cb57a64f60b13e767c7e8658c8207543ed3b027ec09e9

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1rc0-cp314-cp314t-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc0-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 5a0627259ec97bfc84c334f5b2b44b7c1a4cd4052c5bbe064ab9f65855bfe4cb
MD5 ccc010970cc678b71f6e2e5344d7c419
BLAKE2b-256 8971639ebfd30bd6650870539f1bc6276e1833c8d6912c230b5f0dbaaea9a829

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1rc0-cp314-cp314t-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc0-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 4b488b87ab415fa36a6053d93f520baeb486fff5ca167ea601e40ac773308089
MD5 e33b24c81d801fd15b998e68966903a0
BLAKE2b-256 d836d73864b4d2913ee95f071f05301f8193153b49620fd6a4345253d56a2004

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1rc0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 24b4bb181294376cc402aca0d20cd37edcd51b4f4230c4c51e4d8e624ed8a4ca
MD5 ffd243dfa062b2e9c364e9b85092aa00
BLAKE2b-256 0877eed8bc14a987b3d65f36f99b43853d108d7c41d38da389726b854112bb33

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1rc0-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 40f4ecdf29c72813787bca28771b48c5be1c25ee38de26feb6ad4cbbe523ff86
MD5 decb91488d33ce58d3be13428850b69b
BLAKE2b-256 360e00f72bb788952331c634afc384a2e14d80183e6e82cad430f59911923e8f

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1rc0-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.1rc0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8368e9dc7de867d2c6190897ddc30b8c74e495c57bf047f51a6b3bc281b23c84
MD5 695360c9a3a557ae2497fb8d7c498fcc
BLAKE2b-256 c3cb8174f60f44f279108583c6ae3bf29a90ddcea056c85b072534b0cf3d0e83

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 da4de506252d2f12b5e37d7122ba1c1eaa73fec69bf1557937f0485537694e1e
MD5 66a58d148d383d939bc2cfc8aae9713e
BLAKE2b-256 0fa362338361e5d3c3b728031f202cda5436a6af41b97bf441802bef520a0b3e

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1rc0-cp314-cp314-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc0-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 c46e5dcca3f96dbf16c4c035cdbc0cd0e90d61e270ec30f5e54ff89179a9f41e
MD5 4f14dea1e0a8068297437d588af5763c
BLAKE2b-256 5cac7e6c5950e67f0f66ce3d17b242d5c428c2e965ad456ea2fa831470a93e9b

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1rc0-cp314-cp314-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc0-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 b5be2a7bcbcb2b9fd2dc79060a0e3c84a7a1435297fcbe35bb7f83345e88de8f
MD5 feba4b8337b586837427ba4537999d3f
BLAKE2b-256 7287909adce7da040db4e32b6ee1df11f74ff1327a7e06855370dbfe33ae867e

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1rc0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 71525e4d6383dc35e4c1c2b01f811a12baf4cbd2c12e280a64a945529456b33c
MD5 8ee768cfedc39e3ffe3784278195dfda
BLAKE2b-256 1fe02eb92a5833a517b1b205332a591fda5d98fdc4f73b1e152b548fde526a0f

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1rc0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 858e30f3de5deaed15d80c05c4c2f9a0b83dba40733cc85765c6ed457c480bef
MD5 b2aa3c83001665976f44c4d48209be0e
BLAKE2b-256 65a3c6d4a8f60431d6626f8d718976826350d98475d663ad34de2a584c0b52e3

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1rc0-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.1rc0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 086dba803aafb8eb2014323d21ab2f9b50478730d1002115bb0f5c73ec53c253
MD5 f9fc7453037ff4484fcc2f99e34e029d
BLAKE2b-256 fb3dbc2d7dac120f06644619a646b07795bbf3d15b478c847542423f20b5c92a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9a2bf3bd2512a7ed23a3b0c3756b735dd87f895abf77c529fa6bee6e7156e9b1
MD5 e6b1e7e324fa18f49386c5a5c93773b6
BLAKE2b-256 912a02ebc8eacc61378719364c24fd945f54b924f4bf944995cb4757f6f379bf

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1rc0-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc0-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 5c5ecf8cc47ae9fbf6cd0d60e959e92c46202d079715723d56f314a54b583c5b
MD5 34f3baacbdd63068f2a18336ec487f60
BLAKE2b-256 ba0c13978b744ad7678f9ed0106cf29471bc830fa49c5589bb9bbec1275f1dee

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1rc0-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc0-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 9c7e829dbbda2c7fc324088142dad2dc043857a6418e13a8ad827057a3712ed3
MD5 c7e8962e9cd073d4ff6187b92078904b
BLAKE2b-256 dfd1c138cf9ddc1e990af2a0f36391bb9f9e6b6e42c4ae63717d7ecdb773323f

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1rc0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bcc12a407bc97860f09e96202ac7b392b6f1dc21878adce4e02b5132a86aca31
MD5 50e02444cc0ae3816a75ce767b4e7404
BLAKE2b-256 fb9ade093e028741f65aba3080931b9285e2ed1bc4b96d1a563aa03d38a88859

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1rc0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ecbabf2c8f18c58d56a9cf7d0ef74eadbeea32edfd4e7e8a73e57c7fee417f07
MD5 6aa725e7cc3a995c7257b563b808935b
BLAKE2b-256 46d8b8d92895723e7668056dce0a41a287862f4da3b6628323faca444aa3ec54

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1rc0-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.1rc0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 eaa11512bc1d808c3d0d33db2d4b89d89131c2784215038232ca8d78d4961fca
MD5 c7799653cff75f3aa459f8ae5c760118
BLAKE2b-256 6637dc687700b2c0c9d0390c2b1433618b2787ed480bc665e92386fc377317dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 24bbc91dccbf6ef5ebc081932f2899e829f486a0e3ec2e70c46638668d2dc47a
MD5 27a2c9dec5ef8e4dd9f397f7c6fb5ff9
BLAKE2b-256 9ca3ccf3d5d995034bb285538ae93d660c7a53e5872f7e70d40edf6aaf0fed05

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1rc0-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc0-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 74290dc81b8c30545986f4a67f5d4aab881e4f284e4048863d3b8874f6287c68
MD5 e6c33f78531634640c4acd0f5e5c849e
BLAKE2b-256 ead4c53e757d26aeba05f01ddd768ed9f2c6201398edb8838dfa0a29783e9ae7

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1rc0-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc0-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 e97afd881994c8a542033ad8e1acaf5c89f6ddbee24f143aca6b06c7b1dcbb62
MD5 46bfcaf6f7ce8574a28162a822e8ef7f
BLAKE2b-256 2acc2bbcc52526ad070b460c1649f08ae55e3f06cd59548c4922f311846d8ac6

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1rc0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 093014efbb1bf8cbca60c667fe1c52c28ebad9713be1db41d4ddd05b302cf130
MD5 2df7382ef3ece0664f8fb6a4269ba96e
BLAKE2b-256 49e8790b5db6b9708929cb9ae2a307f47f25b2dc61cdd5810e41c195f6a2d35a

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1rc0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e9a4fc3c199afd34c60cc2902c008c67718363add544605f3dcd9de7691687f7
MD5 3300677aa658e7f9c18a30892788ca70
BLAKE2b-256 88aef8f4a97693c2a1784763092a2b8d5ae37ac481d3243341bf315c314f5302

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1rc0-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.1rc0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 08645bb334952d7de170fa58d02d659ef40d18942d2a078b232ab8e4bd944d54
MD5 da72495bd83749a5a75d62151c2b14ed
BLAKE2b-256 296a25f9a160c997755e6d2baf0a3e8498045f8b81106d99f2c079878c32f83d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b8bf8629d5b8e544735de5f43ac8afeef802fb13ce815113dcfcba67e034c344
MD5 c734391f8998376efb279972800e799e
BLAKE2b-256 16dd67aa829a708cd60af653e3b37d545edd5c56d4d207d76ab60e392b1b601c

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1rc0-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc0-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 fb65a4a1457c7566c5bcf105e5e6c7a88d997c0e06db82c680ac3b2f7821c4d0
MD5 103cf2e2b49c93b64ca520be841d625a
BLAKE2b-256 41b39908eb46b309870a2006fa830a6fc4bf3c86c89a2929b67393dd2b31d6d7

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1rc0-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc0-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 e94ee99e60312b0845e37a63865c9c69404a788881e3dadcce7d4c5e9559fa73
MD5 eeb510c66966dfdfb1e7e648978dd0f7
BLAKE2b-256 e13f833157fd1b93cd1b674574ce7eafd165c2a36e4620267e1acfc8c6ec717d

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