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 Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

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

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.1rc1-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.1rc1-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.1rc1-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.1rc1-cp314-cp314t-macosx_13_0_arm64.whl (634.9 kB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.1rc1-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.1rc1-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.1rc1-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.1rc1-cp314-cp314-macosx_13_0_arm64.whl (632.4 kB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.1rc1-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.1rc1-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.1rc1-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.1rc1-cp313-cp313-macosx_13_0_arm64.whl (632.3 kB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.1rc1-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.1rc1-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.1rc1-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.1rc1-cp312-cp312-macosx_13_0_arm64.whl (632.8 kB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.1rc1-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.1rc1-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.1rc1-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.1rc1-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.1rc1-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 507e7004c29bc7c84c2338faad1e605f2db7402732a3a73e6f64779cfcf74699
MD5 8b6278447a288f51eb8f48b54cd19246
BLAKE2b-256 10d6e3bb2f77f8bbd002640c984f33af0141b7cd2b2257ce6d5788212de8ca9e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 25254f6303f7953e9f5b4395edfe3cb15f41442685b527130bfdc3df745cc6ca
MD5 31e6b490433a0227c69733a6a57d029b
BLAKE2b-256 9d8587ef9f4a8e19d326e746a164707fb878180b1fbf3674457789fbc7cb1d46

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1rc1-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.1rc1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 92e502d4ed99c73bdb3ca8915288cb183e7752ffb9ef615c5a611bde3d291562
MD5 1983155552d6f5584f61d4848d7024d0
BLAKE2b-256 d7986195f962e1ebd4a0495c997badb04a3fb1a20915baff3b2423a9ec336cf5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 385fd7d4fc9ed7a45ea71a5be3acfa764746aa852067e88db9d3e9ef4fbc3ecc
MD5 c5c74e7366798df65cf044b13dc043fd
BLAKE2b-256 dfdf3e0f7d217e167708fe79b463930b85b9f7123893ec37736ac7a80567cfa2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc1-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 a8df965464df135507aa0970bb2fabd3e8dd8d8bcb7756546eee917ec0332796
MD5 9076894526719710a272c04ec2e5ad18
BLAKE2b-256 7cd570b97a47094f67631398e18d2d6562c9d157ad6769f3ef7243e31ee1c504

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc1-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 54ddfe62ac6f6e5de24f834ad0332a43d0bbe281c3dc92cf416c5d0a0b9fb4a8
MD5 682e08d9f4d5e192ce709b11ef85d387
BLAKE2b-256 59600ce247c40fed4df18479b9c012c3ac4b7e09e7d7a61cf4f05f1903a1c4e7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 22772a01f1eb5f3cc6499ef805e6cd4904d67b560f97a511d7557eedf712d2fc
MD5 85bcae59dd57b53392307267b4bf2037
BLAKE2b-256 6ead7c395ca2804597ddaa1ab938ec22ac35b03d40e631a557885784a05c82be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 57a9aefa92fdbb87403687bf2b84b694fcde08b3fd106251915de41329a3c938
MD5 93a3e8dbeda9a9a60d418abf8051d225
BLAKE2b-256 5602304df0da54166d5c64db0c3571e0140b742b8f81702e3bc960578ae6ab54

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1rc1-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.1rc1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0dcdf576b6a9e14f9b427f53fdb7297e327c98cf8044bb5b35dad1497d3cef7f
MD5 a2f16649b72bc48755eb763ae48a0c5d
BLAKE2b-256 b5657c994629422c4e7811ee3580524b6e50eb79434828deda257d2a7593fe20

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1182aaf6874fa717a83e511ed7b64b380b4e7c0461cea323ed2a4cb0c207e896
MD5 13dd954229faa6e206059da2a2e5f98b
BLAKE2b-256 7a008f83d93d3243bbc56e9a95a049c5d53db271fe5eab1362cf3c9e7f264a39

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc1-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 a0974a2925e83b292fc8d550596b981252889dcd201f2a15c523db5198ada758
MD5 323b22b6a3b48c4838d11a6466a1f245
BLAKE2b-256 c640a029556065fb0884b8b528ab1f006556dc210249c76e4997427a3845437e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc1-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 5aadb1e2253c57ae4e55dfe0507e01a21f2d6197e62019f3298be2219ffe2828
MD5 56205769422d6c2dc876284bb2e68319
BLAKE2b-256 5ee918586a80889f92bb22f1961ff5ddcfd59579f696bb438dd4a325a942636d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ce304cd50257750dfa6c8e6626265285f0bf95ab6d1c03b555f0a21032829808
MD5 425f722416f0e7715db8a84d80cc14c9
BLAKE2b-256 3590575bde33b1cc681abffd682d9b3e003897971cddd76bed7bf3d2439254f5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c1f5d244452b92231f1aa17faaeff21d2fcf7ad29e26411bba5df616d6e97778
MD5 7cdf654e17a089086fc612ee4cbc6941
BLAKE2b-256 89278b32c0acf57e07ea8b45f4ada20af55574063b0b907153ed5130acf63276

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1rc1-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.1rc1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0c030f4d037e7b09e978ade254cbf6cda7955ae5b027429d5768ce3d1d044a2b
MD5 35e0ad70cf2ca83114c87f1620679b23
BLAKE2b-256 49999b21ffd014d2c5270bf00e12f25b761cfec64e68f7563b8f58e84eeb59f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d4b3ec1c450a194c24e39783f424bd6dc460c43f47778a4e8ca078fb99628571
MD5 0a06d37aabc7f54528c0ad5ac2298c02
BLAKE2b-256 99f0caa294239f941b832b97f1180cb952895f4da21d992968b6d8a1cbdcb993

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc1-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 c69fee43da764365d8273e9fce64508d2502051421bcfe3561b624894ba9cb6c
MD5 fe802a614e527b8752c100886b19221f
BLAKE2b-256 fb13b106f3f72f39a172522f63c9d483f641a03e53b2b4b86b7475e7b8d843bb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc1-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 a5e8ecaffae00c05f0410bfed2ef12cd054f9a16a0ed4f21d00b81fb42f06960
MD5 ac77716a215520e88685b00586f72fde
BLAKE2b-256 288c4e0728b6b2f810e326e365a88db74ee7fac6896526bead11ab0c4ba3892f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 166d6ad1330edb073801c3d99ecda92826cf65d644ca902b69310c41d7a797a2
MD5 8bfda94eada4154c49754527ae05ba20
BLAKE2b-256 3d94b136c21e2f3389b89d682142ad5d5cd6b85292f49a91b25d7d1a237f1ff8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 38f151a3493f7d1bef7d3a1339f6bba58d0180cf165acc3dd2619ae5280752b7
MD5 1f61072c4143690a21d3a100d7a13689
BLAKE2b-256 4a02e1eddd7cea930d93eaffd3212dfadb9249b3fe504b549e29134c92c1af7d

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1rc1-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.1rc1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7767b61d9b6dd600df713157a81f738f7fbc2cec31a9b8bc34da2f2e5180e8b9
MD5 a01fcdaada1a2c6a540f7519b831bda1
BLAKE2b-256 a6b03cd49d382b13a37948c8d19ba567174a74bc436e35a850b598264b265688

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2a730c44671e354079c6c281d50029dcfa2f11c358fae8860ba57b5254b2f78f
MD5 9a0222f9c85504c32a90cc0ef2d8ee0c
BLAKE2b-256 ccd4e38aae1de21aaeee93640c5478e404208e998c3bc8ea8897534d620414e6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc1-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 3003a29e391f189b92e8123f3ca6bf025b22d97cb1c3f3491ab34908b209eef2
MD5 cd88569aa8b9d5487ecbb8495636faa7
BLAKE2b-256 40368b2e1dab84fd92780d0e733b012de399c70e4415402b1f611f7c307cf872

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc1-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 afd3d5c64232043e7b98b01933f083d055f09d9c36ccddd5887769c9aa3fe879
MD5 4bda92c27ec35891e2b2272912495ebb
BLAKE2b-256 e5804fc0a3c2a62b4dae552cd0491496a8eb930a4cceed6e4fc5fe76c73e4178

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cf76d3bb8e55d74e6697e2343cba3bf5471b4ee60eeccd62a8f74afd6f7116e7
MD5 d5f7c46c30814b28f7150df315e6475d
BLAKE2b-256 013f17a68a493fa35f1f60679cc7b005a2a288416b3722db2c1be47e34c2ff01

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0a8ec6032ec3f856fd654d23b055dc6202df3d0f8bfcfcbf7754619f433aa845
MD5 ac31b86b45a33ff8e8e76cbb41404b99
BLAKE2b-256 20305a028c4b29b3322f5731da87117d10c3b8b5a8d89cd43282d480e7f02c3a

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1rc1-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.1rc1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 08be00c4623df4ec4a1538210b654bf5db73f8da181b4f6ded64d3fb90612d85
MD5 91760ad203c3800ea230bbf0943fa805
BLAKE2b-256 df41a953fbfc62c960a979225aaa247b71b11afea2aedda35352b6a85a5828d5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0d5f6d2b610fc834799c14796572172fe316e7f4b87287dba439e4e5c8a22316
MD5 21453dbe8e4e36033a2136410e4e184e
BLAKE2b-256 bffd61735e6c145593dd3440b5e423afc20c039cecd28246ca084352c800e72c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc1-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 54a3a897fa2eca04b61cefea4d3885c0e6a1c28b753e9da0438287e60a05c85b
MD5 3e1efc514a6de7135ff05dd50d6a7a24
BLAKE2b-256 367394c01d5df90c2e079810a876ef49bb0eab023e0f8fb1305d7d8f59c76886

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc1-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 53f5bda284d4dbd4387df07600471814b6f82e756993ced8189fa3640f792311
MD5 cdc1b87cbbf6ae2c8927982c430a6ce8
BLAKE2b-256 de3ac31464e01b4d1d367e5cc682dca32770b72e64fd181e7d645132ccdcb02b

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