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.8.1a2.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.8.1a2-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.1a2-cp314-cp314t-musllinux_1_2_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.1a2-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.1a2-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.1a2-cp314-cp314t-macosx_13_0_x86_64.whl (704.8 kB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_libecm-10.8.1a2-cp314-cp314t-macosx_13_0_arm64.whl (634.9 kB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_libecm-10.8.1a2-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.1a2-cp314-cp314-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.1a2-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.1a2-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.1a2-cp314-cp314-macosx_13_0_x86_64.whl (703.2 kB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

passagemath_libecm-10.8.1a2-cp314-cp314-macosx_13_0_arm64.whl (632.4 kB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_libecm-10.8.1a2-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.1a2-cp313-cp313-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.1a2-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.1a2-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.1a2-cp313-cp313-macosx_13_0_x86_64.whl (703.1 kB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_libecm-10.8.1a2-cp313-cp313-macosx_13_0_arm64.whl (632.3 kB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_libecm-10.8.1a2-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.1a2-cp312-cp312-musllinux_1_2_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.1a2-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.1a2-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.1a2-cp312-cp312-macosx_13_0_x86_64.whl (703.7 kB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_libecm-10.8.1a2-cp312-cp312-macosx_13_0_arm64.whl (632.8 kB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_libecm-10.8.1a2-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.1a2-cp311-cp311-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.1a2-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.1a2-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.1a2-cp311-cp311-macosx_13_0_x86_64.whl (703.0 kB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_libecm-10.8.1a2-cp311-cp311-macosx_13_0_arm64.whl (632.6 kB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

File details

Details for the file passagemath_libecm-10.8.1a2.tar.gz.

File metadata

  • Download URL: passagemath_libecm-10.8.1a2.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.8.1a2.tar.gz
Algorithm Hash digest
SHA256 39fb8bc4891ffc1bff6ff5d6bb5ad15955bb11aa6a8113ec7c37746685e12e24
MD5 b156e2230f09593e96b11b135ea9c892
BLAKE2b-256 8d2479b637421647dd94359f1b949fabfcc86ce8efa1614e7333d447aff04f2d

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1a2-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a2-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 36ad35c85b0815880a783ff0d1d3ab2fe868e3c08837df1c1d6baecabbbbc383
MD5 91c15df23750088e7953771c3c358cad
BLAKE2b-256 b2ff39a3808136c3e55b4af04bbc050fcbb8ebacd627428a2506abb47e78873e

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1a2-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a2-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 dec6c18294d3082355f6cb496406ca23da0605ea750563a179cc61de5a4ff8bf
MD5 57c7986d066fe1a668b3dfb2126de763
BLAKE2b-256 48af0bd354a789cbd155c494d01b15001321e81bc80501d75b6738af7f4dbb28

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1a2-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.1a2-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 be0efe820d7ed10d92a5c9e44e471cf4765be965bfc02bb908f7d7daa6843ece
MD5 5fcd352928cb5c0a60c2353f31d05a72
BLAKE2b-256 ede2081f6aef1fe11ce839a8ff86fc50e9e82c343d3a589a15a0d5d5873ffae0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a2-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 fa5729ccf01095c2e9ee2c95c51f736642401a7ca4be0c9e60fee65516778c18
MD5 a5620c42d83eef59ad9cbd9676c8a7dc
BLAKE2b-256 07478611d5b8f96dbb8c9fd0a8730752aee456f6da5d41fe2c21cf5b856d5a46

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1a2-cp314-cp314t-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a2-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 7d59ff6154b7c9dd750356a4b821374ab082338f2438934351ceb6291a858782
MD5 766a11b531d1d434095006de81a933b8
BLAKE2b-256 15d908c8db66f7133eb24e3c56ecb04c2f03eeccc19fd2b1f077315381448d5b

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1a2-cp314-cp314t-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a2-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 7a9f991c8e8baa99eb14d645622c997071593c71d7125b44973111f21b2ab3ac
MD5 ff18ef13c48d76c38267c6b810963d4f
BLAKE2b-256 944296a2a56130aeae41b22364905a68007b01613814e3e5d1d5e5fbcdbb0522

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1a2-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a2-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 64b774c529af7f695fed72903db9f2ae2d5771d4c850f6213e5757950f8df323
MD5 dc77decb07e4d8daf8a6cfeb4060c8ac
BLAKE2b-256 d523b85f6d53d22d6dbac87a6c91520808ff52f46c01abec3487b483fbdd6cce

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1a2-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a2-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e873f95c617a80c6d096493f316630327f3782ab7c0ee62c95165fb62917ec72
MD5 505bfc4bc5c2af07e0c72995f26116e0
BLAKE2b-256 79aef404b6f6b1c9cd4a08e793d17430f1daa161631010e20bed7fd98d94bfd0

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1a2-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.1a2-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e37f4e9da980d94b96a5890a890ca3002ed853f4913ac9de80c26918ef042594
MD5 e2f42074197a60eca63160bda8fb2639
BLAKE2b-256 31dcd39a922cbee38957e234736556af8eaa6568d05a0cec4fe8813ae998387a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a2-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c1074f7b7fd54cb262f8175502f6c57052e12f077ac9e926df296cc3b2261814
MD5 baed355b224ffe80399807209f0e27b5
BLAKE2b-256 9c12ed5b857f3b9c921168fe91b4b60b93997052cc35cc596119389422d4c81f

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1a2-cp314-cp314-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a2-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 e72e13804b692c564552bcfee24833c8da11d9b8150296270cd022faed650628
MD5 88a028c453a0047b20970f53fd7fffe2
BLAKE2b-256 b12e2a43f31e0ac2c56c87315f9b86da066df3f730ae83371be20e63171938d8

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1a2-cp314-cp314-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a2-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 5e08656cccbe5b5b32e8f4513154c146fb5bbe5563d3f35cc0c218210367338d
MD5 11ff37893c0b0dad7378ece96e474629
BLAKE2b-256 c09ae097395dc707352f291a271b58e872a3011fe2b820b1733506cee907ab60

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1a2-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 17b252698fa45d4778e85062f7a30219840187a9276968edaa881f7d3b04a38d
MD5 ec62d2bbd06df8fee3a27db94a0bb2ef
BLAKE2b-256 bd9844dced0e67489c5f4889cc2603fc12065ffe0dbcebf64d35d2d0fef7f92b

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1a2-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a2-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e6f7905b8f471544b49ffc652f48f6310f2d7feda7b57d6946dc40d35582f9f0
MD5 03889b83b1e9a5bcf86e339c169bc4d9
BLAKE2b-256 f7418aa1b0fb1b2520a8995a76eea6100538a1b55573dff850c0a399eab76ea1

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1a2-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.1a2-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9be059149f87498088e38eb7ff815de5f9c80649677889906d0b55f39ff4b192
MD5 8832a98104614fb370b59002e94f267b
BLAKE2b-256 12d084f1bde5d23e58d6a53b37b0404023231f7bd22698e2cf3be51c8c29cd8b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a2-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c46609ebed431611592ef13998afcb963d11fb87f63cf454978d5062c197276e
MD5 2d23e8b9c2406286b82c7134b1d78f25
BLAKE2b-256 7cbe212ebc8db6e88aec3790d544cf958bb76f7689d2c8f39bd12749ac4703a4

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1a2-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a2-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 5122a4b9d4bb8911c56e8eda7831268c463d9cab66ab4df92467ed182daf1cf3
MD5 1c42e9476b8ba741302613d9ac365c05
BLAKE2b-256 ce8fc3b4dd089e6b73d339358e28536709f0f0bf641f57994fdcae6d3975efa2

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1a2-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a2-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 95f6502506f4453bdb7848da73d9e8529ca0bf35a6a8699a18c276b39a788f69
MD5 43b471ee2bf96d05164d4bcfed5d9a4f
BLAKE2b-256 1a34fe6ffa50bf6193f575913b1e018291d7664c044a9bdb776792a8a4c44018

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1a2-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1325580936298015423d603fd3ccdcc76b541caca02c76617ae3b18306eab131
MD5 13065644dd936cb643c8d4e07234e2de
BLAKE2b-256 3340eee372a7b801293e49fb41b7e71c78d6527f70151b59248a6210a979fa46

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1a2-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3aa4bcf4fd4bcaad7fb4290d541c8fea2292fc088951e1cdb46d791cd9e502dd
MD5 62082e47ba4aa548d30ea39da83b33c8
BLAKE2b-256 62197f946bc742aa7fbfec3d920c259b9b5459a3822baf48710b8125123691b2

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1a2-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.1a2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0e72ac6c4c43d58d8b9f0fafc8431eb7b433fb0b540ae3e6f4fd0e2b11b9971a
MD5 33e39d7ad552f56a5687789e1ae4796c
BLAKE2b-256 2a52214fee5d560df6b21ef6196cb1ec42bf320da48ff1b140e7dbcf07dae041

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a2-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4788e1fd6c48659469ae3015095abfafe091291e4c106cdb6b012f5f1f53462b
MD5 85baf27af351546eb7c1cc148e887651
BLAKE2b-256 a923b955d46c0ff347e2297e0d6859d6b7d59951355a469e77267c370d1e3700

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1a2-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a2-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 ae96f64ae1a6d36ca06299334ff3f4c7bb8e4a9a476bf11fdd42f4b264f98ced
MD5 2ed8607658ef572e02947ccad0f4f553
BLAKE2b-256 a552ac84af768ebf0188ab0de3c198f75030f9ffb26122b331cfb4bf613279eb

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1a2-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a2-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 911690e70e55b1f58f636782700671dbeb87e1e43298704e23222f0e579d1fbe
MD5 ebb29cf9e4ee3027f1f593d24bb1e71c
BLAKE2b-256 0573913321766a07e381e21671a774ad3eaf4ca5115b73ab5d198d6184b9ed1c

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1a2-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 dd056ed7e1b690765f23ca48a6565c32aa33ae81b6049d080db8ae7a07ce5466
MD5 6372ad1e609f9a5528591eec8b00ac73
BLAKE2b-256 053a01d6fe52dba4c73ba03c6ab7873e2aedce3e0718df3badc78871477e5e65

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1a2-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9e5c755b91cdb0e9149972e3b16e9c43724e0214eaa4c29834093fd0c084d6d2
MD5 cee6cd3feeeaa1463a69df11b49283ff
BLAKE2b-256 b051188049aa2ff380dc3b8b6f9781ed58ca15c8c4e2722dfa98f45739f4233d

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1a2-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.1a2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6952f7b2d8540349929bdc94891058e08abc3cf80b579927045be65a67a880e5
MD5 6265f65b31ae6a159e3456fcbab900ef
BLAKE2b-256 0c36927aacc3bd5ccd7225e78efc0b0af06407176d2ca2bd5a7e7c18af48d414

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a2-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5e92aeed5b0e929bf945f7a960795c339af96c0c740b4e633fa5394190b9795f
MD5 9eb5a70c856684f2eda6d67aa464aa5f
BLAKE2b-256 c7bc639b5270be229baeeaae36fae6ebb346479edc764ea97e5aa60dd49723f5

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1a2-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a2-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 ee3af42a697c3ffe34499e91f6149423ada1a17f3db1da4af41cee72cbe10f52
MD5 375982f68f8133eaeac511c879012397
BLAKE2b-256 a0adc8cf60c527412f9b486246da178b956106addeb0c8bc57fa35fe5756d22f

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1a2-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a2-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 52d261dc283173ab34a53f3269ecdd5f82ce1c49663ee41b69e88fcf76b79aae
MD5 3077fae517dc65baea5f9b38b343b219
BLAKE2b-256 f70c6bbf2da82e4c1895f2447c12c0cba2f357dbf75963594a19577b2c268d0f

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