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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.3rc2-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.3rc2-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.3rc2-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.3rc2-cp314-cp314t-macosx_13_0_arm64.whl (635.5 kB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.3rc2-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.3rc2-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.3rc2-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.3rc2-cp314-cp314-macosx_13_0_arm64.whl (633.1 kB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.3rc2-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.3rc2-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.3rc2-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.3rc2-cp312-cp312-macosx_13_0_arm64.whl (633.5 kB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

File metadata

  • Download URL: passagemath_libecm-10.8.3rc2.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.3rc2.tar.gz
Algorithm Hash digest
SHA256 90190779434596bf1e64f00593a84b5761874cdd313a0857dc7a53388f4a8f30
MD5 bfe7d445bb918d8324513a9a4da227de
BLAKE2b-256 570e13a582760a907f1ec55c6770778df081332f10d5518db925b413ddc13425

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc2-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4adb5b4473203941f60e515b4ecca9d96dc8ee3fd40a0036b6c4e8cbb1b093e2
MD5 faa3db0b2bfeccc32934396615f9eda7
BLAKE2b-256 9f164a2ddb4134a5245d3931fb877e3c1b0ffc0e67960f570785ab51b9e9a7ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc2-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7e2316eec03b42fad6d063f6463ecc80c4d4dd9a3384500d2f997a788440b0ab
MD5 8eb360bd65a5c2d20f4ed907c5c823c7
BLAKE2b-256 da6bf7b97edaebf86caad7c73b50eea9830f40b02852a2bfe14f6ac5cdc4a2fc

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.3rc2-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.3rc2-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 56accded952c4ff7e8440e4ed6552876cbeb1aec1ce053272e145e2f1e9abb42
MD5 24506fb31dc9fc15a1b28260c85fa20d
BLAKE2b-256 023dff1c5587e12c0079c85b02befe4b8bf86708ec52a9ccd568cd3892904b4a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc2-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3b89acb7cd151a3e03397997e124a0a912fa0b8e9270801366c5b5e1b75ffe37
MD5 b11ad6954732e5ec786b0d01a80729d3
BLAKE2b-256 6a07ff4a1781fbca637c25330a9d85c44f98af8f55859ddf61d129da51c89078

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc2-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 650fafcf47717c925890613d3e4b7a8a6467d0ed36e13059a69c0f88494ab823
MD5 b7981f0633f57305262965a45249cc3d
BLAKE2b-256 1d8510c1a38be26dd3f3e81b9b5e45987d528b710e9d1dc740e9e94d52e682b5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc2-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 b614f59eb1bb12da4cdf49c7425f2cc9b2281489110f1cfadf85f5d5544759e3
MD5 27770b62013ad169a5857a44ac3d7841
BLAKE2b-256 872eb74abf54afeaf108ce76ac996c24bb8fc67a7d5d919002704d0c4750b825

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc2-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c53c894b1dcfaf342a003c6a9f08811bbd8e2fb9f63802a0e4e762fbd4c6038d
MD5 4e79bdf343808542c5702a4a86d7ae55
BLAKE2b-256 011403e15c54621bb67384732150838ab73a97614ee494ebbaa8dd885797550f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc2-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d2bdaee4cfed48f799572ac89ffa6722552e65321a8696ad1f032763128872c0
MD5 ef7e51d631f1e274b7f9572979db78f0
BLAKE2b-256 ee796473058996c7db230e7d180bcd66083a22eb84ee9c5cf65901697ccce618

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.3rc2-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.3rc2-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 187203150d37f44e4fb78734096a45c36045b5040bcdbad4bd891e756e2ab016
MD5 4322f864d0e0ad0aff8b8cba15650b06
BLAKE2b-256 0409f30d8393d75b56d0fd66c0030ecf6416ab39c46a6f9226c068b3a56efbe3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc2-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 08c85c65ca3853df9e6d90cf8f207e04e4079b0600c93117ba9f4c5c2c4489c6
MD5 e894fae3375457b884a938515a368dfa
BLAKE2b-256 30b4777a27c249287d43f07d5c50e32a971e4dba68d3a1e8d2d00e5617f0faab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc2-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 255f586ad3031982211d2c2a6c16fea37927df762dffc16b8770d3c8124dea58
MD5 96629e084d7684508507019e599d4e88
BLAKE2b-256 06d9059ec2640a9fe3080d5b8fe8829d9b9203958c81099606287b4574b564c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc2-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 b1381064653b321e4871d994e145f7ce8851f63f459c2c385ed5f6bd565971d3
MD5 14d5da56f3c43c7ecfeb5876fed1d7ad
BLAKE2b-256 c7d693c89e41e7c68adb2f96c296d8c30e73bc64540b984e9d4d1dc9333acfa7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c3ce9817e21fae368bed127290be0951cc20fe69c53e2ad2921a70979317e150
MD5 bdba2dad7a32bbb0eaa3960210370b32
BLAKE2b-256 d2d93b03f7fa161944c54cd2c17999a47626e2a0301ec43dfa661b64e2ec8af2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc2-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c52609f1dfcbed57652f1c15a34d7c8f897b88070f1673b451efd976b0b89649
MD5 7c2f5624132f3e38c88bc643c67b9461
BLAKE2b-256 6ea2dcbb78b9cabdb1f9664b08fba73194598eeeca91ef030e7562fab4c9759a

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.3rc2-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.3rc2-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c40cb7b6dcc0f629eb0ddc8050c341432d3c879eb7b8a07f3d83fa5d533127fe
MD5 ffa660b5a2db30935f2bc4bbc35d3f90
BLAKE2b-256 568510520043b35de12636fe29dd65d3056d5ff02e77fbe82ca7f9338549f9cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc2-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7524dfefd6119d9e0192e9814b4dff98b8d88e71484d4c01cbb64f9958dbca20
MD5 6fc3a0ae954d9c64ac486629da85b38d
BLAKE2b-256 524f5b8ac686312e66d99c1cd107de647af34345fc87fe5f8fcdb32013b25b3b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc2-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 9b711c90ff4e4fbba3f578aba0e1cb43236ac74bd540e1ebe5434e819facb2fe
MD5 fea03cbef6b918baec879f8853635faa
BLAKE2b-256 d93d48e5da423b22665f54f8e338bd80e0cd0e301e83ab3fc9bf42531a4b55e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc2-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 dcadf498ac3c7ed13aa5422c67c55c5e4002018855be5df75f74e35f885aa7ef
MD5 50af794188f49f8e38ce01f28d752538
BLAKE2b-256 f3040a346926dbbf1cade188c75dfa1c6e5fe695eff7b0ad0f35261b945d493c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 50b6eba512b476f37e77623460efdf0923ed0e0591791d91aefdfac43f449b6f
MD5 d0264d9a13282e33b5569d573c3b55ad
BLAKE2b-256 bd8ecd073754821ad847cc71fb4a4301d9f39b3236d410edf3aa5b9dd591dda4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f1efb5f7df4995d1fa549df331dc72b00b7573dc6b296aa325dd77f3dc7f40d0
MD5 2c9a188831b15825ccef3076a978ed0b
BLAKE2b-256 4fab17776c15c3bbc7616e9c694452040e1fc0b87bba8cc6d92ee736751dae00

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.3rc2-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.3rc2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ae3990cb4d35c8afaee01dba882abee28d7ec9ccac3cd667731814a3c780a052
MD5 df94ed81f63aeb78f204876aabd3e8a4
BLAKE2b-256 d95c40d0d58bec4e1bd28a4cccd4a0b5b379b754c88b91c2ead3574cd03004e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc2-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d27784597b6824aa721c93c28add7b1dd0c53ea9eb7a72bdfa37a5175aea3093
MD5 59ed6bcf2529ba39ce9c2c7449a3e6fc
BLAKE2b-256 b854e4e81e464b05f2cc61c89917aedee126596eb8d480c8a089057c6280d478

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc2-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 f698f3da9f6b2862fccd18e9e525ce2ea8873bbeb049c530ac0a6519a3c7f7ef
MD5 b895698e891823eccc2858958033b04c
BLAKE2b-256 a5cc586d67ca6c91d8184309309a5d1bdc98da9c8b850a59a54f4a7c206d3e7a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc2-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 9db0a08542735cb738b30bc3e69121cb5bda4d5470929a58073d8c6eb90961cd
MD5 4be7aafe05244706fe5c517dc345185d
BLAKE2b-256 49e187a0ffc1bee464e5cabdac4ce27636d1c1b9ae806a3d097a2961170c604e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1fb5da459b5740c545b023d5ff5994ef1e9827f900917029b3d13d9e3a1e9acb
MD5 358bfc088840a3cba9829ae6d306c439
BLAKE2b-256 dedaae8513efa17a45cad43e2ff31d6603a8f22d5c3d9636a672d9bf116e3073

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f2539ff362687f1f19868b98eeb7530f194881c046b200dde9d3315b401146ac
MD5 cd5b98840976c8c00c365c974b7088f5
BLAKE2b-256 d2713faa51367a78eeec02495a082d10ceaa183a6ebf0ef7042c6fed18b90c53

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.3rc2-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.3rc2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 315f493661bcfe6b56ab7e55de69907a34b7f69eaa62a2dee43edc2d7b38c522
MD5 e3d6ed5008b60c81fbb3cf61508f7c88
BLAKE2b-256 ca88f3b3376da37aa1559cad5a048e8f8073de9e7e245e80bb8d6eafd8a02f92

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc2-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9189c7cae1698c0f3e4e7f1d6a2f103bef2e24da64a98b340c127ff3fb085159
MD5 5615b60e0794e3fb4e1d17e4e3e0e30c
BLAKE2b-256 80116245f6c44e69d9e7b144a24de963f5bbe909e4ca7038b16b68084fac84a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc2-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 373a5f9617ab5aa25d5174155b1eeaaef2303a439a2505419de9653374ab537a
MD5 7471342108b9d1a32483a1b7fa98b303
BLAKE2b-256 77bcdcc4a94418987dc6beefc6af3c894963ce434aeaac8429f2310463c57606

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.3rc2-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 6244cc6b7dcd053fe4a117ff711c81dfc141d1a6694079209d154cc40dd8a55e
MD5 234838efc5f13e11f5bf1969b96753f2
BLAKE2b-256 af623ec6786e4d08acefce2a1aeab42ff1bb86eb33c7930269c1c48e8c4b17c5

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