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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.5rc0-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.5rc0-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.5rc0-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.5rc0-cp314-cp314t-macosx_13_0_arm64.whl (635.5 kB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.5rc0-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.5rc0-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.5rc0-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.5rc0-cp314-cp314-macosx_13_0_arm64.whl (633.1 kB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.5rc0-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.5rc0-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.5rc0-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.5rc0-cp313-cp313-macosx_13_0_arm64.whl (633.0 kB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.5rc0-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.5rc0-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.5rc0-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.5rc0-cp312-cp312-macosx_13_0_arm64.whl (633.5 kB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.5rc0-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.5rc0-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.5rc0-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.5rc0-cp311-cp311-macosx_13_0_arm64.whl (633.2 kB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

File details

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

File metadata

  • Download URL: passagemath_libecm-10.8.5rc0.tar.gz
  • Upload date:
  • Size: 16.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for passagemath_libecm-10.8.5rc0.tar.gz
Algorithm Hash digest
SHA256 c3c78871cde38224b6bff4bed3b2898ba209005439a50ea02ebb42a056493259
MD5 05edc63465faeb58fd437915f5655eb7
BLAKE2b-256 23be3b71d322bea443bf83a483188cc11c210f546dda811b68d063cb6a93ea3d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 efdfdb6f5afe81b3d50bd9b867b069c438386899adfe283d42b1b4ee5a478b8f
MD5 71306c54ad08a52f20acf87224f8da0b
BLAKE2b-256 bdbab85e3fce98390911f64715dd41853d92226d70494988af1299d7697b5afc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d5152e65864c450f69278e57e833786143882ce1306b61935b3d30c506832b2b
MD5 28c355497d7c47fe3e27f35e81551cc7
BLAKE2b-256 e33d79f1e67121afe2ca2882f38fee4e71684c3dc9de8d865d1a08a5c5384b2d

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.5rc0-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.5rc0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e2e2e1352f7ca51be010b39ba833ed99bd8ef2b78ffb787c74f001d560d1ac2b
MD5 8af4cdf1c351076c8af90c6f24bbc49e
BLAKE2b-256 07212bb0e8f595b9cd9248f30f29a2b4e670d4f050457a152e5a53016df686e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6986a76262ce9129ac06b5cfcaac56b4730fa554903acd346a3cbe15de19d653
MD5 5d046e839d0b2a9b9257f4af25ba22b3
BLAKE2b-256 abf194c31bba5020eeca3be93dd19667015be504a24d9a0358c1e3117921798b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc0-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 80009dad481c514db891dca724559a1804a45e9dfcff8dcd37975bc17932df79
MD5 c0929514f282b13b7a4b33bc3ec8ebcf
BLAKE2b-256 3842f9732491088e4d12078782eef413880489ef9824da55c9b2d54f70bbd1b3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc0-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 85042a4245af5f65b29ae825ef6e8452f192eaa2a3c8acaac8fa4def4fd9d5f5
MD5 ecd2312b3bae3420d3ad34a187b15383
BLAKE2b-256 48a143107dcfac69fd0b020bf3f9a900149d8234a1965e5b012fdb18d63ad2d0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bfc577a988fa58c58d3c4ab274ed1e4336eb3b7fdaec7125663c65e79c4dd05d
MD5 baf030367ccddd6e005b91f71dfe1dbd
BLAKE2b-256 272a73b07875251459b903f877324988ce8dc2360dec292f76f7806fa3d2f2c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 70d3f065584a2d11d9e3fbb488ecc899d0154d97cb26d4069394aa0517689675
MD5 508a9522e8d0c3117cc9af2eb59911f6
BLAKE2b-256 fe62d9588e9efc0f59a42eb07a69d9993ad060a9a90169bd366b38a393e10ff8

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.5rc0-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.5rc0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7287d19007e6a7683af2f898ae77365a50b4f18ad26e35e634961c1d9d9033fb
MD5 fc7c283fdb552f75d47018461f476a57
BLAKE2b-256 bd39a2786d0f62764b3b7c1f8411688e0c4bf689e0c3145f2aa786765079bc28

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4f6beee073774f2a6b69a3e80f949c1b9a42744b6ef5cca924d9e76ea04f8ee9
MD5 a46dfd85d1727ef06757ebc7ce49bbb9
BLAKE2b-256 5b1e6e92ced8affe268c04f33531ca96473ae0c90f19b80089a4b8332790524c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc0-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 abc63a31f34551321b98c1b48d5e1f4fe03fe5f133f3b98b6d5aac11fbfdffec
MD5 eed9c8a92d6463739ce7e9a59a4acee3
BLAKE2b-256 51e534f4450bc4ea1f7d41302dbe0868731b76f8056966a1ca15626602005a03

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc0-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 6b9a74e2a7d416bd810636d419da6a2a4dfca56a2cb774d52ecf1971bf6728f7
MD5 29d776f18aa1d70abde180eb79908713
BLAKE2b-256 87c06b83b25aff58c8b2fa94de11a84e705e089b234a2b1d77f1372bdd297bdf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bce5e5ea2c6fca4e52f6a7a84eae24bdfa7b9a2853acef1195faf9a46e74b4a9
MD5 17b43ae80fcb2227deb2d2219aa1b2f0
BLAKE2b-256 52d49264cfe892b114d00dbc7e473c99256a28295f593062bcd2f66147f73031

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7d8eccc659e104e2a8af106932715b85a596ba25072561e864c791687918e415
MD5 1c9b296118bb80f4727c2778844b6545
BLAKE2b-256 e04ecffd3183bcf23eaf55884e79618b1fa0a95f99a96911e955564122864a71

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.5rc0-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.5rc0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 842f6eed074d305edecfaa8fc46a4530438d909da00385d302f17962282e171f
MD5 268eaea18d8519e1f41a359949bd5395
BLAKE2b-256 cc64446f810c7d0a2efaefb75b562383fe741f83711a85b637b7085f31b29889

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4285b053830bd9269411ec71b6823f1730ccf1cc43a91ea6e2b2011afe507bc9
MD5 e6bcbcc907cce80a9a1c41954901cbc4
BLAKE2b-256 a364241b53f83e7c0b8463a4aae64a0bc1f73c12f0af413e72a71ef8c26ba09e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc0-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 534cf4d769f4fab8a169f9b9334937b480fb45d5e3ce226fa7f57f4c0fc31a35
MD5 3355321c7b2a9da3bd0ea33482de13a3
BLAKE2b-256 953fcd463dcb49660a04afcbd2f763a84aefcbc346d65e70f532f25dea96ce5d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc0-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 0dfce056fe3fca6464e363f6ecc90fcdc09d59478abca02479eb65f8952bd50e
MD5 7700eb3a3d8c71b657be186d4297a520
BLAKE2b-256 d803ae36116ba6e97b75de7e05cac6493d1910807c8d0b93f078b8938bd8013a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 54342b253c5411b001e214a939f73e06c2ca87bf7a188f401d0e9c0928aa4a84
MD5 036809d5201bb93c50d2f849935f5622
BLAKE2b-256 8250c8de333d8381565c132281fb3a949e8be3b9e7cee27e9400963ce8aefce8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0d31696845949e586bc9034e150061c2c6c26dc9db40f918405aedc12a04fdd9
MD5 66a135799352022fa7cc3af831b60fe3
BLAKE2b-256 9809d13cf6a045523830d9819c603b7714d3f38806dc4580408e58adaa972ca7

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.5rc0-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.5rc0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a2da45ca05a719dbf8dd7b5e746af63832a875e75f5f1602b016fb7a4da07f0a
MD5 b8e074aa55eccb40d4e91731420b73ec
BLAKE2b-256 5fc468633f7792f66f0392e958f1c5202c24f63dde15e4742bf66f539aaa537c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 808e7d0e093792df88573ab5b5ca8aeb31e0ad0135ae13da6c1c6c0e5f7980cb
MD5 5769e6d597d214a21db55b03cf608453
BLAKE2b-256 c90237cd7e010cfd70acdebc6cfb5b50a2fe1b38f2a78b95bb106eccda24d783

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc0-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 8ec198b44347788e1342879e5a16a1086a2aa745f8780e0f84955662f76d52dc
MD5 88867c702d9c36aa383fae903a590e88
BLAKE2b-256 fea2b9267338198058bf7ec641ed6d46a43143e46fdb8c36cbf0d732140bb50f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc0-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 bee787f9d937db1f98568ddde8a0a7682395324c7089280d2eef974138ccde8e
MD5 43dd29986c3b1c3ac3d52a85ee15525b
BLAKE2b-256 43739dea55f02a734cd4d55096e2de2d594c7ef06938b08fddee22737d8d2300

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d78740d20e2100dc56023159d43eaa8db4f4b1cfff908cd643a9591c139c5219
MD5 c4db251fae788d8610e5c601816dcdd8
BLAKE2b-256 5ef02c0cfce8a3b0c2f6fd5e5266a34a9c4756e90a745012a473f6c66b14652b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 94d73a832f8acd6a75447ccd2a24fde96e8c210c281096cb772406fefad412b6
MD5 f197cdae72992cf8880c26d4b5cbfca1
BLAKE2b-256 644ad29a8926465289bdcd32044c6b7ac31e78a52a0383e802672bc0042add61

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.5rc0-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.5rc0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 648bd39332c13d732b94774feb08a6e954e8a959e059dadfaf3f71d881639b9b
MD5 9c793136ca9ee182159c125912ad38d8
BLAKE2b-256 41e0701ba6dacfe09d2b06e3fd2e138eb2e4a2bf2a0b51dd150a81563d15eb20

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b7bb22824506f812992479442298d0f211f9a1889a2ced1db74683b98bf3acfe
MD5 48133b72d2a422b2891b6b40abe1adbf
BLAKE2b-256 10a5d48a20a7edf439df1955c3fb20bc5c094901ffcc074e2a6c0af8eb6dcced

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc0-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 76ffee0144cd5501b396c960dd870e920adbcd2c983f4e64e53f5f9c3ee3c19c
MD5 6b70e9c1e67bd05ff872f1b16732724c
BLAKE2b-256 40c7e457159df1fb6f5bd7d6e1fb507246772600b8c046a276913a6887e29980

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc0-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 4126e4ec676cccaa4f462c5614b3f72429223d85697c2eda23755b9b7916db80
MD5 469afe0d1adb3862613122866abba8dd
BLAKE2b-256 b55d3a1b45d4c7da185ccb68332558a248de763a6ffe7eee1f9a9572bbb3f014

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