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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.46-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.46-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.46-cp314-cp314t-macosx_13_0_x86_64.whl (695.3 kB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.46-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.46-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.46-cp314-cp314-macosx_13_0_x86_64.whl (694.1 kB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.46-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.46-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.46-cp312-cp312-macosx_13_0_x86_64.whl (694.9 kB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11macOS 13.0+ ARM64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.46-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.46-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.46-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.46-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.46.tar.gz.

File metadata

  • Download URL: passagemath_libecm-10.6.46.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.46.tar.gz
Algorithm Hash digest
SHA256 8f9b5bba78fcf72967437afff8dc63d66e506d2950f95a3178556efa003a0050
MD5 4d1493841840605c848c8c9055a21963
BLAKE2b-256 cb6e953a87e0f489627a3a659103f59d35af12d9c84c2f03be94b1f9bcb6d1ff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.46-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 91e29679c7662be386b487df2bb0826882e8ac88321619bd3de513cb0333869b
MD5 cfe5dc4debd2f71ef354d87c8e346bfb
BLAKE2b-256 27e0d1cc2d653e4df8d2d0e8fd302d83229af5d3664982644faaeec2ebeaaefe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.46-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d559531a99d0c4e543cc1253735aca3b85ea80ac92973f2ca16b27a20aef948a
MD5 c04d7c956438c45ad595b4fa1303686d
BLAKE2b-256 87aa04102c7c7bace7dfce7f8048039a23dcc9583972ec5878687352e35282f0

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.46-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.46-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 793af2e3a3524ca32623dd16473990bfede5569ef67ecc573b632804b0c4d584
MD5 2957262abc072b347ee871aec90d5171
BLAKE2b-256 9ac1e2ea1539ab6130fd284e1c7735046fe16971206fb2a705f614368a1d68d3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.46-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 cf5a6cc889f09a89e6cdba5902aef2ebb23077b67e568d1eb283d04513ddaeb4
MD5 3439143c7a77716785c1836b8ca45ac7
BLAKE2b-256 c1fe533b793dab614f7e508bb6be70b10f8e03559dd389ad40915438a42b6576

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.46-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 30fecbae6a2550c15ca51f59b6b7c7dce5a0b86f87a46e1158ae3d74494fd305
MD5 b891646613866d5a3c833ef5f1c54bcb
BLAKE2b-256 9fbde6e090e030bb0ab88e34e6d76cd2ef251cdb3dc1f389d27bc5ca8e6ee41f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.46-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 8fdcf62659a13d4fefed197ad771596978015a275f932ee3c7f9300bc9f9afa8
MD5 a973ef810b5fbf2295b92f820f7d06d5
BLAKE2b-256 67fea683e9f6b9b3e683f1d8f5f21794b17248b06e962a31b1e6e9aa6d86dfc9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.46-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 da83f5efe967bb8661f1513cb2b59307494594e225ef96e99a767bb0306823ff
MD5 987bee80b3e5b6b4ae1ebe57ed338d19
BLAKE2b-256 5238813e2844210f538501da3e4cad32853ab54a4c3579a7776ae98aaa85f640

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.46-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2c8ffda1d011966405d2857f297ebc9a4d57811eb2039e5bc7c82f2de201ed9a
MD5 a91282c8a67034ebe3448d75148677f6
BLAKE2b-256 1811eac80e573263e0852a48aa443a5c187e606f8968f54978db1dde302dd6a7

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.46-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.46-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6d148f871c448c035c2d2907d7b53ae627e632bb780d3b41723de7c8d44e2c70
MD5 eeacdc8a93a729bd6e0da22cf826f1bb
BLAKE2b-256 a0f2febb9fd36c1ddc3998c372d0da51f1adc141c274b154800ab13848693a84

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.46-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5bdc2f8a7764642c12b65f48d70c927b5f1e60e79da62cd4a285b08ded46c6a1
MD5 aed2499f2847aef1b208c30faffbf31d
BLAKE2b-256 306b2ed3942382cfb88407974ce4c1113976a836f7ae9be1498d038e38f89778

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.46-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 b8636fedb685b87d2650ed4a33277dee909c2413def495118d011a04f1eb9da3
MD5 cc4c7c6689a9201e5e677ed81142d93e
BLAKE2b-256 0492801fe0f65e43c2e7f3c82a4a25095dd7f9356a4e60a9c8a30428cb19d1d1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.46-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 639f09bbaccb4d004b54ea373f902dabf8541fdeb00d62a9ad5becd26914a86a
MD5 4fa6577da3b7638402cd22030594cb3b
BLAKE2b-256 62fee792c7653a84e849d1518ba293e96361439ae60ce60108a149f112506232

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.46-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 284b0656ce3b824bd49755958fc117192b2ede0dcba3e9e8eb07661962eacd3e
MD5 e74327083a995b1a974cb056eb03ab26
BLAKE2b-256 3c08627e3ef391b9a9fb7a4922f4b69f6ae840aa78ee96e51b0d05cb35463382

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.46-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 72a21f9d5a23e7326f9da6f5462f269d3263f196a73d37219ea55c325fecd657
MD5 86dc17cc64481e15128d67df51a357b3
BLAKE2b-256 0ee73bc57026922bb5d28a2be0352f9e949c8443cb9ba3ffc47d0605a98ddbc4

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.46-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.46-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5a2f32042839f843d18dd1a1b23d46ad46a2c9badb5a5ab90eacb4f65e299734
MD5 55cc1d6b9b1477a05b0f44bcb577fe7a
BLAKE2b-256 37e48cd4f32cb67cf3818b174ff9400fe06ec21b6b54d16feff1d1be4dcbf71f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.46-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0d16091b623607fab6a01f90524ba76b4c65c56bae61a95d6a010b57ec6b444e
MD5 37498bec6bbef5d42ac8a50cb24486e1
BLAKE2b-256 3ace03701f2d8e341a969a8859ac78da1b474dc8115e3fa8331e527384ca7e64

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.46-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 19919b0cf8ca86d2de76b5e9342126925216e77de5ca5e80e81a39fa6b5fb13d
MD5 b33e9ee758b5a118f2c9f6f466fa672c
BLAKE2b-256 7e747d7ad2a3d2a41bdccc380c9350683728da5914827a4cd9692e98be738c84

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.46-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 a12d38ba462c08eae65af7831026dd4a3f45802c87a2a2f26c5aff764656e6d9
MD5 457c9ff9b3a983ef144e5ca20a4acf43
BLAKE2b-256 66bf325ffbf0eeb53d3c93951e410fdc109fb5b56ff2ef69358a98748d25e3dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.46-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b544af899172a3cab5471c1e508a61e88a46b81f512f5f4077de048499b9c8cf
MD5 7eebafbf655a8bea818d30038c86edcf
BLAKE2b-256 1f833918e62b34c6f11d401222c25886c5cae524974e55d133a25bd8a1aaa451

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.46-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ea97734b4552d2ef5d21e27d4fe52ef5c23c2aa788e0d24a9b90429745394d13
MD5 2318c18952ca23387e30f3d2244209e3
BLAKE2b-256 349f2895b3b79cbf1e80828945ff7420acb6ea5c8276db7c99a84dfecbae4db9

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.46-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.46-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0d99df9f4feb214df90c1787f760c2ad83ff633f02a4a428631aebc522a98b04
MD5 a0513e91044dff557db48b74a8e36244
BLAKE2b-256 2ecad3683017b4fac1016363227d5fb6f3ac7c3981f3232cfc5a3745566fba0d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.46-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f9fc1868e01cc217b8b76dbede628e9149713bae8b25bf829be94b33c8f42f1a
MD5 32983a9f5b85783b45f2656fac3b64c2
BLAKE2b-256 bb1d5d68ed33d2750e80f3cda849f61d04f6a6ffd206259b261866c6d9e727c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.46-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 49a1e6b5235ff772acb97473ff05bb8fd5fab3c7d7f5980647ef43a24a2f88ad
MD5 feb1c0c715e0e5676c60c11c404aa77b
BLAKE2b-256 59ac9060910de95b15461a35f4e9c543211faf01df5da6bd924d6d3f5a657b5d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.46-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 6d13ddb02178d44146b16cfcf258820b8c0ac02c097199b81d1569044a1a8ff9
MD5 dccfc6861767e6bb825d0896cd960ae8
BLAKE2b-256 b115c91c82d8ac434423675e5c01f1fefdf43de5ac89278d19513e5005103f60

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.46-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f0a52fbadc8537c44ab8696f5f78af69100a49d9e5e02199dd9531d4c0f34674
MD5 90069e0320f7d9e147aff721854fef5d
BLAKE2b-256 98949e93fd3b951fba30b19fa75341583991fd988ab1b34bcdb84e29b14946a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.46-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3ce60d7f88a655f591eab679d2ed2b7ed1681e071e9dcb42f3440e3ee6f99abd
MD5 ca21653e7979f0ca9a47c4d9c67e7b86
BLAKE2b-256 8ebc74cd9a607b0405a8d01e2c55a1efc674a2f493f2adc5ccf1756bce30d35e

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.46-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.46-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 57e40eec00f04d975af1c5eab0af3056dad8ddc5ebd2d97744867d2aa1b793ac
MD5 61f66e052e62695d676d81dca958c740
BLAKE2b-256 dc4f76cf178065e2d6fbe56c5e81dc99cb344df73ea4e6f4bf5f6cd91e52d76b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.46-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 422d0c86cbed5a0419031f03687300caa0b5a61abfc6025df44bba822186c5c8
MD5 624f878cce1da8e508eac4bb23df982b
BLAKE2b-256 015241f525592d4d8bca8e71b8730b5dd10f50795693a8fe985c15d01ed1cd2c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.46-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 ffc69073d4bcb90b41e56f74a33cd4d69761e45bf4324e0f479c826beee03794
MD5 b93bad5c3cfe40498bfb6dbddbfe6567
BLAKE2b-256 ce781960183c62fc98d34e68eb2fb25dfaeee6892bfef1960e2c279eaffbe2b4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.46-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 57bfa98aee7d5215c170a85682dbe686ec431e5a31de49d24bc9072b04476100
MD5 d9575dfea7682b73b62f9648a64ecf83
BLAKE2b-256 dac69eefbb0d2e85b7490b689ad31383dfe29a8b13cb522eb17259746cc3f33a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.46-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 427e3b23181fb10409db7f7e4b7af02aeb69d1f3493bca7b47f69a2611391a20
MD5 c5ef3cbdff5ec424327a9edb6ad7f687
BLAKE2b-256 e438fd5872d1ebfef9b0c10e018c6d0a2cdaa5f2be26d9d09a66b6273ebfb52b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.46-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1211142df9902c326a1f1bfe941efd3fe8e1d8a3701efd7b960d03fd3f418dcf
MD5 d4d90cc01e563cbc23c524b21e39a0bd
BLAKE2b-256 1e036290f56ca79dd2cd66c160b394e54572a05ad95536bdbffff4bbd31b3b5d

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.46-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.46-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 13d3ea0db3d88c7e3ac9574358dbcdc148767e536f4928fde606f126c469783c
MD5 7d89c78a64ab6b69ef205b1003e20790
BLAKE2b-256 4fdb92b50216ba8a5d520432999c3f9d336b67ef9f3aa1a472c6fb75d34d4b91

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.46-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 73ad0fc100db54892a846c2888cb204f865bb3ab0a86ffb3d164145d0f9d6d0f
MD5 3aef472665551077898312bfee84ff56
BLAKE2b-256 ffdd30b29cd46097203bfc4d1ee4fd5dee98ea790903242766c73beb97024507

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.46-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 3b7efe8ec3ff9e8b5a728bded08d41556df9eee96de1a719d98de4d00772b2cb
MD5 605e43210ec45f066765e2fe1354d1a7
BLAKE2b-256 c4af1f0bb0975e997a5adb72857a734c5f10e7d59707ea55d5ac73c82b73f2a9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.46-cp310-cp310-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 8b25f1ad2be51223b623c66062fabac4543f81c1111cbdcbcf75bdfcca1e537a
MD5 0af67ee8076eeec6fe7b4a8a1e591957
BLAKE2b-256 4b9b54acc852d8b17a2df7fe1ec037e2e2976463793f7d67a8a78a33394c348f

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