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.6.41.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.6.41-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.41-cp314-cp314t-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.41-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.41-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.41-cp314-cp314t-macosx_13_0_x86_64.whl (695.2 kB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_libecm-10.6.41-cp314-cp314t-macosx_13_0_arm64.whl (625.5 kB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.41-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.41-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.41-cp314-cp314-macosx_13_0_x86_64.whl (694.0 kB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

passagemath_libecm-10.6.41-cp314-cp314-macosx_13_0_arm64.whl (624.0 kB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.41-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.41-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.41-cp313-cp313-macosx_13_0_x86_64.whl (694.1 kB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_libecm-10.6.41-cp313-cp313-macosx_13_0_arm64.whl (624.0 kB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.41-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.41-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.41-cp312-cp312-macosx_13_0_x86_64.whl (694.8 kB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.41-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.41-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.41-cp311-cp311-macosx_13_0_x86_64.whl (694.3 kB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_libecm-10.6.41-cp311-cp311-macosx_13_0_arm64.whl (624.4 kB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.41-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.41-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.41-cp310-cp310-macosx_13_0_x86_64.whl (694.5 kB view details)

Uploaded CPython 3.10macOS 13.0+ x86-64

passagemath_libecm-10.6.41-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.41.tar.gz.

File metadata

  • Download URL: passagemath_libecm-10.6.41.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.6.41.tar.gz
Algorithm Hash digest
SHA256 47ae67dba6c89c5120031b8b7300af091e9a0cea17765dcff19618a0ff73362f
MD5 70f92b1c0ff0b8e1799dc99f9c3d299a
BLAKE2b-256 713bd3abeaf73867cf711a8ea7864f2f4ce018fe0f283061b656f24856df98ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.41-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 36b3ebaa526b6bcf666b75201f9ce64137404bdcbf02e6d0f256bb70abdd54a4
MD5 092b183e3c92b9401d0c4f063fdafe54
BLAKE2b-256 f88ef1207072c80340700068e1db1eb080bf972d528c7bb526205e89786697c3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.41-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 055a7fa6e31b4d65c46ce00ffd68051563695c61423b36bfbdb067103b1ec17b
MD5 437dc7d7b387eb8436803d4409804b0a
BLAKE2b-256 70f4b3e2a393914e6b148e57d8ed7b1f43b79ab423d4fe4badedc3fffa5f8618

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.41-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.41-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6746f9f0181bd2153fbed710e66fa80194c4112acfd9547e65d5a5d92c16ac6e
MD5 4ee06d005fc25ec1b0ed070ec59c0b6b
BLAKE2b-256 c244b6629b74b57e553f4da45ef6b7e43d30aad34822bbc5f1301d01852809c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.41-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9eb26a9750b931486fbd77b1e19c6ad1c59fae171359e5f05e58d8300f9e6fd4
MD5 295d049ede386dec319657403e3631a4
BLAKE2b-256 80030a01d3f5bc2c483af87a2d4dd416bc39a1b4e3c56da748f0da4902e5b41c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.41-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 c1687f65014b82d32f1149f40cec748335933c414930f4fff61b63c931bea9b6
MD5 0a0f3e49d55f4be81b42765142811f15
BLAKE2b-256 5b61c354c34639c08affab116336555ca1b4b602b9685ec05a1eb5143e9f561c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.41-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 754845c23af00461c041721b531020b53a6603931c052c2c15160a2855096860
MD5 64829452ca39afdbdec0c21a1e015ed1
BLAKE2b-256 ddfd585b9e8598c59f14eecf03b04d8e49d79ca3e2b04a706dadaf9781245bbe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.41-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 848c38a3cfdcd6bae1d11804307cd4d7eeabdc368699d1e6b5d798127a4fdc3a
MD5 bd6f8a1ad202122210dd1ec156ea67d9
BLAKE2b-256 c828b5817bb15f7169b917631517b422c5f50ec55f369e3ca92b78ceb3d433a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.41-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9b6f91f7ba34a803b9dc732e4f4afb421f1d19626e3aa377be3be96237e3d015
MD5 75ac1916eef41620b1d4a23b2ea664c4
BLAKE2b-256 714fdc4d705425f8f726a9942f6cb8360aedc42ba71c819e4d783092bd450ee8

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.41-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.41-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 46973046b79579a15fdfeb4510b43ad79d97c14d22d3365cbbfd0ffdfae5465e
MD5 2dccbc51000ace04f0ba07dc7cb5fec4
BLAKE2b-256 7a10b6c715dd1c5639c644c175a7abfbf4030cb65f3ae998181bfc6a6c50cc88

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.41-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c386b6d0bdf899755e3e8a9786e80a6f85e58c0e714e7d85d2789d8028b03cfc
MD5 80e852badf1492a741d228c68028c251
BLAKE2b-256 a311d02772a7d24f877b8e9c84a160d9ea31bd361dafdfcd85272f67e6eecbfe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.41-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 addd35c5c7f4334b7ce784118e8861f1d9a9e2d19c3ddfe7e8f4b8c42090606e
MD5 95027c1e2f0d1d0f5e31cc4f781fa2f7
BLAKE2b-256 7819104748d4460fa83c3c9eb10592a52f1278f1ed8cb5879c2aff266ce56cdb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.41-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 5b24cd2772efd7a079c4efec08866df1db62b31f9a4e4b5d6eac1764aca20fa3
MD5 4bd59791700adf9160c590935aec7465
BLAKE2b-256 54dcd5cc6989e058d9d705d8982634af4c1073d78eabe4e5ccbcda54981c6fe3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.41-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3ac814658e516caca1965df4d21f8a6141ac5c7b93bc74dfa79af844fd5bd1d7
MD5 436dc3c4e5f32d954543f9b929d285d8
BLAKE2b-256 52d0863972a24389e101f74b2a3ac7770888c4da747a264a733dac266d80b992

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.41-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 86f0401a36eea567f514103e701e63fad83850e303c118b9dbbbdd6deb281c44
MD5 dd13202d7d46cd1c60302670162e40dd
BLAKE2b-256 599ce248f5673be56f55da4621a4fcf7aaab78496a80dd4b488a7dd1344bbe37

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.41-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.41-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 21c7c68b53da4ed191e85583ad6b5c65b6f7e56ba5617377a13095042016b223
MD5 ad0e083fd4765808e15f3c4de1f11db4
BLAKE2b-256 4a4b7ac1f9ad40485007512c4c7c31f14ce468080d2d7749ffd252af000e58f0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.41-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 09db8d58a09136d15f5236dbd99e196501cfba20ad4ff71415c6e3c74bc284b1
MD5 70371840f594564da8fa7eae9115a07c
BLAKE2b-256 dd93a215b89ffe1383bee720f0499f16640f60feb035b6c03d26376666acb6bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.41-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 a24b64c55117befa3db2f5fd3611c40cf1700b3875a5136dca1bf7513401c98b
MD5 ac7adeeef3c2b221393dd2e32ca681cd
BLAKE2b-256 e7e4c209b54f44fd03ecfb4d3578f55c153af5fea8808273908c9d5e1bb672af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.41-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 99b9f88cfbbd548bae8374a66ac41a8fefc726216888df828099e9b2f07b1959
MD5 750918ca72944ed6b655eeeef7869030
BLAKE2b-256 a5c8d78c1b4f0039b11cec35b1f368105ceac49329b1786cf69d54660436209d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.41-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b4cb208d428d835368dc3dd3d654022f98b4f9593d832121aecf90caa788a9fc
MD5 362067b67a0f27a78bdc39a899650eb6
BLAKE2b-256 d99c6bf01326241a9c3ca5f36c9ce12fdd30b6fa7d90d93f93f2505344a9fa25

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.41-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 31f453b3ffd37531011218d52dee87ca4328b0ea325d587f92559a6244cbf540
MD5 bf162a20c9cacf718cc8cf6cb169a99b
BLAKE2b-256 70787c4bd3236b2ace8caef0ebf65d795b7be72880c966878787a3b81df3aa68

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.41-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.41-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1bb5f9be49c26b305da7a8dc564b913856a647985bed1a15244b880359e0ee0b
MD5 d15b60965c6fe704b4bb59ca4970e7bc
BLAKE2b-256 ce8374bc0714e0c19c83dcb4abd53e4e04292740ea44c9d2b15eb52b681d0ae2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.41-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 abd162537cf4ee5823b6779325c7163968ee5c77cd1757edd6c1c00555d11115
MD5 3b9ceaaf26c8c6162832eebd4c43cf39
BLAKE2b-256 8e0ec454a3ccf7bb0eee828eebd21c744a1de16e0d4fbc9b3f12997e2a70e928

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.41-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 3d8a814c7226e85727ecbb40efa7dccafad157005ff50b95fda706d6b27da1c6
MD5 606282586a7b2d4396632238d5e9dd35
BLAKE2b-256 6d987f5fd835e1769769f97c20dbb3458f0c7907be425cd5c2a7152bfb3a5d3d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.41-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 51975ff5bcaa315867c4f39a9e43a9010219360de5fa9559b6a0778cccc674cf
MD5 68d1e6f0ba3d4998b9d76ea076067b52
BLAKE2b-256 16eb88b754549fdb73ff3bc6fa156c000a1db4db0e251b090d8fa6dfe1de6dd9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.41-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 67977d0ea3e559a7655eb61f72fa33ed77a6540d68c5c6f0a469f4ebab31bf9f
MD5 9fbeb6d671baf92e0f0fd299a6cc8d60
BLAKE2b-256 d8dcc251ead153f96fa635c3fae380dd6eb0864e55e85b49999bd2d4abe62dc8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.41-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6be1452c8665365cc3db96931ca9216750745431f64b8dd7c1dd5d12efbb59ba
MD5 adb251ada6ada1608b975354558428f9
BLAKE2b-256 37ab4086d92ee47cbe4d34dfb264e6d35956414f744190b650831d2d50902e3a

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.41-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.41-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cac346ce3ec0147dff3b0a8b455b107b36306934863d404891d1c867347760ee
MD5 c3b4ce212698ecdccb5a3718eca9eb19
BLAKE2b-256 994eccf93260416999857a5f0b2c67d4ace82be49202a4c4cba3f9b6809a8415

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.41-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3d86a174e660769f87f88c2d1b91063e5c02884ca2a773ea80e3c59d2dbba733
MD5 f1bc5e592ed7f102362f804d2654bc8b
BLAKE2b-256 511dc3201fe1eae7d7f0fcb8893e5ecfca8dde61386b5b5fa857ef9989ff14b5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.41-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 00e36ca4dab7be26139469560d5a15ed9e01066460413ead571bc6b637d6dc86
MD5 f147ff17dc3a530bdf490a5460547bf1
BLAKE2b-256 3f8bb2e45c23e2596850fce4ac3b1cd2c0253b07c8387babe7d6abb3a61dc85b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.41-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 95564dcf7ef9e7bc9537060627ef2edd3f79da51f09dc8fd913d3dcfe59bf087
MD5 6a1dfe22d3f10010a7ca1461c2f47c1a
BLAKE2b-256 178703dcc5e57fccb304779bddd7ca64ec052058e3abdbdaefbc26cb0aba275d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.41-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8258c3b02e18e69f1601c22503a75d4a5de726e265729f65eaf5f65e384db03a
MD5 0d358b9e2623c0ea9106db8b862614bf
BLAKE2b-256 3e5bb1e12a7906de841793496d57db1d9b052715d1e07c7a657271bfeba780a3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.41-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ff038f649fed8c8c1c1a742b670a659fa02ca887c5280ed25870073184e0d034
MD5 943a54a0926481f640dffcbabb3ac734
BLAKE2b-256 f13120208b1176c83b2545ea0d8c988964ed1660f39133049a79792d75ac13ae

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.41-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.41-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 06fc177c0e8d6fc735686f4981890076a5b610674cec2cf37d95734443468dcc
MD5 395a3dfc9b30fd56302773574b287da1
BLAKE2b-256 7d60096c6b78aaa4aa0e16d76c7f1434aeb379b341cab5dc07e860ccb398601c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.41-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e058d1d2d804f04ec2ef3097485949ee1dc098020b51585fb3923ab63416952a
MD5 a3397bfe1d0225ea3267a7c275a455ee
BLAKE2b-256 41c1d8d61e7edccd18d4a242f638374fcf53c1b2013cf02f68ec8c3c5c771bdf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.41-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 bd25b34f43e0ddc3f97877081d935ff09f1b651602b0089f1bba0ce5834367b7
MD5 de2da56e0c2795b2906b9a7837dfb228
BLAKE2b-256 2159479beea28914cc898509fa14b5f8f75733a0ed34c8f88682e27dfce1bfcf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.41-cp310-cp310-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 57d55f72d90e195cb5dbf30c539e5c88870f209340841d26e3897ed8db33a7ab
MD5 988567b241f2cab883ba8eba682c9298
BLAKE2b-256 4e4865e99d3a8d7ce7bd05e83f36274d1d02bd853d2229f6102eb7f06890d216

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