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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.3rc0-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.3rc0-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.3rc0-cp314-cp314t-macosx_13_0_x86_64.whl (705.4 kB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_libecm-10.8.3rc0-cp314-cp314t-macosx_13_0_arm64.whl (635.5 kB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.3rc0-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.3rc0-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.3rc0-cp314-cp314-macosx_13_0_x86_64.whl (703.8 kB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

passagemath_libecm-10.8.3rc0-cp314-cp314-macosx_13_0_arm64.whl (633.1 kB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.3rc0-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.3rc0-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.3rc0-cp313-cp313-macosx_13_0_x86_64.whl (703.8 kB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_libecm-10.8.3rc0-cp313-cp313-macosx_13_0_arm64.whl (633.0 kB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.3rc0-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.3rc0-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.3rc0-cp312-cp312-macosx_13_0_x86_64.whl (704.4 kB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_libecm-10.8.3rc0-cp312-cp312-macosx_13_0_arm64.whl (633.5 kB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.3rc0-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.3rc0-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.3rc0-cp311-cp311-macosx_13_0_x86_64.whl (703.7 kB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_libecm-10.8.3rc0-cp311-cp311-macosx_13_0_arm64.whl (633.3 kB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

File details

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

File metadata

  • Download URL: passagemath_libecm-10.8.3rc0.tar.gz
  • Upload date:
  • Size: 16.6 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.3rc0.tar.gz
Algorithm Hash digest
SHA256 edbc0178a3622733f79cbc199f9252a57b2c311ef0790c2a13c57bb4a03ce4a2
MD5 7d73d3e1da10816f5a3bfb12852b2a48
BLAKE2b-256 386a402e67dcbf9022351191751ba11fcee3f5513ec25281e40d3a6ccf6135f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1d1a14f2565d0ff884615925bd223a1a8d2f1f45233a5a3e1c4ade40dcaa78b2
MD5 6fb588af44fc3e6ab22dc16cb48db068
BLAKE2b-256 9e7ab92fd379bb6d1dd2de773b09fb0c455bdbe6eea94f04d1651ca6d78b38f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 77fe19cba5ba87d9b5ac39ccaf79468eab0a163b7e503f59e677c7161a9d63da
MD5 aaf9ab1bc30dc9b94f834a0b12676437
BLAKE2b-256 211f7c0bbf7d71865764540505e9761f571f3e60a7052245a745de4f9aea56c2

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.3rc0-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.3rc0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 555e19d3c499ac2718001e18158efcd80b6f46060dd2cbb8e9244dd3258645a1
MD5 c16d33103c251eca6a07d5f8520bf0c4
BLAKE2b-256 94912a72236e5751e0523046a4450751a1b87d053c9409d798c0ca324ab2ac24

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4f489fbe72629327389240e904c17f248ffb99feec350db6bb9aee48c13fd6c1
MD5 a80725b769d4bbf0934b784be9733bba
BLAKE2b-256 a826840b2cd127075a5c544d8cd67ebb182d53b1d6276c3ba09f036f8c1121e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc0-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 975c847ba17ea1a1492286161e5fc306ce42aa70625e9925bf8f0ee53f3f8cc6
MD5 d892ce551e4aad179362656afe188566
BLAKE2b-256 5de3603875c3b33142847bd2ed0cfb4373d2adf0853dc8a11a42cad6bde3a6f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc0-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 6a97a878d921d7ee1bb77cec52d63da8b53889eff3bc15845a79d8533b082138
MD5 2f3a43f7b0a4f479a252846e80c4bbfd
BLAKE2b-256 29f24258776a854eea6eadb10466718c3eafad2460a5862c6659d1af208e7ace

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3b563b0e4797e04527ad9f0997bcace03e079477c061f85151d98cd78728c0a2
MD5 3f7aee187501d5846b971eb541f0b90b
BLAKE2b-256 252821d2ea507e4c794259731cbde5f417493a0b91f37fa4f65d3c276055a982

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 53a918c98d3a0f927fc961d7aa62659eefcfcedda6ceb440a5ce6f9fd13692ea
MD5 3ed1f58c1d92ac494e98be61c483eac6
BLAKE2b-256 ab9a44d4517e414d3ec821e500785591b35431aad01adedfdbf90c5c2e4468af

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.3rc0-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.3rc0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 34a4cdf594c6ea8183e8e06e1a4952dc545eed0f01c77501f7b7c74127ff4c56
MD5 f8be9b2a73bf35ad179ba97e446a4101
BLAKE2b-256 74b04e137824e7b66e032a9032b9ac517ea000c6e4f51d5cf7374bc03e3d0fc5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f64b4d320b2d245a31129db56abc69f8495a60a4258cc432bf726753a3bf9c01
MD5 e3b10f34dbbf9e2e6ea372a70d73399b
BLAKE2b-256 aae3e3b618993544817cab373c7e0f1020a85579aba7a0698b40dff07fdacc17

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc0-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 628eb11f81556a5d5c8c4dfe23c74c8a0593b057558222f5c3c0a605e4fa6013
MD5 903edde95b5aadbeb4ea19e91cc293e8
BLAKE2b-256 47f5c45142e02e84eaae610ae46419f3ddf44f5ad94411537e61a55ba13abb82

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc0-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 b98a336cfa5027982a45b2b20c0ffc208d4c55a75b875bf804fa78bca3e288eb
MD5 a8356523b1a9ad68ffb6002327abc68a
BLAKE2b-256 649dce6602b33b8a2b660968e6872d98b3e8f0044a9bea417db8d8242ab19358

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 275a2d5303b1b4e701efa6207e76da8224de45db0a440442882937b1cdd6469d
MD5 5dbf1514dd63b1b3a3f79296306f27d4
BLAKE2b-256 06fa43b14ef7880c305cc0d75853be2adb167050a9015a0396a1769c26d0f7cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ef15bd59681898b09d4fa13da5140fefef777f0ca9eeeed53ae2c8e04da960a8
MD5 83c2756d450979b8bc6b8f3d00e18681
BLAKE2b-256 7710cf5408e40bbaff78c93896b6b7d6eb22f24787c653830dc52b3f65274b7d

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.3rc0-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.3rc0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 84c6d86565980fb44d427bef073bd8f3b1e914266932d10e5af24864488e20d9
MD5 d7e7fbf0ac52314e12498cd7ffe29910
BLAKE2b-256 f93ce224d6b383e6748dfab9b0dacabb2c192ae6e49d8b6ef9f01f17a9895354

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a676f6e739bab2e9d90ae6fc7b3d1aeac9750f783dd31ab260498c63ba021d0a
MD5 dc16b64968ccf85f7f9ed1f6aaf0913e
BLAKE2b-256 9f4aacf4ecb5ee19f0228cbaa8d61687e3875fa4a1048d6132604642ee2e3970

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc0-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 ada741a823c7bd1f30cb6693c06bb4c5abc0e690b5edb586db85781ea4a7e967
MD5 d8f2bbc6d217bbce14655a2891040c93
BLAKE2b-256 a04ad3e0b1f949773b5fd5bc08d47502290144b1f08bbda18cc866e96a64f89b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc0-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 b413d89f33b2856d799a03c5eab78c7621467bd04ee096b8679c2f7978527200
MD5 98a75be7fa36d0c25a6ee920de299ff1
BLAKE2b-256 270f56e813f1fc8901a0b98f12219aaf26b0a053fe1578d9550f3b89b6de79ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d53613b9a38a3247f49ebd59b3279ea77cd3247477eb369756780c4a994e78ef
MD5 7f9eb11c7ea55c217f924dc1bc4ad6ad
BLAKE2b-256 1dd8371df3ba773acac6c7198adc344255eeed247e1ddef38365c6a9e2ec75f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f47c05bfc0a52442eda90cf41c069450b7905b79ac3852f6232c5652f27fb258
MD5 6111595ab2e199fcdb247aa32b5db535
BLAKE2b-256 dcb85716a2e3279054fd5666ae8bf337c28f51fa0af0573f5317662e3a0e4c5c

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.3rc0-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.3rc0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 949f4e7a4cc6ef73162339ec564df3ad45ec8f7781fd5e50fe30a5cf636c5620
MD5 34995b036c3723d299eeb5d064534376
BLAKE2b-256 cdb7a2b2835bf2d4daff43dd02ae1a77f222bdeeccecc8f47331d8f4697f48ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2c879b445abf237deec2aa97ff17e2831ea825b38ad841a9a596a5839ad0c500
MD5 6f5638f9f00aac504408fd19e3255899
BLAKE2b-256 bfbb6e6bc803aa9808074077a970d23d782362d588fd47e9fbfe509d413b2a39

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc0-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 15edf5f53cc439809765dbffcf0e2a5d4c0383f272e539220370305f7cda4318
MD5 600685985902f61e97e576ed71857f22
BLAKE2b-256 c6aa84a9b203f27aede2ef70638ca40fc645cab16da3d37406776487dbea19ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc0-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 cdf70b4acad44d13173822e45de2dad7ec8b49a94fe0144309e847d09128107f
MD5 d9c0022638afced244184bdd88907a0a
BLAKE2b-256 29578d53d304362e505dadf313a36ebf47b79465433255b9aede8552c42354e7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f1a38e6468f499bb143b047bc8082f7e2f1fc36178fbef65c5804976aec07d24
MD5 e7644fd03c7a7fe7e94b3c61f857888b
BLAKE2b-256 627461e4de3018136832903978da8578aa5aac592e64838cc6d6efaa1e3f4d2d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fa099038eccae88df1f87fa133840e1dc822c1558f401152b9c134ce670d84a5
MD5 7845b7d99d171826e48bd0bddc7c0a6a
BLAKE2b-256 1ee19550940251ade9837055e2b6a3b4917767b38672e67c266c1d2fcfd4dae4

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.3rc0-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.3rc0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d61b1b03ac755b045a772d2ac2afc17deb94f1f18d759dd78c8548e5a4c1afac
MD5 538c2bd28a1eca1f259b4a966a89da44
BLAKE2b-256 53889b6aaabb2e931ccf4598547e309b6f25116dce9a98fb602586542ec40c91

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7e2ab66a6a36b6021f553b3919bce51af98fd8bd7301d5a94154411158cc8666
MD5 90ed7584b68e84065fe69e3337598a57
BLAKE2b-256 38140a37f0044aafb8f23870859fc922eac323a63f5652212b4258f3eb76dc60

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc0-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 d61ddb3f9285243cd97131b2baf8dc16c1f02b855a737672215914a218be1d39
MD5 25d825efff998eb8a7856554d1746fc2
BLAKE2b-256 dc60d72fb74072dabd0534c1db9c26062809e21f1bafc52410ce5e3d8082f54a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc0-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 6a1bc5b930e25986a43ac2827ba5a21ef726c4a7d43cf785cebb3a24120fbcf0
MD5 8608096ecaca768a1a1d4f058e9af413
BLAKE2b-256 f6e7fa7aaf12a281dbe1402aa055a722aa010fb290acbef199b138c87d8963b2

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