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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.45-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.45-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.45-cp314-cp314t-macosx_13_0_x86_64.whl (695.3 kB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.45-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.45-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.45-cp314-cp314-macosx_13_0_x86_64.whl (694.1 kB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.45-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.45-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.45-cp313-cp313-macosx_13_0_x86_64.whl (694.1 kB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.45-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.45-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.45-cp312-cp312-macosx_13_0_x86_64.whl (694.9 kB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.45-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.45-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.45-cp311-cp311-macosx_13_0_x86_64.whl (694.3 kB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

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

Uploaded CPython 3.11macOS 13.0+ ARM64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.45-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.45-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.45-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.45-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.45.tar.gz.

File metadata

  • Download URL: passagemath_libecm-10.6.45.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.45.tar.gz
Algorithm Hash digest
SHA256 c2bd708c5998e9b118af8ec0ba745f0f608ca3b5901fecf58344d63fd59e82ac
MD5 15726f95bb7a1ed5648d60ac9e5f5831
BLAKE2b-256 ab94afee773db6844a4e25e4dca287478d91320e2f2917acdd547f4ed27ee788

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.45-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 76a0912aba778516b1c11737216edd7895a9fc0a7a5bc4f43eacf9d8af36fded
MD5 d05cad92e835a1b99e0e23baee6f9423
BLAKE2b-256 e77cab555f4eeea96621786afd2b7d617c13a90b2f07a93fb4ad6c6e24ac4926

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.45-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1349c5a381db6a6f48311c90c0edc4e355d0406469cb56674b2dff363d265fa8
MD5 c874fac2a9d0e8123c082dcc373372af
BLAKE2b-256 ab4e20a3a77186c7e770413d61f0e1c5b680132c5a75793d5e484081489cedb3

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.45-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.45-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7b4a67c912e2b2f44c60f7e281800a350050e4daedbca99c89a6d96539c9da25
MD5 f61498a04f7f27c6af3a0221250b6cde
BLAKE2b-256 3ebf46fe99181588fe5a3b5cc521d37f9c72cd333c415c5a4e36636981d6c555

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.45-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 35a03741949a63582032a99d5c7913cfd8df343c7e6fda13b169b4b5ea3b9baf
MD5 4964e2a706df7a03888564967a4ed92b
BLAKE2b-256 3436f5817ce90c3d2a27176bead5d6b9f97df0c626fc577b37fb6a04de61d9c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.45-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 34d5d5f419340148399f449606da1b00005269339009c17d8dd9c49948d26670
MD5 3043a0eb174992751ebcc4197a8dd5c2
BLAKE2b-256 c46c11056424b5d3687f32c549af21c637f5d11072109833cffdd46cb1dab8f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.45-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 435a4d4577bc48a05538191ce2b311c699a637f2e35ec6ecf474cdf81394bc3d
MD5 79b758218b5e9a8f46ef0e47bbd50cf1
BLAKE2b-256 e635a48c5ec189440819828a092a44803c06d50f14d486cad681e1884fb4f1b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.45-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3416fea5a260cc474f6c832ce30c682c263d0076211a39e2d728c7104dbf1936
MD5 1168e34bccdf0a24c025eb855653ed9f
BLAKE2b-256 d85dfbba229c5dd5ffbd39fbfdfe9da46687dc15e73fc54867aeea7324dca2a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.45-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 69ce7a7b4b3751647d7e9281d06b3fba2344d2fb563104abef69cc655e3e6149
MD5 21f9e7da38311f60c60295137e73142b
BLAKE2b-256 c2c2f6c6bc83b3cb4fb8ee3df6bfadb9f5c4cfef14fcee8add94e9f3dc87acce

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.45-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.45-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 66bfb33821d624a6c9ec512498d58d339326f52eeee6a2a949534669d4bdc87b
MD5 c8ea868b8ce36b6910812140444e0fac
BLAKE2b-256 9e958816b6fa6356d52eb464babccb03ba27524bacadca2eef4055228bd067c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.45-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9b448ba7ea3b6364c57dc24aaa1339e86ea23c67d71bd57f6e2c39de11c7419d
MD5 2aee5f45acb8556924ae89ffa9705100
BLAKE2b-256 fadfe8fb0a54a071c707bf5b9b1685507c3d5da1ac40f2bd5db93a3b154a4fad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.45-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 85fdf49572d91a205ae69c728a544a54dacd225651c9f94ac2ca0da3fd854b31
MD5 cf263d53d01c9f0b89b018ec04696c13
BLAKE2b-256 9197bbb28052f59cca0fa027afcca0a9fa1f8d3dff4ba71ce639804b87275fa1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.45-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 fdf99ead242826b805fb68c9860246adce2375307c95f194f62c54099a9fc10c
MD5 be885677f710aecf4d5baa3e54df6f2e
BLAKE2b-256 ec175ce7a46fb8a5a7e7ffd1601fcce2ccbb9e2d22537be68c8c19db20620481

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.45-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9923300d72c704b1cb39a68462456248685e876ff8c24b6257e2d5f269c0b992
MD5 d9c27e1b3f20114a7998bed390eb31f0
BLAKE2b-256 e10fe72e4ee5b48bff09ba371a9808d8679b1f8acb80779e0871aa21da3e0707

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.45-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 57d2945f3bfe4108a4b964562c0b686cf571ef5c36d334a3dee1eb8361c61be7
MD5 ccb81657c1d730d433da6e81db26dea7
BLAKE2b-256 9f2728dec1a2c7c36a77b7c246b4e0eb723c3f419742c9dc3256b04f3c35c109

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.45-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.45-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9a148b5c18f31037ffa0a65c4d7e0eca6b05f14af3c76d83a59d6ba87b8a6151
MD5 bb86fa6bc551faa14b1f2f4b2237289a
BLAKE2b-256 bb97039949e089ac46ecf6f6ed35ef2c839e457740cc5ed56ee3c2c542b9936e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.45-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c5c74f01d9752aa1bc8f1c1943c24909a409f8498a2c14d06d54bf6b5146a6d1
MD5 28f063e991fa2ce501a801a0f6ef96ee
BLAKE2b-256 caa82ab55c995d63bf350502058390935fa23223d0e6383272d26d9e56b41fa4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.45-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 b1e1a36c276c028d926f5edfa29422bd25634a7792fbea754f7c7615fb6aabee
MD5 29f8b5dc6533e1dd41d43ae42ee03b8b
BLAKE2b-256 3f243e5421c0dcab5c7f0a1e12dd6f288f4fc90a2b21ab52bdb07e11e3ae93c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.45-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 74070b3a5ad93bc95e502b9b1d19ccf1eba4416534f83ef4c6d57dd0eedfc206
MD5 9f8d9c5e84310940112666b866af22bb
BLAKE2b-256 f5436b12e3fc3fd719ddbfbe9ce8b7eb65be85a786d16b6b5bbe700ba6a5e697

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.45-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b4973f8e935d70fe41795aeb2e9325aabfeacae775681457ec19211d40ccd2f1
MD5 fdc91e98a50acacdc0e4969c580cc0db
BLAKE2b-256 470fba68051729eef5af2aaf23243eb382ffc31adefc422c53420ce1b34d4bf8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.45-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e1b4bf76167f82beafc7ffc74cb15e32d169c1dac7ef9b04cd3c567037565498
MD5 e1ec3a922071c24134ec196dca68935a
BLAKE2b-256 2879537a52ac3e5046f91943818dca8c55668f06b30aed78f9c5118df19f79d9

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.45-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.45-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ce4159a023942b2a8f01ae37862da7b9f3b16475890e014b61304c5977e38466
MD5 f85db36201802baf815d604eadfc18ee
BLAKE2b-256 bcbe821a55fc9622393f78e8b0a6bbb2a9c488d8c7cf1e49a4bf38e7d5df1c88

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.45-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9df37bfd2dd72e3ab0eb9451bee9def21c24b913aae02b2448d351da164e680f
MD5 e5ce7993ce9656c2857a0b0c11fcff73
BLAKE2b-256 d374299d3ab5aef47b6eb68dfa910ed12a002157c9b91b77d3c44c119cab0935

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.45-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 b59e6cca5b19127f190dbdb253397333f3da99a1f75d6143c5aea463a24988ff
MD5 c11fc323582f86fdb84b988535d8832b
BLAKE2b-256 0d177adf094c0b5cf461935d53868b718123391a1d7b3ae2298b47af27f00684

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.45-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 3967fd93895c440fc43ce1e8be663266c68cb48e3a37c7b0c629e7ce2d3adcf5
MD5 21695746cd176c3759e13ed5466706d6
BLAKE2b-256 3788bce7517c58476d4386f4b041c1cbf19640e0f3da3f5aa9e6c25bdc6a7728

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.45-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d4797289db03676b5144e63a2f4f8f5179678ffa4c046a76ac1cb85c286e1bad
MD5 5e7bb51d905879c829bbab0d80984ec5
BLAKE2b-256 70411bdeb08f80e312a78781d92d148d7d6003138b3b91f7bea7832825a6ad2c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.45-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 60176af5f34222eb8a4e476f240bc7d7d47afd016ce56edc9545b4297da2d56a
MD5 a0e4361d5df32e18615e1fe9e3523eab
BLAKE2b-256 0e8394e7c8ec3c7446dd8685f76702b462c858392f3a5a2875049004ff2901d4

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.45-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.45-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 45d390b11e678e9aeea68172d76245cc0b132399684c6d77a70ac7cdeae60158
MD5 b0ec197586f6fa143bc789493c866027
BLAKE2b-256 a18fe907d069aa5d263a643ee2a7b2190caeba0e9caad6dbdf2650a0bb075065

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.45-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 952d7d40c4963701c9758188f22f86b503f067d0f6ae07c6dbec6f95293a7acd
MD5 f556a0d0fc77aaa8ba7cf956aa2a6de8
BLAKE2b-256 25f77b00b3078bf6152e6087e5726c049572c0f0edeb5fa2e9882bf67e1d1c27

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.45-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 c27ffd5a2ae45383688e0723855cc8a2bce008e2f38ac8f962ceef111a713e48
MD5 d27f2b984cf3046d8e409f2160ca7da2
BLAKE2b-256 cf6e2880e978c8eb3d19338c665ab7201218b61f7198e1ff252f64d58182f25a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.45-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 245a8009b2b14d370a1dac5252a3cb449ac92838cdbe3c13e76131af3e1fc661
MD5 057c9bb0298a81ad33de2e5e63324a9a
BLAKE2b-256 68c0ead37a9db1bbc33c77490381b60c7e60d1414ebbf2800bb038c9d3d6843a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.45-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7605f45d09b1b4690f24aac996e691d7b82db315ba1b7663617e27ffa668fd15
MD5 1cbbbe9f9042c9e50eab6cc6226b5684
BLAKE2b-256 7e1a5d1434624c27cf79c001052bb435e8cbbb74904c7fd678295d77d91c4c7b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.45-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 07e88e2f5adfc318bc2715eef892a1f1d8c6d21889c413b265be035e41ec2ece
MD5 b37ba15b75620a436942e9c9ed955e4a
BLAKE2b-256 55b3e8c46a63128f67981bd5d9c3325ead548c0f323b16f03d97634b3b899d7a

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.45-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.45-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3fce210e6d9c03d88e13dbc51271622737cff24b4957a9d8ca197decfcb87534
MD5 ada3a312d562cf84537eab03a7d8ba6d
BLAKE2b-256 16dae3fed1ffaa788b248413fd0aa3693c4030861a5a33f075ccbbdba43dd1b6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.45-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 103493150dcb90fdea4ab097177f01e8ab49a3f2b32109b08a57419076cbc80f
MD5 d070a2b5516ea85d27206e4e981b46a0
BLAKE2b-256 b32fbe237e8b99e3421d0b2ad399dae7087e4e94d03499702204db4574d3524f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.45-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 c5f61a2bf064adb57d576762e1c4818a3a4239959c67f4b037e4d15ec617d4ab
MD5 3713b46675f848b1dcb634a87a39461e
BLAKE2b-256 b2b3c52c8daf9f77693f63eca803399f9dbc5a6de20e8f51fbb6c819699c6f82

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.45-cp310-cp310-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 0eacab65fd9b0fe4afc20b3a91a2cd300b1f7089cd114ab5e81058d028f4e647
MD5 c7f720ba61640ba0548981d4e788dd92
BLAKE2b-256 4d3d88728b9386343540e44bcd1c0ea52ef96cdb07d3df48e1c7c0077dd411e7

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