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.13.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.37.tar.gz (15.8 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.37-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.37-cp314-cp314t-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.37-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.37-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.37-cp314-cp314t-macosx_13_0_x86_64.whl (694.5 kB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_libecm-10.6.37-cp314-cp314t-macosx_13_0_arm64.whl (625.0 kB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.37-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.37-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.37-cp314-cp314-macosx_13_0_x86_64.whl (693.8 kB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

passagemath_libecm-10.6.37-cp314-cp314-macosx_13_0_arm64.whl (623.8 kB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.37-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.37-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.37-cp313-cp313-macosx_13_0_x86_64.whl (693.8 kB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_libecm-10.6.37-cp313-cp313-macosx_13_0_arm64.whl (623.8 kB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.37-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.37-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.37-cp312-cp312-macosx_13_0_x86_64.whl (694.5 kB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.37-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.37-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.37-cp311-cp311-macosx_13_0_x86_64.whl (694.0 kB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_libecm-10.6.37-cp311-cp311-macosx_13_0_arm64.whl (624.3 kB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.37-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.37-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.37-cp310-cp310-macosx_13_0_x86_64.whl (694.1 kB view details)

Uploaded CPython 3.10macOS 13.0+ x86-64

passagemath_libecm-10.6.37-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.37.tar.gz.

File metadata

  • Download URL: passagemath_libecm-10.6.37.tar.gz
  • Upload date:
  • Size: 15.8 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.37.tar.gz
Algorithm Hash digest
SHA256 1c4ba0e2a47a74b1fd667bbd939eee397587c6c21069fc129e0a7395b0ba3073
MD5 5451353076fe031e47210cc84ec5babf
BLAKE2b-256 96a3ee35a50fda0b806ed1e9726e7a033d3534c53f4728d5913593f7fe1a15a7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.37-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 91113a9bba30a2b59291f4d8d68fc941054f79950128afca5dd2d916c56524aa
MD5 0f10037e6f5209d13e7f58851c394f05
BLAKE2b-256 a8ecdc47bc7b193e050cd0c73891d5db41c96b977df7ddca068345ed71a27067

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.37-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c7e5b776a73d4d642499607f132bb4aaa3a9326dd8d9f9643ed42b356648aef6
MD5 9980939f064288dbc767d13f1032d433
BLAKE2b-256 f6f3f365f4e27b695e9b450ec8f6ff4c12fca7e2b7740d82a96c525bf5ecc9e6

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.37-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.37-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 688a95e92bbcba279a1613c2f39408b19ff9d4be3d68f2fdb8b19f90add2a535
MD5 106c28c25ee3f1d1d18130827c8405c6
BLAKE2b-256 d885ac05c36cf4b536a365cd4a003295b83dd6cb85a9b4bfaf03914526ad2855

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.37-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2f11d2000208fde9c2d3c39fd63f23496e8bcdc694d3102f2a81530a949699e2
MD5 d51c19e0aa88af74fd42e3b6c0f28f85
BLAKE2b-256 cb43731a554dc39dd3f3a0c35f7a8a585667c73d3c42aadf11a21237690a3f16

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.37-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 1a70d288abbc758734cf44b8b9e75ec9d23df70b06bd5e6f5a891afdf002f026
MD5 d92458871962df1259decac31451ab85
BLAKE2b-256 648703b5a3bd6caa769fb5254193d6b51875127504b97a297c0f417b2b62fdbb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.37-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 2fa9b1f751ddf5965468d4d5b85e4aeb2dccedc221e1e2e051aee0222dedfa97
MD5 35170c7b6564508d937923f219198967
BLAKE2b-256 ea93df26d6d51e1c934c75855ac689fb03327afada17987698b1895a034ea9e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.37-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9dc1178274db662e22ebcc6c161dce13f477385839da019b9c4c59735b9ede01
MD5 014b9c0c5cf73ac7678d7a8dd1907d46
BLAKE2b-256 2d06db038fe2ef1d9f77e471e6182d47e0636c318bee4961ceada1f2ac1dc9f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.37-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 92a8b9524873ce6865a40fe460832af679dd8f8c73f0e43ae08244211ee015cf
MD5 78dead80152f4bf359809a9155fea506
BLAKE2b-256 9f565c9a6cde5dfd713f3ff0d58748fc3ec02a277000ad4d670b6ae8cf995c0c

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.37-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.37-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 29cdc4d58e1978a055ad9b01c4144014649a33fadee31199506b67d22ac4c3b8
MD5 21bb17edd604d02c5de8036a3dd54ec2
BLAKE2b-256 a75b3a2acd73e5aa07f69fe08d4830983617a92cc8ee1bf66de0c9c9c5312a38

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.37-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 84f0b9e62fabee2b79efe6ab77fba6c8819e91430085ee83b5353c9fa1df57d9
MD5 bbafed4c28b6dd51885528f25ff224b5
BLAKE2b-256 1073f7e87c04ea05741e1720382ddd126ed4d04b049a11ac0730b0ae981a1641

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.37-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 5c3458e515f986e66c0e8ff2f9ca5b92d318db4c0bf95607e1850bf8fe348fed
MD5 60e727fc5a869d63023fd48e5545ac3c
BLAKE2b-256 109dde9057db82f8b1967c8655330409f2f87b394f36388af224403dca230dc1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.37-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 000691814564e847508c4e4e27c4342b6e29672fa4032c43fc549d6f8016499d
MD5 a369d41f0e13db90de5ccc7a7a34f875
BLAKE2b-256 a4136cb7611284369b281f756730731ca82f32a3e96e81852d66eed04ac2989e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.37-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 995bf8d696d854e3c1b46e32fd835803496cdb5670b394e2a820e1f051f0e4f0
MD5 c01364dea677d741a89b0275ab7a88e7
BLAKE2b-256 fd208c289a630a505bd17aaf4de16dc74367f6415b97925effff5fc7c255c2ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.37-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cce6557a98d7c1fd285dabd3aee3cde2aa5278c81eda01a90fa0f15b72bfa3ff
MD5 7ddf7c3d200d7800c8aa4b13113cb1a6
BLAKE2b-256 d90c9aeb2e76af1eaa3eb53e2c1a27e8b7f44df815305406a6f519bbd9dea3d5

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.37-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.37-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 339d7a7ba4ebe683dffaad5ed0c48f6b01e3d5c2631cc280f1138a5dd4bd5be4
MD5 c3edee97f947f441d176e3a142245794
BLAKE2b-256 60c3b7506f3bc0ff9f0cfbf4f7bb93f381a6f2d2a2b019158721e75b09c780c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.37-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9c99ecb06a18c1c8eec90585f2f785f5d96a7865d6f57bcf494e55aa8e58590b
MD5 dee1e06fd811f487d5d73604f67dbda9
BLAKE2b-256 dca4ce0d7f35297d7f54537246f69758888639da501134eb37fd1a827d5d4823

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.37-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 cf51cdd63d3a28386d57ca7a70aad8426261dc96099363ac72a8738453fcb559
MD5 eea8eebf059e6e866707621c23f80a71
BLAKE2b-256 fe7a8e1abaff772902f5b8651cb009072c39cc0f5fef5cf7747fa16a29872441

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.37-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 550db7cc858070471a18ff5e63fcf87733864a5be82e519aab435bf271b94bce
MD5 a564802b30c72a84d7ee54b7fe6b3b7d
BLAKE2b-256 a864c2ebc3a7c051e0161cb2d21a45f337e7d60dc5424b70bca1300d8a8b0a01

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.37-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d5c30e9ce1233be0fc4f896a8ed4280205ae4e1660ac06ed36c61dd16b78980c
MD5 cce2c8d05543f2c6f86824c8d3578328
BLAKE2b-256 1a0f06b09fd902827d6e36875d29d2e60d298a8aad846d58d5663c21e6562984

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.37-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 24da9edef52638d6530b36967af82124b52242251a5c69471158e7ee59a2ae2e
MD5 4e9a19c4542cdff3bb4518b5fab72ddb
BLAKE2b-256 4bb723e25c3810d92c4c820f2271811c5250419ea4d15b146af39e6b8c3de328

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.37-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.37-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2d4ae848366e8a3254fd6a95d8674e040ef78f584efbdec5985cd639346a2e04
MD5 b50207a0c81ddc40e7377ba7c4ec2752
BLAKE2b-256 69fb1e93801c552728fb7519752fb7a4c1ca9b488693c5da59b05da806974dd9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.37-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6865c39b024613f0eb8292a1318e618579a7b539efa13e92e8699279760d99e8
MD5 129a2c4e0a418306c486f63a680a8dbc
BLAKE2b-256 efcd27f73e02a61206f88d46b8eb9124dbb4b34ae29d0cb12e66726a6735a2b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.37-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 e77b41e806d73381a65982fd6473992274f75a6bf61ff00ca9a40da7a6cb8a35
MD5 661467eaf684577be956bc7ccf53f77d
BLAKE2b-256 bc747744ea5131fc66617da1f0748641626277e1b088e678e3b896286d211800

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.37-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 789c008549ef488fcfa7408830bf519e6bb33da9af71001df3726282e5122189
MD5 26e672fb5d43187b28b9a8091bb6d19e
BLAKE2b-256 a7827dec760df1f616af5a4a47e57e9918aa736598d18028fe9a632b78f3481e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.37-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 41666bd5b8c13f502e88f0c29c81ba1922cda2daccf956cd9b37bd78e705ef22
MD5 5cd589758487d69c317dbc66394f6843
BLAKE2b-256 9c7fed3ac0f47855d7d565e122a007a4e35b4df94ea27aa4235926b2766df15c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.37-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 db71fe3805f87a90d2fbb0f8f7f40972932fef6141d1175a88112d11fde1d2d4
MD5 dd9593dc2f474cd30a7391937dd64105
BLAKE2b-256 c7a6bd77669f90f9e430e108548452f6e79652fd7465b7a2345b7e6e58e0c923

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.37-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.37-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8e58d2c33a9777d530f7e147886afddd00eec418fe9c688bb26966a31b891ad7
MD5 536670ccd34b359d0c51316df8905037
BLAKE2b-256 e358b741130f741571eab46a3b702ae4f7e4ddf6159226e0738580ea6dde5742

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.37-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 80bdc26118dfa07df21716c6b627cfdb1a9b129b78096713d6a7d9225a73462b
MD5 92aaa13d75991ae5233ebfa99eb04062
BLAKE2b-256 3e5f02a026dc7d350819a82bb8ee5303a08ad0c4613c36fbf68901248b9f17f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.37-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 7ba6d89d97e7ac34ea9875ba6f0f30bd04c6566a834baca2f7a90dcb76c20358
MD5 9aeb14d9172104c56f535609da2dc18c
BLAKE2b-256 524d945be6569f6c6372e3b5369aad0e5ab25c20b9474050ecb0ed9aa3802dc2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.37-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 3fac4451aa9c53ebed1b7d55cc677c4ce5ce589457631c46eec147cdc4440178
MD5 aa5b4817490981083522727033bc8484
BLAKE2b-256 0b85640b7a411265b9f317e99d6adf4b74f486d84a914af902c1d2b16912fa44

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.37-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c241a012c3580ab0b5ef649f56c79d81efb830af6bda60e2ce209ab3671c4c5a
MD5 7740e4242151b70ad21b17fc1b2d5b1a
BLAKE2b-256 d1e442c811becfab28f6117645a4f59855bdc2be49da01bec40dd51e05592b6a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.37-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 32c208596b352ba91e9782e5988cb273ce2a2bb0803c4f0e004b332a735918c4
MD5 c0ca9c89635e8c4a86e337d2c2f62ee6
BLAKE2b-256 f7926ebfdf8fd87c7eb55ca7992152cef90fbd6704fd261c5553d8b0c4dd2e25

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.37-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.37-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f26375715f8e00a505a0d7573daf139d381ade386434d2f7da986dddb45180c7
MD5 e60b4413a350609db2df53b58904454c
BLAKE2b-256 5356bb41b9f1aec5a70e62fbabc9b613e61854fb92eded6fdcbc69048f3130ff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.37-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 521a97c83165568e2b1d4c8a47e53beb3070527ad0752f2a854680035b1327f3
MD5 d7401943109360b913154e9490a19774
BLAKE2b-256 7d6385d6d80818cb2b87c847740d021b7e100509b15a77a1d8c8abcc717fc365

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.37-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 593ab827f8c9c5ef1124bd168430f7827852e7e1662cc20b6b706eca3f741af4
MD5 b3c59fe9075146a1de48d88e28020dce
BLAKE2b-256 6bd054cea1c7422886e0f86354394c445bf176cc880422bc96f805597047139d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.37-cp310-cp310-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 a91c62318b0c7c2a6837c9be609cb2b24a19022c5b7d38b9d088c06d156d10bc
MD5 c1253e7cd8075a40240a062bf3eaa4c5
BLAKE2b-256 a78e1c21b34e7a5efc977b9a87c3ef49f773cdc6fdc2fe6bcf1cf66598ed7c40

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