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-2026 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:

Moreover, the passagemath project:

  • provides a stable, frequently updated version of the Sage distribution,

  • integrates additional mathematical software, notably Macaulay2, a full set of GAP packages, and the Combinatorial Matrix Recognition library,

  • curates a library of Sage user packages.

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, ARM) 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.8.x series are 3.11.x-3.14.x; the passagemath-10.6.x series (EOL 2026-10) still supports Python 3.10.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 --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.8.6rc1.tar.gz (16.5 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.8.6rc1-cp314-cp314t-musllinux_1_2_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

passagemath_libecm-10.8.6rc1-cp314-cp314t-musllinux_1_2_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.6rc1-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.8.6rc1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_libecm-10.8.6rc1-cp314-cp314t-macosx_13_0_x86_64.whl (717.8 kB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_libecm-10.8.6rc1-cp314-cp314t-macosx_13_0_arm64.whl (641.9 kB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_libecm-10.8.6rc1-cp314-cp314-musllinux_1_2_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

passagemath_libecm-10.8.6rc1-cp314-cp314-musllinux_1_2_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.6rc1-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.8.6rc1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_libecm-10.8.6rc1-cp314-cp314-macosx_13_0_x86_64.whl (715.7 kB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

passagemath_libecm-10.8.6rc1-cp314-cp314-macosx_13_0_arm64.whl (638.8 kB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_libecm-10.8.6rc1-cp313-cp313-musllinux_1_2_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

passagemath_libecm-10.8.6rc1-cp313-cp313-musllinux_1_2_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.6rc1-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.8.6rc1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_libecm-10.8.6rc1-cp313-cp313-macosx_13_0_x86_64.whl (715.6 kB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_libecm-10.8.6rc1-cp313-cp313-macosx_13_0_arm64.whl (638.6 kB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_libecm-10.8.6rc1-cp312-cp312-musllinux_1_2_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

passagemath_libecm-10.8.6rc1-cp312-cp312-musllinux_1_2_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.6rc1-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.8.6rc1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_libecm-10.8.6rc1-cp312-cp312-macosx_13_0_x86_64.whl (716.4 kB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_libecm-10.8.6rc1-cp312-cp312-macosx_13_0_arm64.whl (639.5 kB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_libecm-10.8.6rc1-cp311-cp311-musllinux_1_2_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

passagemath_libecm-10.8.6rc1-cp311-cp311-musllinux_1_2_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.6rc1-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.8.6rc1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_libecm-10.8.6rc1-cp311-cp311-macosx_13_0_x86_64.whl (715.5 kB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_libecm-10.8.6rc1-cp311-cp311-macosx_13_0_arm64.whl (639.1 kB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

File details

Details for the file passagemath_libecm-10.8.6rc1.tar.gz.

File metadata

  • Download URL: passagemath_libecm-10.8.6rc1.tar.gz
  • Upload date:
  • Size: 16.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for passagemath_libecm-10.8.6rc1.tar.gz
Algorithm Hash digest
SHA256 9abe37aea3c223d8dd9f9e97c22fd294e74e05ccddc47d37018167588040996d
MD5 d31893bc9aa1e4d1b9e53093d566c3be
BLAKE2b-256 6689f36b343f9a0d1107d7d35bd4d67a7edb3f3d89b6147c17c8a5a9bbabd8c8

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.6rc1-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.6rc1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5f9332143f99d409ebe4f218032bddd9d195ff29d4b7e006886e132c90b996c2
MD5 5aac5daf13a7594e7b406d4e8afc7558
BLAKE2b-256 113f497b339ff636897a30cab368c78b6210946fd1666f2b475e82cec112264e

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.6rc1-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.6rc1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 12b367b8a739d6b29215620c10a5766a3fd7d5e6345cd78ae4818a30faacf6d3
MD5 baa845879dc4b3f923133bef259069ed
BLAKE2b-256 67ed188ac32271bdaa9bfe4520dd8e813188276d1a30c8ccdbe0dc129e8aeee5

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.6rc1-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.8.6rc1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8a85b71d313d74af2877e51ce19a14c5e414c39e7414ec69eead130bc615562c
MD5 4ce1c7f13fff2858a24e23afdfa1a14f
BLAKE2b-256 b98f635bea7ec685eaf2c9ab6c024303accca675efb2577713a25379b565753e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.6rc1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 45a9e1c17698401fbee1998badbfc515c089e18b848cea722d095cfffaa6fd40
MD5 32a5e0dd69191f38aeaadea7df1fe026
BLAKE2b-256 2a7181fe217629b5271e509b52d162e2ef33fd5ce29c7647c8c58086e7553110

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.6rc1-cp314-cp314t-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.6rc1-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 02a60436feb6e8632bf4ee2ab4242241e74a25320258f25c1a13210c0255d936
MD5 1b80e28d9483df2332bc61302c890de0
BLAKE2b-256 a71e6bd590dd9c2384ae3848d2e7a4179a2ceb4cd8cef8980726b3a3b0545346

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.6rc1-cp314-cp314t-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.6rc1-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 891f8422f363ea7f1927f57742626cd34093e6066575f16c3e24a086a2aba2a8
MD5 f63e4431708daabe9b4c49fe12246adb
BLAKE2b-256 781991420759531825d8a5f888e4b724e2b594a23c8dce2bb1cad693968c240d

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.6rc1-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.6rc1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 61eb632f95288bc7ab9ba12b6664c5ed94181c09912282e14f4ede508c0cc41a
MD5 35e9db1c22e216dcef873b356efd2ced
BLAKE2b-256 ec6d9e32bf21485ea0df1a06333d305e12ec61c5ab40ec3fadddb9626c45f63c

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.6rc1-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.6rc1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a0463fd1b8e35df82dfd72f3dd0cc601801c40d5433f3eb111e8e357f48e1f76
MD5 6eb7e68a585af989f97477b915cd5902
BLAKE2b-256 0529e98c95ec7619a08c70840cb3526cf90f94f976a7eae91a68b7c97cdbf9e6

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.6rc1-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.8.6rc1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 feb69a78df3aec1c5784b10c6870995f9f676de5395f3073f9ab51cf1f85bd44
MD5 1ab5225c4e986da5db91307f10096e31
BLAKE2b-256 e2caae26dc7ab29b6b5e9472d4bce7ba7f82d5d7c21928481929fe872d0f2630

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.6rc1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f537308f96ddd8f8a6603821fd29f7a85912297998dbea945fbf8ec0e3a5f5a9
MD5 86665306aa05a27625e0f5b4ee6cdae1
BLAKE2b-256 0b8ba0a74de46d4860ab82262560df9f549940b9e8e7d38e182f1e68702c26da

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.6rc1-cp314-cp314-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.6rc1-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 ddf5f5e982fd6beda2037ff910d21bc083ef58d3fc8c7768d8884afc5cae3ae0
MD5 c1c5e17ca23ab7e8219fcf7ec5202111
BLAKE2b-256 67576f3d53dd032034d8b3a036447a6285a0fccafeecc3c44bb105c26ac0205c

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.6rc1-cp314-cp314-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.6rc1-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 ec7c81f823b8b993397fe6b4262298a0cbcceb3f243b9427cb87570f11628ced
MD5 b22a35ae588ad88e0de7b7cb4b91086b
BLAKE2b-256 95ac0f2203dc68d606bc4824c59441da446abf5a2b29fb0e4627f943c28ac49a

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.6rc1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.6rc1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7389e8eba37e34ff2e5e9f8278580e47fc1d0efe07fde7276ea39669e3a70900
MD5 71366252bffde40a2b875170423b6d3a
BLAKE2b-256 42f8e469a115ddfc4bc6fe84bfb28333cd1baf07750d4544083d0623ad8f9518

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.6rc1-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.6rc1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 432cceb68c166b5f4b342a58310d8d0a4e45a721dc3f263f5eb8fd5c221c94a2
MD5 d6a89dc537e542790b3d1262c8276bf6
BLAKE2b-256 f33fb076b7801332e6090c977e63d443d1b753f4fd8822551315d97f6acbabbf

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.6rc1-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.8.6rc1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bc556068248a10e42fd7f2918016f050ab9202e0962523433f471acaf17efac6
MD5 c1773958849baf1463c3ab79c4f7f38e
BLAKE2b-256 18c47a232e6b6f6e5a0b5e32636b9b4de181a8a5e2223ba688414669b7b772d5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.6rc1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ee3c53149b5441b2ebf559684fd61c6722d6e67849095662326183200452d79b
MD5 c439d2d8d3f0894e442d429c19f4487f
BLAKE2b-256 fe3b890685950f587fd1a02237076d561c8dad22aa54d3a3fee810027a7dd32a

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.6rc1-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.6rc1-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 18da67ea9cfcb460f0b997ee8bf92499bc435e5e5f1573f439c80ad8cff8c62b
MD5 5d75c5e9367cb2f1e091ab4a0aedb5b6
BLAKE2b-256 ec2d0651d31a674c305fc94e528571132d27067e73b5026f0510ed3847ab3958

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.6rc1-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.6rc1-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 fdbea7a218feea2b3198b5771e70856d7efe51abe45c89cb6c3144178cecc1f4
MD5 a36dbc096a322e2bdb4ad0b2ba418f45
BLAKE2b-256 e79be5eb301d5ae5bf86859990d4fa030301e1d6074ef9590d7066834a7b75c3

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.6rc1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.6rc1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1fb93afdbf637b7f950006c03ed22c5cd129770a73f9bd757c445f0b173014da
MD5 5fa5d7760c29cdf89ac829cdfbe0fabd
BLAKE2b-256 993f1c6413f79131d297d053635a692c196d18cc89215174787376cbcd7fb5c4

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.6rc1-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.6rc1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8c7bdcfe9a30f2da4e58830378222ed0bdb25f41ed99a738671242cccb194b6e
MD5 7d4a46a4457438bdcdd3f79578f184dc
BLAKE2b-256 21ee9030c591a90e8efffa20582180508f7844205b01a007cb6e3c704f2a45ea

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.6rc1-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.8.6rc1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a8aacb2e5f1bbe61ca0d9edb29e78ade0e9ac8ba94d5fecc5c5178012e733d2f
MD5 ed9fcc781d2f2ca7624879ea29829d44
BLAKE2b-256 7fcdaf9dda36f25ae1a7526287d8a8ad48c1309142dead2c647d423615abe34f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.6rc1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 bc65f3e6ab2774f1b1f034b17c8559c0294dc843a1863b7912e1ee2a41eae0ad
MD5 9090dc2564d2006c26f846e84c8a4f9b
BLAKE2b-256 6ba10c4180ea681b450d196b817ebfd0ff239647933c9fb4447f158ccbfc99d5

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.6rc1-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.6rc1-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 1e7a5766afd2a4113ed3dc01df21961c01e6a4c1e91088601f6717b1c4152d6d
MD5 c2083facbb23c80e0cb0165ac00b8590
BLAKE2b-256 bf36377f19e10da45708f77dc424c786eb571343e805b42d621ec65a1cac2897

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.6rc1-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.6rc1-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 c65c8446ca5a39189e2db14bd8d86602c5ce5d7dbd1e8d1be91a462feaee90c7
MD5 bd3bd77063a29087516ef45d16e75417
BLAKE2b-256 6586c4dcc1c8efb1d2d570a9e1e1c340d4c292db70702d830b39c01775e14496

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.6rc1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.6rc1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 568f5978e0ba14083a31953f73e70d5918a804bc97e1b4c33b5f08402f0b3d8c
MD5 a361bf15259f2ec006f3fee796151b14
BLAKE2b-256 ddc5aa6872e62be9de97c2f5dfd54d5ad7134be0bba16692be494be2fc7f6a0f

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.6rc1-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.6rc1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c49e370fbb0a6a3bd3e3680d788a96e162a63f76e9a696c88cdf381eb3736e5f
MD5 e37be1e40ecad10109478d09adddd530
BLAKE2b-256 283ae025957e7a38329c1f8eb11152de38ce2ec026c7a709137eebda2f5dc9ce

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.6rc1-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.8.6rc1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ba954a87465853a7428d60663f972b1f3f7b88c8aa69774202d4d88822905cf5
MD5 0f0ab6813c33b10837ed2dd441ec0f63
BLAKE2b-256 9cc84a8dde2e45fe7184ab6911fa97f121150759319d06f0373fd842f0a86148

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.6rc1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6970e4f67416bedc2e6fc0c275908acd1381c8baf47a57c13a55ea67885e1353
MD5 6eb8c636ba35e0124199fe44150365b8
BLAKE2b-256 eb87e6b6547d24b00ab7e1a6d343ea1f956869ac9b129dab1410c2200ae8406b

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.6rc1-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.6rc1-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 02e0cadd0eb4b929de91b6a6400ee49493adcf6d9d94c3d8616e4d068ccbe66c
MD5 75bc08db6a948e6a4cb3acb35c177a07
BLAKE2b-256 2920ea41ac2906389ba700693b9d9367718f8d51e8e980c335230998ab62361e

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.6rc1-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.6rc1-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 772472e10d99fa18f8f4832ab5080ff5de24afea7fcf7f83a8659af6a1c6d480
MD5 0ba866ed384661f524dd57b8fe40ae2b
BLAKE2b-256 66e1a238362d3ccc2bf71164acae3f9d78e71a656fe84d33ae5622bedc59aa81

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