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.8.1a3.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.8.1a3-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.1a3-cp314-cp314t-musllinux_1_2_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.1a3-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.1a3-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.1a3-cp314-cp314t-macosx_13_0_x86_64.whl (704.8 kB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_libecm-10.8.1a3-cp314-cp314t-macosx_13_0_arm64.whl (634.9 kB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_libecm-10.8.1a3-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.1a3-cp314-cp314-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.1a3-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.1a3-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.1a3-cp314-cp314-macosx_13_0_x86_64.whl (703.2 kB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

passagemath_libecm-10.8.1a3-cp314-cp314-macosx_13_0_arm64.whl (632.4 kB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_libecm-10.8.1a3-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.1a3-cp313-cp313-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.1a3-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.1a3-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.1a3-cp313-cp313-macosx_13_0_x86_64.whl (703.1 kB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_libecm-10.8.1a3-cp313-cp313-macosx_13_0_arm64.whl (632.4 kB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_libecm-10.8.1a3-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.1a3-cp312-cp312-musllinux_1_2_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.1a3-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.1a3-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.1a3-cp312-cp312-macosx_13_0_x86_64.whl (703.7 kB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_libecm-10.8.1a3-cp312-cp312-macosx_13_0_arm64.whl (632.8 kB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_libecm-10.8.1a3-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.1a3-cp311-cp311-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.1a3-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.1a3-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.1a3-cp311-cp311-macosx_13_0_x86_64.whl (703.0 kB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_libecm-10.8.1a3-cp311-cp311-macosx_13_0_arm64.whl (632.6 kB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

File details

Details for the file passagemath_libecm-10.8.1a3.tar.gz.

File metadata

  • Download URL: passagemath_libecm-10.8.1a3.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.8.1a3.tar.gz
Algorithm Hash digest
SHA256 cc3cdee01a19b1a1976317ffe29f8f286d3f6c47f6f92ddda30ac78c8018e146
MD5 9f4cc75ed1f5119b5239e6308ad75a7f
BLAKE2b-256 8b6bfe9151142ad028bcbe1a28f44732ab69be70d993412f0c510cc91a5d49f0

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1a3-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a3-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 50a2b32c4f9b4be7d1dd7424664553747ad9321d298f1e27ce4f0118ed35ee46
MD5 18b9ea34149f60131c53927bde66c0d4
BLAKE2b-256 60207363e858934d17e3825255d6a12ba112ae90c31f730dc2cc4930d18e2173

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1a3-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a3-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3e88ee1c8bf806cf8f4267bac9bac1368b04037a117f9c7aa1c8945c3c3c6576
MD5 e849fa8ddec47359640ee8df4a52568d
BLAKE2b-256 26c27fe66e3212a4a91acf81949dbcda8344a5c8c7c91f33a4a2f07b6e4cdf09

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1a3-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.1a3-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cfaa90de0671867a0b9137fe56d28be810d83e12484f4d45af7b32360fc7865d
MD5 f4881def34cbfb8e71e5341a7ec2cf13
BLAKE2b-256 294ee5fb03c6e0cceb05b798dfc31376b272e48faa898b51bc87b3d5f0c7877f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a3-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 668dd0bad654ac324fd11db12d69304b02aceb69c704438a15f910d5a8e98e76
MD5 48a9b8bebe4bb5788ceba93d834a1faf
BLAKE2b-256 9169c228f64e2c9b05be73a69b84ddce4e9d2ba4a4f65e87081e7b9865c6a90f

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1a3-cp314-cp314t-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a3-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 cf863e73d45a45eede3a8be6bd99d433c2536d59b3b70bdb48e484e56e5e083c
MD5 997e76768f3fd295cec397f7f782c0a8
BLAKE2b-256 c4d07ab08c96296b35cb0a5ee15636f40fd3335c2969accf1e629fdba9221be6

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1a3-cp314-cp314t-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a3-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 d5ae9f827b896cf2839010083ee19871cf970011bc4c1a41a2c3ab101f2b279a
MD5 3647e33eadf64f5295c297ed38c97091
BLAKE2b-256 6c9c6aa29912380c94351bfdd29447d4bba939855cee96a8c2f21f7096381e63

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1a3-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a3-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bfc23b332a43a66d48d8bb1399dd73e5c34727500c57c8fd872f658d7a8c322c
MD5 78102b7330552a0ed013d5734430e0bd
BLAKE2b-256 3668f0f83f6758c987576d5f379dc7c608cdbe2150d8f1cf52b0b33b1af1bf2b

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1a3-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a3-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 85a422095c2feceb3b327c330be69aac5bdda8304d2ad450901a7c567ce65500
MD5 780245896053b30cb9483bb9fc3e671a
BLAKE2b-256 1bfe6f8abd0098f22473fb86266358ceb8d59dc8d7164efc476a42c76b394969

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1a3-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.1a3-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7b884cacdc83f327fae9def13fea0d338f86d52163aa52475e82efc95f6864da
MD5 cd03f31326601596f1ab197d0806184f
BLAKE2b-256 d4ae49e9ce10900703ff22b83369cb6f8289d5bd4ff5f6ac080147d1478910d3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a3-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 dadf70299a7576bda9a4535a4f9845e23994acf067b26d494634acbea3120eb3
MD5 4a4088df3d58f701da1badc44ab6deb8
BLAKE2b-256 8d1ef488e0381ee9cb062afa302f998f30f7ff569725bbee639d84794d9ec5d8

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1a3-cp314-cp314-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a3-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 f3ebdc4638414aaac751bd7501462140a38cadca1ea5d82769fff9c2b918f3c2
MD5 1d09ec6645928c73691f9f0e14936e9c
BLAKE2b-256 50be397953c77b17c099ed590aa229f960e0caf551f457ef0d6ce3ba14775924

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1a3-cp314-cp314-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a3-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 21f32e257ebc3c6c09a1abce62e78dbc6de6b8ed0db336978899ba3d528fa399
MD5 927a42f697fc208cce8a02bd583ad1ff
BLAKE2b-256 c739dc3657e072a7175af3c008f3ccd7688f834a8bfed45b81c1477b1a617a2f

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1a3-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6a1071db7fd971db6790a9aa150a34a9a81f1d447b8b31af0d4de2f0535be461
MD5 e0213bd5a272fbacb4eb0bc257d252ac
BLAKE2b-256 a8d79873076a180d7466343bc0144828e12abe41feb5afa32f90295805e03e14

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1a3-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a3-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2c9a04c80c312e53fb77ff27aac0fae719f8dfb7ec21d94c0fcab83657d51e7b
MD5 1fd6fefe06d47c9a6a95ba9950c812e5
BLAKE2b-256 69c376396a334fa1387658b8389aaba0b31cfa8857622062487645ed0856a4e9

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1a3-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.1a3-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 15438782f5521fb130c8381adf83fb36b026bf50d878a3986bd84544e5a7aa7b
MD5 e20faf18b70bdde5c0bdfddd2d6f982c
BLAKE2b-256 ca0c2ef826fab78f0f56fc7245c8e56dc4bf8a5e9cd519cab70bf6207da96e89

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a3-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 fc4f3d3061a5d9d54e5b96f638747a6fcb7f6f4f694c177a29cb83108306992c
MD5 720e2cfbd966400b4e11a00b95874eed
BLAKE2b-256 c9df11efdde251a2de7402fd8aabb6ab047a6ee41c6760048fd7c2af02445060

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1a3-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a3-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 a46939da7735fb41043f4e0d4493097b4008fe751fb95d3773ed0a6b376f9aa0
MD5 7bd25955f1a0ec6227a93a75ad10f976
BLAKE2b-256 c6fa4d6842f67b68625909688838c5c71be1f6291ee91568dbe1a3e034cd116b

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1a3-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a3-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 0e4c9aa03fe1b61b2bfdca5749cb1b2d7557f5ef9c4513202b27ca5a6ac2c69d
MD5 21616b68b52ecdc7b36e90551f928bbd
BLAKE2b-256 956d07c1717ae28df8d7ce602fefb32a64aac070cdfede6668a9bc310044d6ae

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1a3-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a10ba33bfdd16abf4414e9f50f0d0b2ca94493e3ebfd3e344ee219e0ce2cf504
MD5 a1c909bce22ae726fb5108e6c759b250
BLAKE2b-256 a36ff045d27751faf17d140ea7ae61bb9b466d11c2e117e773c2135c1097bc18

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1a3-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a3-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4f3bafd127f0ab764ea21497ee7e2d4e652176d56eef58c15afb1b808cb4d54a
MD5 3e95720936a483123e64a96eb04bd58d
BLAKE2b-256 6ed44037318a26d5dd2a06a5b2fca6bb963e4c6cb3c9fc883c987fc18a683b15

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1a3-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.1a3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3f3051f05bc9f74848077e845120857b88334006c7aa50328acf4ff461bece32
MD5 2c5e3746ae338156da6602c9358d7d27
BLAKE2b-256 b671100f4fc193ab4797c1e3efd4e5dacfa92bffc862ed9481041387e44b0176

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a3-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 cd4134d4039b9e34e73f4a79918a3483f1aece37050f9767fd74e848e579c425
MD5 a590804846cb2e8370f7f5b6ee36e9c1
BLAKE2b-256 d7f4e14aa9f3abf27801352828025d14ce961644e511236662696b9de9fa8d39

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1a3-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a3-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 eb8badf143098c81b7995ddb7015d13ef0b399ee9cdbf58a45d4725d7cf511c9
MD5 b265b48cc87a4299aefc041455dc9416
BLAKE2b-256 90d2f77c6c2e22a73d201429b6faaf5c2e05e2583c29521023f390a31ba3962d

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1a3-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a3-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 21200383f7bfd4cafdd0af98f81e6168284ccd34c45c10bfc958d6e4bb1fe492
MD5 d90081ad17a8822509bdf80fb31a2b87
BLAKE2b-256 c5294cac40b6b4d86c4da90acf3ebaaaf0bd8df643d1e33490241dc535d2d624

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1a3-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f542b9d045daa1939c13a3b30200cdda673e5f370a46dc22e46692aa4428b977
MD5 009b525a7d4cfe56ca564b1d2fa822e2
BLAKE2b-256 da48df29ea229e0fe0179951d25b96c354d160d93ada5af8e330fafc71df69a3

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1a3-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a3-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b77e9aee4f0ba12ec5682a65c6867e3b7bb5f294c5b7cfa8329e96e467fc34ac
MD5 0e1c6620e650bebd9e83e8ce8898a7a8
BLAKE2b-256 e84d3e1611994b95c2701b7d7344572221a4815895716bc4b6c1b5914a3b93dc

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1a3-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.1a3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 49e53f83a15b1e6381ef475f79abd9cb7a627a65944b19bb60dfacd87f1d243a
MD5 c4bd3c7f4b58f9798944dce18555d0a3
BLAKE2b-256 a8a140f86594acbb0f81340438de0302bc2f7af93b6c6ab90acfed7ffd0d28e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a3-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1321853925a78dff30ba29056b581631b1984a6b767693973d84ecb92809b1c0
MD5 b69d08e7c5372d42fd86fa1ddc9df592
BLAKE2b-256 d3583fd7a7a9fb1c4cba6977cedff06cc4e04312b5e1c75ab24ba9ff8433c53f

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1a3-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a3-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 861b92c207ea55847e75caa8536c55e309812a9f9308ec0bbdb8d9fe1f80452c
MD5 21084c1e5210bb98020b63294275ddd2
BLAKE2b-256 fc86562ee2a9d1fe14cbb01dcaa16a0eae3e35721adbdf23cb9a7cba729414ee

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1a3-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a3-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 915e44da65bedd5ee6d68a5e843f0f95820f6a906a10c0a8f1553a69bd30b975
MD5 dd26a07d3a2a7b495748ea83eae5194d
BLAKE2b-256 3947f2327b9998014d3237b1981aa8d2b56641d2f5b42610b468c2f6eddccd50

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