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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.5rc2-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.5rc2-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.5rc2-cp314-cp314t-macosx_13_0_x86_64.whl (705.5 kB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_libecm-10.8.5rc2-cp314-cp314t-macosx_13_0_arm64.whl (635.5 kB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.5rc2-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.5rc2-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.5rc2-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.5rc2-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.5rc2.tar.gz.

File metadata

  • Download URL: passagemath_libecm-10.8.5rc2.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.5rc2.tar.gz
Algorithm Hash digest
SHA256 46d177568ec549cbb97678925c35e9663aa66c31c92af2a8a98fc2542c9bdd99
MD5 4db00216b41f5fa0ce7edbded2be08a1
BLAKE2b-256 be8b9a55007cd3ff96603075d38d9e408fb4868f57ef409b69cc0f304b2bd6cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc2-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ee6a583595de6d773973c8c5cf705960bdcb8a0c0b02611e0bcc168ca5c8ea48
MD5 68216e5f518296ef50851be0f059a7b3
BLAKE2b-256 69ecd4f50eefa12defc90e4bbb237a56b2f6a0265e0be4ed499d592cc527559a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc2-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c8c4d8cde165d1c7999d67a1e84db998f19a38b926c18c9c9b7dc6810ecf61c1
MD5 851eefa04c4be0e794afcfd11b416b3c
BLAKE2b-256 6a346a83b251436c02c8f0a56db8062db33b514cbee6f7949dc600e88cc4391b

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.5rc2-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.5rc2-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4963012756468d1ce1f8a628f5abf12c0468a20c81c907ecab3858fcc5490153
MD5 c92c994ffac6468bebbe2c1bc5c2e232
BLAKE2b-256 e26cbc4196994520e5988d522a2c40f8a00324d11052c3dff639080bf7f710c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc2-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6ca2dbc4573e0e53c29cf9fc3ef7c81e49f4e253587747bbccaa20ddd2071423
MD5 bcc32501ab68fc0e3f2709b3ca7860f2
BLAKE2b-256 3879027bf2ef04c1d13e2263c3948ea575cdc7a47913dcd23ecf14e404fa9f8b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc2-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 39adcfe8b5d9ef01d3e5f36a0b41155d95064b17b48f04535f25a6afbd96cdc0
MD5 e10d3585a4aacb14438fb249d7f60e01
BLAKE2b-256 f16dc8818adf592bc25f93953c7ed99dbf9c5f3a715cf16e8b5c4dc6b7c4075f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc2-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 d95ad8ff84f3cfd0a8fc2d377a818f38b5186393bf54420846ed06cf1b6baeab
MD5 d9da51492a453af100c849b0a92667c1
BLAKE2b-256 4bbf2d9bee7540fb893ce1d50fa840088323b9d6fd012b46b21a0807e5ecb9d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc2-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f2d7e35f8b441af96b6a54311481715ee7b34b466a6e7a63197677e5997d6252
MD5 43c94ad5d5d7b464f23ade1e72132309
BLAKE2b-256 0a5a2df41f0e642d420efe81d0d22ed0cc0792a546eade4d276670d20aacc3af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc2-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 46fe3fcc50eb05f290f6387acc2237edb0a6197a19481feba343cdf6bc991edf
MD5 2333bebba60e6f49fa89ad2138832423
BLAKE2b-256 97bcb016a238c7af3f10ecd57cba84a70bab13556bc6d8184ef44b149d29a782

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.5rc2-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.5rc2-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bacaf310eba9a9b6c0b133a783e84fce3707a0f1f28a0d5802b676cccf9990a0
MD5 1676701f34427e35edcce03a72dfc968
BLAKE2b-256 aad7dc762b61fe9e82b47e9851d4c58c6a65ddd47df5724f5ddb8fd7d596fa8e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc2-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e88bb45b3e2e61dbbb67b15849c94c104b3f24abb19a0aa5131c5c9d8630e7cc
MD5 0493b7574de84aa93c10296fcb43e14a
BLAKE2b-256 295504c4c1f5134de3cf4fd2ce06ceeb37e0926c5faf49c8cbe0c02be6aa8884

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc2-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 8c37fbf4fad6aa3697e8367b4bfb1aaeb77940174c14417fcddb80077132f453
MD5 940e9fdc6ae9e17710531188f2955c35
BLAKE2b-256 ea4bc5ced44c619c1a0e7afe4070152a31076afa28233881fadbf5440dc3f328

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc2-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 4cc2918197577a2836b1b5816dab1a659b96011abdbf49a289357c81aa657ecd
MD5 acf5e59b25142fa2a36ea4caa2e43d0a
BLAKE2b-256 40c0437ab26fa37038a0acd870d3dab5be9bfe27da9e9afc538863307c31e464

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d78f40191270a9536290e040a56830c35de0b40eab0bda0d189728ec8b14d41a
MD5 e77477af6464ef71467ba1c91aafb6b3
BLAKE2b-256 3ff935cc3ea5866d24614e47cd5aa8bf1f95f517b45d2af4d7c6179b856dc3aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc2-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 278f537dedc0659d5569b5955bffbb85a14a39cbcec0911e649f0d820d53b299
MD5 17a04c0f5f537e9db9868d9b74d094df
BLAKE2b-256 d5c10764ed9f66beccd7b6514aec79bd35d9fdaff4e72ee5b35ebb7cdf0104bb

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.5rc2-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.5rc2-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 402da9d8a0d0a40db23fd5d53e64c16049d2266e90e45f57498e4fa3b8d6aae2
MD5 74a6f76161a74bd7cfdb3d40b779baa2
BLAKE2b-256 6e4e16cb6b0bdab2d93a8584702c7a88224f1bf2e543a04367f14e3c6ad8c6c6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc2-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3a99760b303ebc509a05914c4b7f9160f247169066430b0fc0922a12760ed213
MD5 eafb925d5e7f44435df72ff69f545264
BLAKE2b-256 ba5586b8e49bef3d5a3e15910d29d7922d6e8f6aef653346187c5750f8b10222

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc2-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 d0e004224aaeaeee605e4bc6a63d4f2635f4f92a6ec59415afc1e31880779748
MD5 c1e22d2afdac14f9340eb616cb985fae
BLAKE2b-256 978e86c63793cc59a8671b858d3174e1181ec9353a40a8fbab2c44bacc250962

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc2-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 291b0a8c2079582db2458b3ac54d26881465ddf3407a8eccc5e56b6bab56d33a
MD5 55abfefd862aaec9dd3b51e2318b67b1
BLAKE2b-256 c150511a54022244ffb1fd511f61ac1ed4900756ce8d4e894b54f2a9501fd15b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ee306be010e455e45888c521392872fbf160f2b4190081e991dc89074f20afe1
MD5 377fa6899c2885f188e258f1e19fb408
BLAKE2b-256 f705830bee0c6660ced10ab223a308d28c4ccbbb84ac3952f36e59cfbeb2edce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8c1a5eb3ced36cfd9f9d8d2d3d0f765c0ea718d785c85fc605061e828a63bf18
MD5 45eecfaec85bf0092bcc585b2a26aa85
BLAKE2b-256 e0f9ba2df9636b30d9737758e2aea32f57169ac720a92d0695dca63821b59d56

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.5rc2-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.5rc2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ce6e55477e81ea5ea0a9dcaee6683bd1690fcf7397d9e676a298ce1dcaf84889
MD5 cadad9b9c54a845b6d211d2a1bb943e7
BLAKE2b-256 80373bb9d31ed61a2e85a11e70c74534ac17ff794751fcd78373e99c94edf5fa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc2-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b0fc18b825d3fff0e80b0563bb9af403576afc9bc3675125e08ceada00437a4d
MD5 f058f91d3d17ea0a77549caf86f0b520
BLAKE2b-256 147f6d9d90f34cd12b068b3120e58d662a2637292d8c539b9ec28698fac861af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc2-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 55bcb42f1d6eae466952a15e7873720c735309e79548a0a7244c93a8d41dea4b
MD5 492c6dd69836eec762d5c666d7e7acbd
BLAKE2b-256 139b39ed63e78a0b28bab5356d17ec08b2f50426b4f85c40e7dfc1b4ffb8d164

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc2-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 5afb87012413e124a480724866cb01e5aa9f9d739d7bec36a9f0f3be719112cf
MD5 93ae7c0a6dc3d6d9665309cc7c4173f5
BLAKE2b-256 f7969e1cb27c6596b835324f659770caf5237476af7c06de72cb8d02509617ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b60848e3ee7613a337d7f59912d0a6fa4adf275f911ec9d8725bee4884956831
MD5 8004fc78678e6f3740f740dc1c697782
BLAKE2b-256 d4e73b12ad27d8ec1bf3ca9171004f2ed6046e051d55a46db1abaa7b95c9ea13

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e5c3ea73bf370e8da17360737e5a5c54147740bfc84b02c97c93d7aeae814047
MD5 b396f30ebcf1404e8cbbbd735d81fc51
BLAKE2b-256 34d6f803ddabde8a8b30346ecb8c03b7a44578c438f47bb7a93efb9e7c646690

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.5rc2-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.5rc2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 94efcbaf34d36e370e8007afea6aac3b37c5db28448a6b73478cc37cb9b99d33
MD5 f7cb19f318c87a12364e435d01c80569
BLAKE2b-256 53eb5a22c484e57ac558f0b7ffad5c0a19cfa5206b6a0a691ffa2f41a4fd1e60

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc2-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4128113c23b0633f71b7c8e399c3185a750ac5eb54fdcd1e66fd7a2aa56cc2a7
MD5 c240f3a3c3eeb669f5ab02abd0cff248
BLAKE2b-256 a41be43baa029627b56b4069a91129f27ace0a43e204109340701a40a2d3ae69

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc2-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 ebd8e3c1b6997e43fe34168379873819d5c20913e4084710f699e6e86f54996c
MD5 e17f1ad6b2e2c4a36e09d93685aa01a5
BLAKE2b-256 ee9f308af2b7f5cec13c68a7fbff8239cfbad7255e60613e3d16ebcf90ba5190

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc2-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 ead0646f62da267636cf779019af9387e66a8874b8a16af39172e74ab60803e1
MD5 b53ea3c0b105f345e0422e53b6589665
BLAKE2b-256 435cf45f6e6544effbe36f4999a7199f2d45e15c7685ea200f95db2a64a869ce

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