Skip to main content

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

Project description

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

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

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

Full documentation is available online.

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

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

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

About this pip-installable distribution package

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

What is included

Examples

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

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

In [2]: N = 11 * 43570062353753446053455610056679740005056966111842089407838902783209959981593077811330507328327968191581

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

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

Available as extras, from other distributions

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

Project details


Release history Release notifications | RSS feed

Download files

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

Source Distribution

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

Uploaded Source

Built Distributions

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

passagemath_libecm-10.6.42-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.42-cp314-cp314t-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.42-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.42-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.42-cp314-cp314t-macosx_13_0_x86_64.whl (695.2 kB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_libecm-10.6.42-cp314-cp314t-macosx_13_0_arm64.whl (625.5 kB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.42-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.42-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.42-cp314-cp314-macosx_13_0_x86_64.whl (694.0 kB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

passagemath_libecm-10.6.42-cp314-cp314-macosx_13_0_arm64.whl (623.9 kB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.42-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.42-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.42-cp313-cp313-macosx_13_0_x86_64.whl (694.0 kB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.42-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.42-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.42-cp312-cp312-macosx_13_0_x86_64.whl (694.8 kB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.42-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.42-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.42-cp311-cp311-macosx_13_0_x86_64.whl (694.2 kB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

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

Uploaded CPython 3.11macOS 13.0+ ARM64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.42-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.42-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.42-cp310-cp310-macosx_13_0_x86_64.whl (694.5 kB view details)

Uploaded CPython 3.10macOS 13.0+ x86-64

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

Uploaded CPython 3.10macOS 13.0+ ARM64

File details

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

File metadata

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

File hashes

Hashes for passagemath_libecm-10.6.42.tar.gz
Algorithm Hash digest
SHA256 9afc93982dd85c5b62f2eb4d1e84d69e843836a7ced62b0fdeb45026d55c71f9
MD5 67a2cb206b07d487f23109bec0dd43b4
BLAKE2b-256 d35939f576c68ae4c9079388b18ecc9d33591a6a33814b11cd2ca35eb014ae15

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.42-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6cad24ef91475fd5fa1d0a9b96526038d444f1199f51f7cae238c617e676f4e2
MD5 3da5d2f0c55c183a3e3f6efd9c2f8c4f
BLAKE2b-256 92be22b7bfc5866e5ed7d74202bac2af878a105b16d96a5fed8feab128792b35

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.42-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f223c73d879595368841c2b182f45bb2b7c75975f818db2748b5c77bed5f4a08
MD5 0581268a17a55322a9710fae4c825620
BLAKE2b-256 0cce2793cdb28151b676ff832ad3313eee8f1c673b5c7b9777cd57ae106f334a

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.42-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.42-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f02b7a0600d7a5f07ff56ee495c11508ae7eb19831c807fd02743f8de4053ba1
MD5 518dc779fa67364cc1827e403e3daa38
BLAKE2b-256 527d6e58c832b0bc4c699416583a3e2915a89bb4030c93b48eda50d0e4c84cd2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.42-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2a4166d777db613a171861d747b0ccc2d9429f948052264683e7c77ccd737919
MD5 f5bac125435d0ec65ae4733e982480c4
BLAKE2b-256 99afe2a9df35df2bfa8f8c3665d851a9da415be1660febc5a984f4a2e667d562

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.42-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 4d9724fa46893238a20a59fc21671e52a7c34e4ecd1f60895507f8e0f810f159
MD5 317e7581d91b2ade9530893c3346981a
BLAKE2b-256 b94e1a25cfbf980175b1c64dbeacf42d36c59a51a80526270f6b693a3f24cf98

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.42-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 5b017816cf7c9e4c268415472198e1b3a15f429631616ad17b8c141d1994a840
MD5 ae381cc2932b98da3ac28db60ee9c7c8
BLAKE2b-256 26905417a249f2d5af04f4696f75d047ba576fed1058731ca331f79964675d36

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.42-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d644820674b3749e98d50a0fbf1b880aea8b5fedf64d84df93c4776c42394aca
MD5 4342ff4c2c65591aed9874cf828f7671
BLAKE2b-256 8b10f462ac0e031b4675d97a15139e33abbe6e28a806d22ec09c373237efd719

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.42-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6ec4f862db47535a59900066b8ad24841c14c46e81fe4b07520d52af700c8fe0
MD5 83b826cf4c483acf2d6d0967a1808a2f
BLAKE2b-256 959196c93fc24373a4be572e8dcc0563076232f28e376d44ade59d17d95e3189

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.42-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.42-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d8b2f02293c15e60fa02a0ad6e6951d04b20b7f11557f5190532022ba272404d
MD5 b0a4022e3ac7751453ab27bdedc1131c
BLAKE2b-256 e359c5c47439e5431006505708b2cd285e85eb0331f7702bfc1d7aca46ab77b3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.42-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c1e844065235af5cf9deaa445ab6ed55ed7938e89fe6cc53a78af70b626737e3
MD5 1c66e7b2770144567857222c26130cf3
BLAKE2b-256 a6255dff5958acd24511a3dcd32ba7483597cc2f522084b3d37bd6e2b2ff0e2f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.42-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 761556d9045023bfc845f2743fa95731ad91f9b258de8e1176e5e0a8d0780fb0
MD5 a49905c3327e07156e636f8e5cfbb26b
BLAKE2b-256 f8c0ad32318f4f550270ba0be250001d8a559e85cd23144b7ba239a503e30c15

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.42-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 08e58fe80b475cf8f6c1ac95580d99402350fbf3b147dc93f46a9306a90abdbf
MD5 6361068db937dd1a5504347853f0ebf6
BLAKE2b-256 38ecd382919fc50789c877ac2f6bc02ee34ae07acf96e8593c592f8424913e9d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.42-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f85ef233a4dbf1a0b87f6c81047addafad73c7d80d6a83dad89be042f3a9235c
MD5 01b236c5f483f38ece4531d26daa0045
BLAKE2b-256 03b7848faab60f0225af35de8145092c270b299f9466f86e3aa6175221b7c91a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.42-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 10bdbbd804cf3b90e80862a4c3a8579d21b0b8acbbfc61f2f390234e035c2b82
MD5 bd84e67a364d0475c4e591915a5b9c5b
BLAKE2b-256 3bc8b7fc991c25dfb990c9eb27319591fc44a6c997c13209e52961091a5292ba

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.42-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.42-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 19d1f7384ed7d1a1630b2652b38e6733938f94d883c181c0257488c77d988b61
MD5 a9a6fa86db34210dcff42f8e8bf9f24c
BLAKE2b-256 a0ea6347c300b50a4d4c7389baac78452285beffbff762238537521e7caf151c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.42-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ce3ea26ecc8effe8943698702ca35843a615af67c9c14fc4cea7365912da34b7
MD5 d043f9ad0364205326f92d70d84e7ad6
BLAKE2b-256 631bcf819c4bd94caf9f94d89f3ba104026f3d0ba40a094df3f98e0c4f079c6e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.42-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 37aecc87758b72dc396724159b6a0042727470feaef89a5c42f56a6aa0ff3eae
MD5 61989a6ebc9ac080c64407072d27dd6a
BLAKE2b-256 53c7b4924812018e55e5b0855c53574c6c2216e0413f1285d24721e56328ce30

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.42-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 dd6b3fcab1f83b2347e59d9f2ef27c2ba94a73673eb8bf415b26ef424cd62c28
MD5 54ef7ae4e5e1e8fce35d37b626191584
BLAKE2b-256 e76e3527e2483ddb3617906578e1d071eb3ddd0d4ab079d432ec3fb4c059c2ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.42-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 42f64c0eea09bee1235d46461a1320712e518a9d20422fe831f6cbe1c51194b4
MD5 383cf4e2d37397996c7e1235ca2ee052
BLAKE2b-256 b7c5aff6224c96f61a630dfb227d46781aadb420d9b1ad8b1690b98e2a8933c2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.42-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 13de79b3e1bdeadf1a196336ee30f30370e1999d60acf48cf53025e00fc09c0a
MD5 97b2981777957361280eafc664442ac7
BLAKE2b-256 34f4ba39b3f0083d279a238d1bbfe9ea28df1e152f4bf9570724e5326395c715

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.42-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.42-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 865e826bbe0dadbe0106c25480463cfdce60c16ca21fdc3d0668feff9d70598e
MD5 b52a7d29fdfd80a01412bae739b151c0
BLAKE2b-256 ecbf886eae24de59a2f4cdce33b4621146e52cf286af399874d8a5bb64a9ab9e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.42-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d142dcd170985da51764e75f87d8627f1116cc5146f24f68042ec6da0f896aaf
MD5 afbb04e4b4eeac7a58cae88ec2a6e226
BLAKE2b-256 030d00a9006a0b4dd853f4977ea16bd77df19df10817e9a8fd6edc67af0534fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.42-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 4456ebf4ba6bd31eb8d313c7a9d079feaaffdec588091d507fd31d9e20a84d97
MD5 1f3b886d7dfe7fe503698d80fab6941b
BLAKE2b-256 ee242a045986cf728da4577987696546b99553b67f6d8ffa4c683a9f5deceb01

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.42-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 b09816d7251f0b4289063199e0e30fac4b6acb41933f7220410192a408972629
MD5 86b3f92d3817a630d4b1d8b7bcf9ba3d
BLAKE2b-256 d9f85208b295a644f5d79a66f7563971bf31f34bc18dd50600593bb13a03afb6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.42-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6c66bec504c746edfcac7fa7146bd5318ebd28250bb6298ab148e2d17752f0b4
MD5 77d4ba927ae8d536eb9f818fed065118
BLAKE2b-256 ea5d862f4f591a89b9538089db8f8e5c2d9a87e69d8946f1041bffa1fe6000ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.42-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5c4461f7aff650adfdc5182b4c17892ac3caed846500799eb5961021c67c0939
MD5 a1da0782f871c04a5fdf73fe2d37bebf
BLAKE2b-256 7133b82d957bf67a57811a2b7311497fcaa42547c6c74af88c603e6ef7591eb2

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.42-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.42-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1129647f9e0e32e275d4a0693f38947f06d1a1e061b218dbaf5490f16de02165
MD5 7b6ac5760e47ef2bceb2d6235d3785b0
BLAKE2b-256 267af74e49c41624b4193583bdfcc2b037d6d627c50a79099c44855c7d7c9e88

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.42-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6f267ce05f3d408d16f53b1d35b44599bba62e76ef4ab02fb345b6892d785c33
MD5 266cfbe161bb9c5d9f5c9f6d9723e0e9
BLAKE2b-256 c292b5547faf6b2d17e64f053ac6a8e09914ab5ecf75fe18b6e6afbb7d0e642d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.42-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 ed0bc5ac7a2f15bfad65aa4e26796ca9845deb33449f30b1fe848967682f1153
MD5 3103d85be6b14d2b0581e38fbca70732
BLAKE2b-256 03c975b8aa508c263e6ac63cb2f369dca36b3dfa431283007f49f99691b6aaa3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.42-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 42971e83b916e5a9ac2c4d0469e051a03b8fcf1f2c8493367815c1a3e3a1549a
MD5 e8a8d862753e39b2e4b28212e8abe6ea
BLAKE2b-256 210a117b3ccb1327af1f7381fc47f72527c9315bc99579e74553e80829d4dcb0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.42-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 961493ddcc9f77527b34f970cf34c9804546d1442aae60a7d8c4bac585ca7643
MD5 52c48e856385d79ae3cf1d344fd22a61
BLAKE2b-256 4c85b1dcf68826b9b83203e78f0173735b3131a0e8bffc4700dce074a58ff8e6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.42-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b1749e278598f23664ee5a3d6c3078288ccfdbcad5ff46deccfdbe3d69bf7188
MD5 40afba5db47e90f6c8d81c164cd12429
BLAKE2b-256 9e8a16d1cf5a6eb7f20f2312023eb482e2a5c985c83150428a4929a9a0d7fe71

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.42-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.42-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8d8528b56cef37134b5c5680fe9a82baf59b4a09e65606aa303d2b548c7f22d4
MD5 e986f023f5217f72184a083da19cb7b6
BLAKE2b-256 26d4d8108c8edc1258d47d102f8132e43f260e63a1b54abddd4fb559dfe8aa84

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.42-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 49aad5785b08792362adbf5466b66ff0ce47028e4bc22c6e59298c6cb5206913
MD5 1ae772e642842f3444ada21593f4e061
BLAKE2b-256 ec6af1832311f00888a68e0efd8af5a3026daa69ee6217ad78d5c1c1dc81d309

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.42-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 a8667bfc3583fe95c5082fe239ce80a3207c9616b15d89b6aeef01b534bcdf59
MD5 ddaa9abc6973c2ce723e328d72910cec
BLAKE2b-256 c3594f86ea5f1452fd8abad9e652b852abca4b642abbc89e91587b7e65ed1f24

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.42-cp310-cp310-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 363860af8136c224d1b7092375ece9c196f391541103322ac885be66619d2550
MD5 aa59109c0866cd77ceeb50046be92510
BLAKE2b-256 f45edfa1f8bb14a589797983e3594700d1a89a7988ce9190dbb353ff79e2996d

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