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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.48-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.48-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.48-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.48-cp314-cp314t-macosx_13_0_arm64.whl (625.5 kB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.48-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.48-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.48-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.48-cp314-cp314-macosx_13_0_arm64.whl (624.0 kB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.48-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.48-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.48-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.48-cp313-cp313-macosx_13_0_arm64.whl (624.0 kB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.48-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.48-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.48-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.48-cp312-cp312-macosx_13_0_arm64.whl (624.5 kB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.48-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.48-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.48-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.48-cp311-cp311-macosx_13_0_arm64.whl (624.4 kB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.48-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.48-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.48-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.48-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.48.tar.gz.

File metadata

  • Download URL: passagemath_libecm-10.6.48.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.48.tar.gz
Algorithm Hash digest
SHA256 3f75b247bec3c9c0e239ba2dde95ec3a7d9ab028558fe7179f4d0aa1c5759955
MD5 d660e00f05bbf3d1ad422cf7984a9926
BLAKE2b-256 f3f4d8f324a9233c85b34af7d6e89c2c351a2a3ab84c91e4decb63cb54c23533

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.48-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a493954a380fc8e13d99db23ce4cfa1fbab6f0a802cc40be9b1c9fda6f6de861
MD5 8fc92e36353d08e99019dc88f307ed82
BLAKE2b-256 25beff68d6d0399995d05f33463270c6c59854e9983f0367290de7f466efe96f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.48-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6e6c9c30173f462db965814127891c4dfef87a1b11728f067b03d6a2d7a6d9d5
MD5 66ca2dd7be0f67e8c02a53c4cd8ba4d8
BLAKE2b-256 dbde83929e151c7ae775b5fde7df9c04753d43f78acd59f3b193a0d64213b782

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.48-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.48-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 df4aff65a306baca33bef14badf566d689fc10541cdf3297d827b8fb8c829fbf
MD5 44abdd04976e678e92145342da9eaf41
BLAKE2b-256 291fbf7301ea70a8c5ddcb9a08dd80a1b5e6a573837539c3fe6ad5b93d5787d2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.48-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8cf0a881c052b4bdd6a75867cf96ef54bdb87ec94d21c4c7e0b0a4c5f598b49e
MD5 c796eb6df2db3dde680ad44c49c0491e
BLAKE2b-256 7947bfb40f907a8d48fbc1cfd6d7682cc485f10ae10b0e4ed6757fd33e74daf8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.48-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 07cbba659e2d02226e141c1158bc3d4b68d9ea9edfd40fdb4ab59652e463fe87
MD5 8eb0b5165ca1a49c5beec5375c1154bd
BLAKE2b-256 b3d53e4a0bc22508bc1b8be8f4e05986a2e39dd2e1ead37bd0c32edd1af61779

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.48-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 95d808d5b651246e6c9418ede1d30fa4ca6aab22eb4b3edbc900641a3df8c839
MD5 02e1535dd0be04da125c1e1aada00474
BLAKE2b-256 b874c03f0462c234e561bf7aa410f4e9fe884cccba289b4120cddec2710446bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.48-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e0417ac2e1f63009068f1c4cf8bda0bc376a156a35a2b20387daecfe60b46f81
MD5 a233d0378093b38025feebfc1572db1b
BLAKE2b-256 05cf69e9a2c9a94e926cb2fc3d1d842d8df15368c98ab063ae9ab33d2fa21aa8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.48-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9356af0f6228f919fdf9e8cb491546579a1883007ce4a89de434d2e8f58b56b0
MD5 a05902d8ed6ba1e8063eef599cfd6bca
BLAKE2b-256 613c4723d14f95c3f0fd484249ea3c439b6d9d0f5965c6817604f6b1c644a903

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.48-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.48-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 18e40370bab769ccfb92c2d14627d8c60b23716c15d72a641c662b03b7697653
MD5 d4e71f1886898d1bc6efb8f3b2fbbd59
BLAKE2b-256 bb59d84ee8f32ba9c2065ff01fdaf9315d4025baff0da1cc8ad81d43dfad534f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.48-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 51a1df11b646525ea20d23035990a73fc37e556d81ed5155cffc837361ca0a80
MD5 63f363c7804d6830881008419b1107a1
BLAKE2b-256 1746d4d6ed99e1f6ff167fa2b6a2c7a6d4ef2517a28697b86a91f3bea32ce230

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.48-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 cdd5078ee4d88f953a395868ba65e18412aa03c15f33409965bc4335f9a85c41
MD5 ae4e70dcd75a4d82a766700808e65fee
BLAKE2b-256 87368ba22a222c197abf5b50ec1e3715a0c6143e5094097200f844827080c4a9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.48-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 0d9155cb38a0b71696d8d5b6ae7ee692a580aa49916b47cfeacd5ed5f8e0876b
MD5 39fcc4e6c81a5ba6a757e9ac7eaa60ec
BLAKE2b-256 e6e886cb6dd3524e775f29a18e0e0f23ed2e779bcc32d66a17c0f613334a2e7c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.48-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f206bc76d3820e1bfb4bd40a3e2a961513301b418a289a6cf08a292ebfa069e3
MD5 23d5f0207cada47a0baac0147d45dfc9
BLAKE2b-256 c9cc5f73ef92f5b4bf9097d16e59a3adee750d69986df91d67a2be4573df53c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.48-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 882ae71a93643e1a0f6e3648513f071c65f5d23886cc3c77dd45fbb80567f00e
MD5 8841db19d56a9b4545be3eda9e9fee29
BLAKE2b-256 50082720719d0afc8a6b17720ddd95bac79afa388883b81f07937d64208b8a2f

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.48-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.48-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 83b6b38a25381ec3ec20b2a4548b059748d8c262f6a8faf94090dd4789ef0e8f
MD5 d2dfddf30b57cb0ae945ef42be162e3c
BLAKE2b-256 4862fbc6d42c00bb36c552da0cacafa17e0630db2e35e6b8ee415432369e669c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.48-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 89f7a0a3aec68fee0318ef346f120fefe6aa85294f32735b82a8bbf8ae28faa5
MD5 d8e8f8a3f50648d08e50e432d0a21d19
BLAKE2b-256 4a58cfade03686c695b463d77be715393f8a0f84f65e9667502ac8161f2724c2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.48-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 448c60c1930d6896cbf99cacda9aab1e0760b90d841a08b17e6f007df0fea574
MD5 0c0a11d3d5c05356cbda5e4b19a69bca
BLAKE2b-256 fc4beadc3e6352b6d69da9ea790c62b0215c365a5cd4779617bd451fb77c6814

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.48-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 7a97e1b8a85703f468eeb7d2efdf8f66beab39c4eab1dfd37d258be4be972858
MD5 7962117a8d29317e98a625d41c27a88a
BLAKE2b-256 1f7007283ef326d140230b031214697cddcc00de876afc42bdf781c6033a43d8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.48-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2ac38242511e04f57056ac3f20879d1c25f2bbbdf4a2acd532f10f99797c0a0f
MD5 927a2de4139afaf48be7353944e287c7
BLAKE2b-256 d749bcd333bc01fa9d7a2ac35252387ff8f67358e4ec4e8749f89cafe7d66651

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.48-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 eb3768be679ebb2010865cd08278b9c834cad3bbb2ffd0c33a9c2d55ab327dd4
MD5 d8eb93a08c3b25ae3cfdfdf488022e81
BLAKE2b-256 3ff6e214331ff7a4eba6246385c2b4c5228d073508aabf9cf5f09c8ae925f72f

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.48-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.48-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 880728e869f943666c4dc83ffdac5bff3d6e2c20765560d09439f7b10f33129a
MD5 ab54681428cdb9a079dadc5b39f0bd6f
BLAKE2b-256 cf9bce3924a6846708cf65b238d61d6002e6dac98ceb7bc9a709b3bf8208b86f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.48-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 70d5024fbb5c10bebf083c45dbcfe226cf86793733f3cb9173f45453e3f2612e
MD5 1b9eaa36b4b1ee6033018a0b12f69084
BLAKE2b-256 44439768fa58fad77fed79c8a72ecf8a23f83395362b9b7d0b09ad4c178bca96

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.48-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 df05bcc24bb83c11d1f68451bfd435deed89bf6d65a7c9dd97394e14c54f2423
MD5 3db1e3d561562e9aa27c773508b1ac51
BLAKE2b-256 889409c97e956608a61ffe7d21d1b60169a1f96cae9012f6a10dead9a359a67a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.48-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 13eebdb056d9072b7801c3376dcede2abd2ee8ab8cec752b70f1aebc4a5a25d0
MD5 5dec6d4fd2f22e5a3ad308049664f4e0
BLAKE2b-256 b13ba5ee6f978eb3d091d98695fa9c91668efcc8de66e8e593a19e91c3a0eeec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.48-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 39a6b2c71a48eec64e0b35c8c047913f603bee69554d21c6cd8835203bafe788
MD5 60b3a21a6a92c96f9d40669263907a70
BLAKE2b-256 0d22e28d327fa3430f542fdb9ae9e52656b32eaff3dda72229b8c8d9a45ad940

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.48-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 44b8d291c3d64893bdcea6c89b6122552035ef2b58393208bd5532f23e01a15d
MD5 2a17b91f1817b9d6fc8c91e37d2c239a
BLAKE2b-256 c9e61ddc5352f943db3a6675e429f888c0a9a13f654fbabb158625bb0bd17217

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.48-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.48-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b28e06a3cfe3e123a40df02377af9af4f62d58352983b35afe25c266844c22e6
MD5 a083204cedac9bef981175fd2935506b
BLAKE2b-256 580c337c979c444181e1296c5ceff29c9e2e2ef18f9ce34c493d0ee17e4cd60e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.48-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 55059b1ab9014662dad0218cfac66eed4510cbf6ed5fc26a669eee03f0a86102
MD5 9e03e3facdca3b9646b5fc091f3593ea
BLAKE2b-256 aa41aa572746513d59cedd94048f836ee933c9034ddf1aa63a4bb0b5826e20fe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.48-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 12e96b3c595c9dcd682686fa2722c14b359f722ff1e6bf567b6bb9d68a579329
MD5 f9ce4043f5844a425ee733cdcc8a2b5b
BLAKE2b-256 4f3b2151e222aa96ff50d65d0b27e4b416ec399ee0f027dd3cb6e05da8cb7005

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.48-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 c79071f23e8a8c87b16066642d8b41ae17b88cb6474cf2e49e13e9b0e48c9948
MD5 5b5425173efcbd45863501f6f4da18cf
BLAKE2b-256 6addd3f276f7c67c46224315087d947e8a3ea247f27d07be52d1000da0c35b21

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.48-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5c00b413221e9a762a1bd2eed4f942be7bb4bcff861dc9f4a492ec72dcf918c9
MD5 4046d87974e01558215f722cdbd56a58
BLAKE2b-256 0b197aca9c2badfcb7f3ce1b10b13c9e6e1ba98b84b81e1bd6e0632ccfed7098

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.48-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8b8d59f4040f8750d9afdfc9e5cd97ab3bd1c22554a0886f255b6846c8826f33
MD5 a4ba4720ac968b78034180aa4364e890
BLAKE2b-256 a88108faa15a087a63d82ad0ead2606ddc315553723e3ef93a031f86f9ac739d

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.48-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.48-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7b3a5d7202c1fe828a8bdc9f013e055ebdc7847b129c908996ddd20e94f1e7e4
MD5 abe36fd9fc5992671679956637ef8fca
BLAKE2b-256 6092e81d72fd26bec96506971085e627bba86301a0a3b2622a0e1675c6b82090

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.48-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 13bcef1b47afcdc85b5310b01216db7e0e62b6afaa0b19aa751756fa6ebf9a00
MD5 160a3840dee1ccf0116a1fb9df2864e4
BLAKE2b-256 01945fb410746be5a9b2514418bcc7f547802c5f922fa012eb0e82c2bcb739cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.48-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 73dafb8ef8dba5a178b871d608afc7d8daaa133fef6b11634162b3ac9d8de571
MD5 76ba9f3d56d22175088107e89768a102
BLAKE2b-256 1ad2c10ba18d229f06ee2c949621e83922729a672f82ad5a73d9af17c08b25c0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.48-cp310-cp310-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 7fb9bd775ccfbd2082864f98e30f1c8e2085e64f200574ee7407590b927689ad
MD5 9180737837894387bd7a186d39b09676
BLAKE2b-256 4738ec0199a1c0194d8bad34a30b0bf2bcefcb2a294bc76cf3682d34458905da

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