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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11macOS 13.0+ ARM64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.44-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.44-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.44-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.44-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.44.tar.gz.

File metadata

  • Download URL: passagemath_libecm-10.6.44.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.44.tar.gz
Algorithm Hash digest
SHA256 cad70aaaf3a3e16c666b94da00a4fa688c8501ad57be84e9156f95de10c5aed9
MD5 e42d18edb91fb205f0da72c5cfbff93b
BLAKE2b-256 6a9c9d6e2a143b0ae365fe11255f3a84daa7eb082b4535815b8ee437f27788cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.44-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 38975feeea2fec21c7cbb30e2411c17bd7fe8bde3dc0ccecba6cc3de51735f13
MD5 b8c058d78d6b4bbfd8ceed3446b0c7d8
BLAKE2b-256 1bf6389bf33bf420e29cdc33dfa2e95af733a1f3449a7bc84afd6282748c5f95

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.44-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 dbf3e1b7500b823f63dab9410425a9aa3fa67f2eea84fa1e73666c18946e8a8c
MD5 0800ee99050b39c993550cfb61ee6ec4
BLAKE2b-256 0e48d9f9fb572ffa31bb1c4011d0ca6b8b96fd935c637b04a44d1fec41760af2

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.44-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.44-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7b41a1ea77f6470607c7f6c4a7d81ef18f9446ce2fdbfc7bb2bad72114cd3c1d
MD5 b55f7f3e211bc9738110884fa0fed530
BLAKE2b-256 baa61090c5e4dd8811e4f21913b4dbed8199eb3d27e0344240f16c69e16ba658

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.44-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8c3fe951cf327fc3410faf30ac0879c4658e0bb15592322afda6b68779e4222b
MD5 fc6737fecac69e79e3728dac11ecf48b
BLAKE2b-256 a9f1f33ce1a6bc4be747edd324fe3654264474b6ea33a48d03e52798735f7903

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.44-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 cf0653f710959a76a0e74ed2cfc2c4613d6d051a8ac14519a065cafed124e1dd
MD5 dfb3ce566932ece3126f122b1e053c7b
BLAKE2b-256 3bafe562ccdd5bd8f8a1d90c58086607852f243d2fa2673a632fd83538cde2ff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.44-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 e5bb16ac0a06d1d2865a1e7055563fc79b9222d0b6c492d2e55819f4a0f1a017
MD5 7b9b2b6687a94539c62b61c17a471ee2
BLAKE2b-256 7dbf479302968ee7ca34d5e3d975cb1b54eb614a87887a4a90591e4bb3c60dce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.44-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 77451025dee2b2302d40a36d6b147c21615411b961995435cb89eac7758a3ccb
MD5 d1541b028d9329020abfea42196c9d02
BLAKE2b-256 e7a9fc1eed70858a0a9e1364e24e6147d0ab6c4a5d587e983432bcfed6c4b785

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.44-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8bc4fcd600ce5b46364b5ba1e3032ccfd884a9dd39104a045ee09074ad4fe399
MD5 a6b9fd0672386af28fa72d8a4d4014d7
BLAKE2b-256 bdc45b20e1e0427e003c7aa819485d6835fb06439f0810109fa613447f6d4835

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.44-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.44-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 302aefc3ad4f1599305a5481ed0edeb8ff47601388ed499059ce7772f6a3e6aa
MD5 80c1d9270a3a6f8d50b0cb22d1a5f469
BLAKE2b-256 b1df7ac908c5735a4aad6fbb849e1e3b1725e96a5b981c8d3d428bc5bc0f3636

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.44-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f4614c33e891cf1901c474e5e314ed3ae3327f9a59ae0e65f3afbf9e57cfaa99
MD5 ceeaa6c6c15c1ec08bb2e341489b5e51
BLAKE2b-256 6b1dbd04f2929358756aab8ea15f1bacc27935d0fb25d169e4f4f238fcfc2ffa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.44-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 0056d1da77354793bb269323f9e2390e07c8e56da435a52ca2e3ae5537d351e6
MD5 8199959b115052a0ee6dae19f97d5f69
BLAKE2b-256 de6b6d12f4513839e47d5f68bfd793906b3aaee652db70b8c097161a45c64cfa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.44-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 8bf9e01fe3eab6dd3dd85fbb1e34f71f9bc7cfc3147b4cf0f7b40da54216dc77
MD5 9dcd76b891f75cd7395c3d037b86e8a7
BLAKE2b-256 f643b6379817eb1fb2a618f1352489ffd982597da61a2f4f36cebeb10ae6fbe1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.44-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2061772127427beb357b7b428eb5a5bef342e463759cce92aff4d1d13376c46e
MD5 460c535713c5362e9a4879e4ec80ef7c
BLAKE2b-256 19a29491ce3213313386e69c6e94592e3c71f49d0cb4728f8463f52a48755ca5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.44-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e6c3bddfa024eb31199a11b9eb553e30831c0602a5256379a5b0411e58818c2d
MD5 cb0420aff8f72beeed280da1c91e37f7
BLAKE2b-256 fab18ea5bec9a1769a5f508e92cb1fffaa2007ae20f97534008adc777b45c5bf

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.44-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.44-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b93a27d6881d905017d193402a9f958c86e9d5e28116d9681849a3fa824104b9
MD5 31c4c71b533834d9d1e2e9a2af0acb97
BLAKE2b-256 0db06cda2962f392549cb8865855eaa33e4770820844333ffc9053d68635782f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.44-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8958b95fc9b640857be4203a45f28725ec51fdb7ad1c6780ec55d3f8c1dfce8d
MD5 9b4136bcf198164ed8895bd5b161a007
BLAKE2b-256 af139ef3e1044ccca56cce796a1870f05652bc63d905968b353355b6a1e84d27

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.44-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 90349fcd5a1327bc95bc67b6ddc616e6d93b432eaeb0e928afdcb81dc7b6cb98
MD5 5c4fd516377895d8153eff1b2c536dbe
BLAKE2b-256 44952235cfe5a60f03696445911b3a3267ab0a448529d2923aa17b74060e0b38

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.44-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 7af4552f3a55a3dc75fab18c507aaf8137caddd09455e7cf47c4983137a84974
MD5 f6a35eb4617349e6dce7e1c15c3af81d
BLAKE2b-256 2fc5a88b9c0160bc52c6c787c8126f28131e4a294cc98023824a0917113ce653

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.44-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 211dea72762629842bf49d7dbcf54359d060d5d01106373b5a6b6245c9d92255
MD5 3e51fa43a3b8f62c5972c2f62a0b6cc6
BLAKE2b-256 47f66f3ebae32194d9fe3c3cef4ef424cbca8ef4fcc101b6033e4f58fe551b95

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.44-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ba82d1dc76f7398bc23ed3cce743a0d4184e27f3c537caa99b23e9c5f30f2740
MD5 1538261538d5aa5371cd3673dcf88995
BLAKE2b-256 97658cd35a1a6fb6be2d7e20a37f8d3a958e8b246eafd4b180e74066b7a10737

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.44-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.44-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 aed7d73363a9e134d6ef74cbb76f0e409faeb63fb7e62445190a00eab9024bde
MD5 ef45eed895d5bd2621fdc4c3b0143b67
BLAKE2b-256 0e2a29e8e48c01068dec8ba80cee9c07eadbb0062ee15a4e0f992f9810ebdfcc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.44-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6f00f108a24489854b9f6b1105037bcff65d4258b3324f281dcb71b6bd396dbd
MD5 5e03f6ddba10310886ac4f0bce93ec41
BLAKE2b-256 bb568c0008bdb3d2a115f90e1d8a111b435c2aaa1336e6431aebc6d8da6d4dae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.44-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 8e9ad282c7a27ca8aa08d5f49639daafae9ad2875fe1594410f071bda88d64ba
MD5 6d82e4eae323b614fd42c83086f2134e
BLAKE2b-256 624124878614b9200f2f10b0422eca05442f7e3382e9b269d3b77401d5f42096

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.44-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 b3e70fb4b38e703f52d5ba1496974ec6f2c24b2eb65b4dd10ddfed1fcb12e14f
MD5 69108b3f1bf29798a968390785018d0d
BLAKE2b-256 3c010e5b569a21107b7049d04f15dedb426a6087a09f37b572622474055e9527

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.44-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 88427c6cd46d62b8b362189ff8c52896f498b9eea67ab15ef012bbe9c1f566b1
MD5 e982eecf29af8332fe14386bd9acdf20
BLAKE2b-256 71daf89789974702cd666076895d6b92a98770fdf5e269a85c0c54895a61362b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.44-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b52d4c2e4bdedd84949fbf742b480b54e5d18b24fe2974d4e86e89e8fd926f38
MD5 c6be581fa93b46feb75013714d0b72cc
BLAKE2b-256 c2f00b772972fa5bdfb7eb33cd2e477c994f2f0e9e1e83e7c8d730eaac007e57

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.44-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.44-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7fdd49e299a6669cf17ed1d8ddd92980f2463a8ac4fbdcebb848587bb475a1e4
MD5 26fe58f71b242e060713046bf418fb8b
BLAKE2b-256 64c639015412f0753b0239ebe68ca537bde7ccb0540c3add3f0ffd4e97cac653

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.44-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4fdd3bec853281eaacd6d2f13f67e23f6320fe5d7bca4fcb6c671235b3d4247b
MD5 be6eb0456be7bac905f103882a6fbc05
BLAKE2b-256 fb222292c4fa02934fd3bdcf72b5d13c75c5d646a97c2a6cc761371f931bf280

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.44-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 a9c43ba208a84ff69e51148af2bbffcfde4a333a2487b972f6ab3379bcf17fd9
MD5 eac1746dbf1a7f902e3679f8e8b76998
BLAKE2b-256 215521b04b8d6e2d8cfee32754e7b381b0d8a68c0641df4a928f6eaf673b54bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.44-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 c95ccbf6b07cc3d1b4686a18c4ac0b17ff52b8f2b4a8a1e1712fa9b13ea07a3e
MD5 ba11f9a70dc58fdf4cf05de3b636c7d2
BLAKE2b-256 7ab2f5855284626b073748fe5e43fc2420005525c3869d976e96b3e6d5384f77

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.44-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e2e2971f3994b3f7d858983390c07d2d98b7751554a721d9b56501465ee79816
MD5 2613e76cf0d6bd55dd41185adac8c7bb
BLAKE2b-256 351e3e4e4943097437e6747abfa392c5c9dca3c35090da8599e74951908e6ff6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.44-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8cf02ad6af9b2752226d132214a02ad8e566cc29984f49820af24a83e8e4566c
MD5 caabfb31bec2fe484f9b2c06454c0485
BLAKE2b-256 8d385f2bfe1c54f328829f825e281dc0446a564c700be5620b99a6a0e32cdf63

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.44-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.44-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 deeaa86d388136dfa3b35ff4669b89073cbfe022b27601f5d6e3ac1886116122
MD5 d13b09567c097c0f1c96caf62cc7b6f3
BLAKE2b-256 cfb4250c973c59b0e72ec96544bbe0370effb8f5ce7ba411ea9b9c18b79fe6f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.44-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 db9456959988943e9714c1475f3b0f0d7fbc44e4cc651a828827ad1a4763c391
MD5 20f7184e3316a85edb0e0e4e2a0c9fa6
BLAKE2b-256 f46abea7a86c8ed4883f9049d5e8b2b0ef2437ad83e922bfb4fee7f401e26fd0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.44-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 75d1e3dd479f050ad1902016542b1b8303b4687dba4232a5f1368fa0a18ba6fd
MD5 f71c44a5e2fef124798ae7a5c06a2927
BLAKE2b-256 7ea5c154db9542ab0af5d83d3fdc884ce6e83bcffdfe567b4cc9ca08eff72526

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.44-cp310-cp310-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 8eb7ffa4b9f241ebf0a3708bcdf87926b987e7f7d5fb714018ae5719f809181b
MD5 4f0fbe8426b87c2e88efc6f26fbc037a
BLAKE2b-256 07616e0f8b7d1b868783d821de41a9358d7e218d1d5bd89787e1cffc973ee327

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