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 --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.8.3rc1.tar.gz (16.6 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.3rc1-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.3rc1-cp314-cp314t-musllinux_1_2_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.3rc1-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.3rc1-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.3rc1-cp314-cp314t-macosx_13_0_x86_64.whl (705.4 kB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_libecm-10.8.3rc1-cp314-cp314t-macosx_13_0_arm64.whl (635.5 kB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_libecm-10.8.3rc1-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.3rc1-cp314-cp314-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.3rc1-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.3rc1-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.3rc1-cp314-cp314-macosx_13_0_x86_64.whl (703.8 kB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

passagemath_libecm-10.8.3rc1-cp314-cp314-macosx_13_0_arm64.whl (633.1 kB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_libecm-10.8.3rc1-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.3rc1-cp313-cp313-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.3rc1-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.3rc1-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.3rc1-cp313-cp313-macosx_13_0_x86_64.whl (703.8 kB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_libecm-10.8.3rc1-cp313-cp313-macosx_13_0_arm64.whl (633.0 kB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_libecm-10.8.3rc1-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.3rc1-cp312-cp312-musllinux_1_2_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.3rc1-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.3rc1-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.3rc1-cp312-cp312-macosx_13_0_x86_64.whl (704.3 kB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_libecm-10.8.3rc1-cp312-cp312-macosx_13_0_arm64.whl (633.5 kB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_libecm-10.8.3rc1-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.3rc1-cp311-cp311-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.3rc1-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.3rc1-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.3rc1-cp311-cp311-macosx_13_0_x86_64.whl (703.7 kB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_libecm-10.8.3rc1-cp311-cp311-macosx_13_0_arm64.whl (633.2 kB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

File details

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

File metadata

  • Download URL: passagemath_libecm-10.8.3rc1.tar.gz
  • Upload date:
  • Size: 16.6 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.8.3rc1.tar.gz
Algorithm Hash digest
SHA256 756d2194d4d2fd60f28d211c650e4e7db07d50ec54a5c33a646e3e5563bda6db
MD5 2e7dff3d928132ff0df37caf8573d065
BLAKE2b-256 b33920ddd3fd66273e9888827b13073cc4508e4bb038484a96b7d56646d161ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 739fe946c5af95362bb1a71223dfd4e53cc21499a3a60caba8c9562e49a07ddf
MD5 95c911292bcfaf7630859fb781c7f329
BLAKE2b-256 007c7cf4704b19715be98e670ee3449de8b16e0765e46029c64597b1e93b69e6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 74266ab8113874fbdd44ae06e0fe23e85af6584f9491c9f419cdee0ff2e36f4c
MD5 3330574c6801db692880750005407c8d
BLAKE2b-256 a8798f2a18772b2a8f61f665aaa17b7879081ce5fffe2802425e13d7ce2334fd

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.3rc1-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.3rc1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c9dec7b1ca34e4fc2f9f9eda67dbb816ad9a8ea3ecfcdcd589ffebfe1e4c3e2d
MD5 50021a7c86819bd6504b10eb522999dd
BLAKE2b-256 181716b78509ef1df9282f6fbf565ecd9ab50413ec6e6ca6abed7b8a63f650c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8757380cda81c83e199bf92c9c7d9971a4d50eacd651d3e431178470bddf9d2a
MD5 e89b06829a96cb8df59c62bd6c593abf
BLAKE2b-256 1262b58d8e3983b1e2c29b102f98385d814788071c2844dc708a93d002dd65d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc1-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 0e8f013c318614fdf6c7ed4834d599c4f446bc57cc92b8f393444c09a47b7ab5
MD5 00bc756afd5faba55d60ac0a68aee284
BLAKE2b-256 14dd1a73700244cd84fed2ec5bd2ece90ce40c4badf666beb837e623b501cf10

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc1-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 64f63ea50edd4c1cf0a4fb9b4ee6a01074495424ac276bf17414b6123014fa90
MD5 8d390ad44b279bc9e97f2cdade1329ef
BLAKE2b-256 2e651ae4368d82a155d6267f0568858d54ec18a8d7fc48d8cfbcca9227d34a87

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 661730dbdd1260bc9be01c327bc13eb7efaa7bbcc1180eb8d112e11739e20f86
MD5 893a507948da8793286b9863fcaae26b
BLAKE2b-256 c4251d37c6789d5c407b19166150e27bdc8d382e945e8547d9a729b4fc9e62d3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 57b3b8e88eb655205b9992520dfc66ec5bf511ed495137dfb9caad38682ca852
MD5 46947b1b6a71f82fed0c8c1dc862e446
BLAKE2b-256 3628d6b0da755e7e969a0bea5ef41fa79ca0c2f5028f06aecc85f1983b81fd29

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.3rc1-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.3rc1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 37f5f6c413c60e2f865fbaa67608d7721d1755b18aed2b416dd6a846ff4f0fd4
MD5 d017c6d5b97be7bdfa8375561ab2f67a
BLAKE2b-256 e4c4ac1919742dc6d0668acca632bdecc3302f18df911e2f00203c2255d40c4f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 cba6e2180b6ee3dd980f4fc878fa775e4238880fbd10a830945abf5726251f17
MD5 d33317107d41870160aa64b6a3b54cc3
BLAKE2b-256 5a72102410ee33f2dd2aeab4dbbb83a2e55afc54fe3659e807ed0f1e3e986ef0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc1-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 918e2276773e4ad6bcc8bcc268d12bdd0c1469ca13adfe15d7168d5eb0dbcb52
MD5 65b27a05a6a840a9c6b135373cfe6310
BLAKE2b-256 dbf7c83e8f1c740339187041384c37e6e49c0f702927db0c73e6d3a4e25e3269

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc1-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 e6ce254cf44ff51b3a537df8b45d098d69cff30972d804abe4a3f293726b40b4
MD5 d71aa816b60af3dcface599e09081bdc
BLAKE2b-256 1a0f75fb25e8184f4a5ff198acde41e0d94e439ba8de9aeca8d66c347d33f55c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5e68db1b3608eb33b0e465f107139eb3490e79ed5ae58bcfbf1bff840f58d9a4
MD5 7f9b82c4fe138153d2f422d207176b90
BLAKE2b-256 3c4b9eb357b5cd6dbb3330ffedae8dfad0a61a5f6efb3fa4a7ca573a6c8575e0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ffccaa5251375069d05857af865ca6447ede1acbbb48086ddd6b7980a03f9c26
MD5 71abe61e265f091324cbf746610385b4
BLAKE2b-256 152c7ac9eea9feb147e6fb90aac924e991ae7a8a107dc2d7deaf293669b3b713

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.3rc1-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.3rc1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c5615fa9fea77cad1957577124e21a1f141bebedf1ee33a07365b82227804968
MD5 3287356b1c7b0809528ccc85961a6983
BLAKE2b-256 0d6ad6875044f9bb97ce6fc129999b453e83394df046baee41c68302e41b97ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d418f5dc24526187174fed2c637b9ac30b212f03d1064c5e70ffafd1fb513e4e
MD5 bf691e333f073f5144ca258c3a600162
BLAKE2b-256 ed8f4aacb141b17832429dae72cc5ab7869eb70989cfa17df72917620d364bdc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc1-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 a58721c408674b21e259abe1458c9ae7714b30134eb1919b54dc614d28fa0977
MD5 93dfd43a38968f25bf35dc4c77d68ff8
BLAKE2b-256 ffa08fc124bc2b373a3931c277c7d847170fdbe16bb47159d81189696fb781d2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc1-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 6bc831a779f0752c987488f0c6a50a0be86825890a2d28826a55aa1f03f5e98a
MD5 db8c38e527c9d84791ea3ae1f7d946b9
BLAKE2b-256 c20a3ba1901083d30bfcc7965578eb952ddd8f61180251820a15101f12c4c954

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ac0a3e18b131507b3593cd8bb0516c90df42ae21d4435800f2b4737d4b2b62e1
MD5 9ef096c4333c42ea36f8fb3f834d21a7
BLAKE2b-256 152c0d6b2069cc5f5ea6de53c1540221aec291d14d7b51931dde3fe759324b66

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 501938e94a7241ec518e017a73c0cdabab227593f4d272248c2ede067ebacbb0
MD5 56c434e23e34a57736caef5e876f95e5
BLAKE2b-256 733d2f5e149b5456b346b92f335f4587e572775b278a488b291aaa61d2db462d

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.3rc1-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.3rc1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 870e67723fefa7901a1d4eb1e38c86feaebd0a71f4abaae25e3202a8d15350fb
MD5 9dbabe0981de768e4ef021afdf5c5e89
BLAKE2b-256 8427a242512d26c34c90c905a51ae90cb41b718ea13ad2f0553b9da22f9ec88f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6b548d06adfed8b6298ab6a0dccd8f0492d02ef514542620da4e6abce7145456
MD5 b9e0d59fe380b10fa099bb77a6b16268
BLAKE2b-256 7ff4fb2d62d9f2b8c1ab77eb3c844b002e82fba94c00cca06cc4f330de8531dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc1-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 2ed1eb0f3ad91e318f9e4a56993a24282e6429624e9538ee30588cd17c4564c2
MD5 4576b2a454d6e9ab82124159113f26b1
BLAKE2b-256 67972ab6dfc741e6f8b41b7311afc578d4dc30fcc840d2c3addf04b910483d2b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc1-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 7001b303ae38093a3b35c00c8203063c439e9341e57e2977e80c7f61c62b4e94
MD5 dfe3c1a32d8dafd1349e5b137e1879bd
BLAKE2b-256 e0881b69ad680c268ba367970d0ec05394e221b241931edeab551a65a32ffa4e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d8c66338e8e4988e831fa56cb7e7bc9bd26da91e626735da674be4b049f7a0bf
MD5 37208c3f69685c290e235e5277d1d5e9
BLAKE2b-256 ac42ffcdda79d428f56fe61363584e14ff4239aac648e5bf09f5cd603d177e09

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1b3f5d007d14be1fd7e91cce92bdee2c98f6e624f88b0e99611bde4a87c321bb
MD5 f15d2bfa5a9b5f74d7823f6cd7ee223f
BLAKE2b-256 5e766e611b65ce19c746bc9c5d736971bc87cee6dcbefaad185af115a4821f74

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.3rc1-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.3rc1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f3eb44df9cb9d5e27e554251d756d5f5bc66590022a5b117899fe7609fb4b957
MD5 68d2494536229cdccb8efd7d73c4c4ec
BLAKE2b-256 9ec61cee5e2ef65fd351602cc6558a9eb9ea4b07a3da5bca61c2676e99b9bc7a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ddc98347dcc448878a3e1023e176f6bb01605949eb83a2bc63de26bdc4ff10c0
MD5 aaf8454295c079515458324ceda4f04c
BLAKE2b-256 0b82f83e43695ed74095730ecf7b1149589dd338720c6e5c0fa91b0701dcdcc7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc1-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 e486cf182ef9432a8fc43f96fa3f357de72c2f4fde4401647bc766f4c2915b3e
MD5 028d72d8c12eaa755d302972eb7a0d17
BLAKE2b-256 66b0fcd78bbf6088558f1efdc3dd0a42ef29747731ed20efca775bb6c18638fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc1-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 772c30b335ff7d476fa7c328fd4674dce9ec96cfa8531779c95c4f1c21ed33f1
MD5 336ed724703dbd58f33597188694b5f4
BLAKE2b-256 aedab699a901f1bc78d7569e189881400181e51903c9de8dd90bcd2c5f9fdfd4

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