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.3rc3.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.3rc3-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.3rc3-cp314-cp314t-musllinux_1_2_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ x86-64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ x86-64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.3rc3-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.3rc3-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.3rc3-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.3rc3-cp313-cp313-macosx_13_0_arm64.whl (633.0 kB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_libecm-10.8.3rc3-cp312-cp312-macosx_13_0_arm64.whl (633.4 kB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.3rc3-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.3rc3-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.3rc3-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.3rc3-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.3rc3.tar.gz.

File metadata

  • Download URL: passagemath_libecm-10.8.3rc3.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.3rc3.tar.gz
Algorithm Hash digest
SHA256 f2c056128f74d7cde8c7d528bc312e282394eed00873e77e0ad875bf679b6176
MD5 517367e67dbec100c5f38aa8d6023344
BLAKE2b-256 25d64f0d7386bee3d8016d6bf61c5dda952abab0d14019e5d916af3c147ad126

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc3-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5acb12b0ac565ad7ccb065978e599a0762ee712c9694b12137d9d47b1511b3f7
MD5 fe539b8d08a110ab125fc8831cba83cc
BLAKE2b-256 d43c86ede562434648f4240802a672456a3c9a013d42c6175c151918c55b5159

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc3-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 568da0c02a8551950957bc1e71d0b6906794ba00f9209d666ae816029f3f8152
MD5 e734acdca334abb0fd001f2c5b563705
BLAKE2b-256 82102db9ecc76110a6c580837c2b6c41888657b0e59fed34d5075db0d2134665

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.3rc3-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.3rc3-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 91c2090f58cd05e5bad08678fe2ec44c66e10713c12ddeae44fa6ba337dfaa3d
MD5 b441961e99f6b44ce5625b374ae5ba9d
BLAKE2b-256 c7346e4388d4506b3504c4f1b7cfd3a4341f6ee11f3f9c533fef54455a8e446b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc3-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 42d4d6cfb07aa80fe44993e03036f7eb132d72a843c9c0964037b0cfe990afaa
MD5 bccf1d10c4123cd8df36309f0a8142b5
BLAKE2b-256 c084c56c106d2ef7400234dfa78153cd04520818d7bce5941dd173367f56dff0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc3-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 3d7153196d2a3c9074d7bc961e998e07b86d896c0e7c8ee2cbf3a8bbb03fbd2e
MD5 050f40a1bdbf9b264e2d4cbecff5ae2a
BLAKE2b-256 294b1328c768b35df73e2bcce3e452c067e34b852d1dcdd3dd73f98cae2defc2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc3-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 72ffe02ef3fbab64804c12e74b5e9dc869db562ac80db47da80d58c4013521bb
MD5 acce1244e01f1fddc32066e7bf5ca119
BLAKE2b-256 3b465ccc9baa942d59f3c453753fe8b0e73b1e2a8e8b785c974bc43ab057b0d5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc3-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bb89d4f8ccd6212b6ddebbdf25c20c8123f321f9b8e79a3a970a268bb85f5a23
MD5 f90759c15d76aef3c35ea02cdf2b68ba
BLAKE2b-256 7a636689e18a294f19091bf5b3169cf6ebe37aafa782c0f91a3ca185b48adec3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc3-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8d3c9be8b41491836fd253dea8776c2ea160ba66f67d116f61d5759aa3ee381b
MD5 1ea7591fadfe9b3245c1176221a0e96f
BLAKE2b-256 c8eee011438f933248c769022cc8c6f8a9a70640e7a1a1c86f0201b9e8308d30

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.3rc3-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.3rc3-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3dfd747732fb317ab308f1ab1db2d5b59054722e8271f068063d73f5f66a7288
MD5 54945b4755dc9aee92ff62f6780be1c0
BLAKE2b-256 b0c79da7ba80ff72d913c4c13631f23385b5d4b7b1c6e9f363c88990c3af76a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc3-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 02d434fc983617764117d7801c7830ae66ab54ffb875ffdd2ac6a9ebc418f61c
MD5 795fb58f1aa935384d59cbb5f83065e2
BLAKE2b-256 049467ce99440aecc505c7a536621c5d8b012bfd002f53702028adfc1d323388

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc3-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 4a23dc830e5e565ac6aa0361dd9317779c9cc2ee0d8474da8a9fe8908d354df5
MD5 0255dcc6be8a5b6c9a4403c7022b0643
BLAKE2b-256 ef47a7960846066165e74e5841dc4cdfeffa0142cc682e45fc4a832679edb877

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc3-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 5fecc25d7bd2dcf32117a497b3b915ce554184f1f54e3898aa90e2e5a1191929
MD5 5dbc5b2abff208c0db42fce189a2dfbb
BLAKE2b-256 f9d59bbefb069da0185d6a5cf0fdf804e683df3d16a6b6929c0d62b3dff65d52

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 632d1ffa7e641aff243b79690de276a77e6285cd81486ae0214b53f6b06fe169
MD5 6a6bdf60a7030f924474dbb7009eeda5
BLAKE2b-256 a95ab166fe28b52fad6bf28b601a45128f676f1d3713e953188826221145e4cf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc3-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 64a755af33fa690b639748335691c2b31aea7bb15054cb9f55e1f16b85005eb2
MD5 a95eb3262337bbbb82892cbe64b6300b
BLAKE2b-256 d90822635e12f5f0577c3a7a303f29127806bf475687bd7a4d75be40ffed3a23

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.3rc3-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.3rc3-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 dcb4c81e609e203de9fcf048b086e53ffcc7330acb2fe092fa2060765073ad31
MD5 829a49d77d6f13e0b98b6da196325797
BLAKE2b-256 55663246ca75dc9d756ca760b5287fd78eadb07b76cc14b4f95e59aef965685f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc3-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 25f4dab76853ae83fd870f25f1e446e0297d2126fdc0f82e28d9f8d81f152f97
MD5 219bb919f640c8374e11a5d18d4cd3b9
BLAKE2b-256 2af982188a00b030777298cfb06e0ac4b59a8e020392ad6e5c75ab67cf2298c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc3-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 8bcb68c7cb463d4f3167eeaa1e88cdcf529143b81ecf7b08334f815e957438ea
MD5 19370a95ce76572ddeb420ba2dd4f897
BLAKE2b-256 d682203cac7c38757248cbb66b1667569e2cfb2a8f7004bb2b5ad5328050a8ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc3-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 ebddcce6e05e9156cf48348a212a89747ed7fa18d572a14ffa13ed9efca10568
MD5 20bdabadea7cc15a4506a3c843cf378c
BLAKE2b-256 07e737d8bd9d074b8de7fbfd4ec47176fca724e3d205aaf2e9f384be28e17eb5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 721289a35f8bb5cfa40b396605d12d64610fe4df772021e0d249ae07f22055ea
MD5 c36a287aea4dda1dea3f68b214cb3ee1
BLAKE2b-256 ec968a8c594cd84d929ab9925d812c0eb3b947a7ce063c1ddcf91a85d388dc94

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc3-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 190e2f22802f4c916b4fe8f7c07575be8b9386bde3bed2be21c1a56086238950
MD5 a3b47f7f108ad22c03401d240560e774
BLAKE2b-256 a2255cdae1b957343b16c25bb7a80f419c370a4c926765db66ab172f4c107eda

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.3rc3-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.3rc3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 435a4f7f73ef015bc24dec4f67371e6a4d1f00a8700408fb6e66eabc754b801d
MD5 289a6c096be36a2be0a12c97f737aeb8
BLAKE2b-256 2e7181b32150cc5ac3ef5c7fe3549b92f7f78d1c39801192073f296c23597100

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc3-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 64ab96574c560068b9d37ac952fcefab1a015dd5d75bbd29001479f1fc769dc8
MD5 2f8939ac493ecddf60389c7dbc02ee87
BLAKE2b-256 69ba63cb8f3ae858658cc1e2b6cd3b29a3d64f6aea92e8aee39a26427b44f605

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc3-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 23df6b6f03270b93c36ad7622d24f40f020d033ce52650d885b541d71b9e6909
MD5 7f459ab139b1c29164cbff717243a5b7
BLAKE2b-256 e9dbcae1e8b2d8a2348ab6f74ddd4f2cd2910b9c268e856fe9344a0a315d1e9e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc3-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 b6500bc7ac6ea51b5d48d33667c65f119b5e8f8467f80c2f5a2aac6df638de7a
MD5 a42091354a03bd55f0afeff5fbadfbb9
BLAKE2b-256 0ede73621a91e318eaddb52c1c26200c75e55880e408384fd2f351854b8785c2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 de4c34e00ab8f5d8046d9ba21b71c65913823cef6dec7dbad059b19f80c46c4a
MD5 674fd7a02e7bdba3a353acc555a9567b
BLAKE2b-256 dc53260fd29e5f5e433291e3fd0f39f89391e860ecc7ddd9b5529dc6f6c3ce44

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc3-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7194a8ae165cd5d900ed153dc33de2da7e331c754f1d17de7ab9e42939274ad2
MD5 f999d7296bc58be686a38075b77b5175
BLAKE2b-256 ec6ee0d93f3098949afda777f8230c368d1b4a86b1858d7621e3d509c6bfbe5b

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.3rc3-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.3rc3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 638d8fa54425d4e65ca356d4edca308360b6f49eec49dc787e71d6b4ee33459e
MD5 d50da7d104fc1d764f73dd6e453ddd5a
BLAKE2b-256 eae88e9e08f0f17b890d02634413f67960cd5bc05d947493cf368ba989438ec9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc3-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4020e5813cd0339ade46cc2d1acb64b9c1eab8f38517e24f852ed94bea40e2a5
MD5 f1a1565281c8dc20609967549ba6d83a
BLAKE2b-256 59979632e8ba911967069ce69459427a32058c73caf446f690336acb41da22f5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc3-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 ba884a0cc0a838a433729d2684805021fc9dc4b0bb447610160d09884ed02855
MD5 2a788c257d23fc06b24328143a73d6b5
BLAKE2b-256 d584db435b61440c3b6669391d6d1c33a45fd99eb9c35416d4baddc8b24847d0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc3-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 5581e57249a68e93866a084467af8fb2ae1a00628f05032ad86a76a50f55d3ec
MD5 eb926894e1da11f3873eb29ba9f8604f
BLAKE2b-256 73c830c6dea75ddae275693f1c15ca039a00554cea9165bd1ff275e89dd8054d

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