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.13.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.6.31rc3.tar.gz (15.7 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.6.31rc3-cp314-cp314-musllinux_1_2_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

passagemath_libecm-10.6.31rc3-cp314-cp314-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.31rc3-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.6.31rc3-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (2.1 MB view details)

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

passagemath_libecm-10.6.31rc3-cp314-cp314-macosx_13_0_x86_64.whl (707.7 kB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

passagemath_libecm-10.6.31rc3-cp314-cp314-macosx_13_0_arm64.whl (624.0 kB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_libecm-10.6.31rc3-cp313-cp313-musllinux_1_2_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

passagemath_libecm-10.6.31rc3-cp313-cp313-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.31rc3-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.6.31rc3-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (2.1 MB view details)

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

passagemath_libecm-10.6.31rc3-cp313-cp313-macosx_13_0_x86_64.whl (707.7 kB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_libecm-10.6.31rc3-cp313-cp313-macosx_13_0_arm64.whl (624.0 kB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_libecm-10.6.31rc3-cp312-cp312-musllinux_1_2_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

passagemath_libecm-10.6.31rc3-cp312-cp312-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.31rc3-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.6.31rc3-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (2.1 MB view details)

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

passagemath_libecm-10.6.31rc3-cp312-cp312-macosx_13_0_x86_64.whl (708.4 kB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_libecm-10.6.31rc3-cp312-cp312-macosx_13_0_arm64.whl (624.7 kB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_libecm-10.6.31rc3-cp311-cp311-musllinux_1_2_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

passagemath_libecm-10.6.31rc3-cp311-cp311-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.31rc3-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.6.31rc3-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (2.1 MB view details)

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

passagemath_libecm-10.6.31rc3-cp311-cp311-macosx_13_0_x86_64.whl (707.8 kB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_libecm-10.6.31rc3-cp311-cp311-macosx_13_0_arm64.whl (624.5 kB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

passagemath_libecm-10.6.31rc3-cp310-cp310-musllinux_1_2_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

passagemath_libecm-10.6.31rc3-cp310-cp310-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.31rc3-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_libecm-10.6.31rc3-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (2.1 MB view details)

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

passagemath_libecm-10.6.31rc3-cp310-cp310-macosx_13_0_x86_64.whl (708.0 kB view details)

Uploaded CPython 3.10macOS 13.0+ x86-64

passagemath_libecm-10.6.31rc3-cp310-cp310-macosx_13_0_arm64.whl (624.7 kB view details)

Uploaded CPython 3.10macOS 13.0+ ARM64

File details

Details for the file passagemath_libecm-10.6.31rc3.tar.gz.

File metadata

  • Download URL: passagemath_libecm-10.6.31rc3.tar.gz
  • Upload date:
  • Size: 15.7 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.6.31rc3.tar.gz
Algorithm Hash digest
SHA256 3c564da5bade82458c05258a3173c4c0c2e6a5e3375a59ba91b2349f486c72c7
MD5 a4bc28b3a55f955edc0f097ee28df309
BLAKE2b-256 f47d755d6663f31ee1ebe1d009cf82518c67f84bf0de2ddd265bea8c8bebb0e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.31rc3-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6020f827529f0b0b7429241f9b6b9d5d8f40ef6d04393f8ce0c55c5dfddb43c2
MD5 8ef66b5f7a3ea0152612b4bc79b8cef6
BLAKE2b-256 2c5ad4548d0c792ff88136483e341f10f5b56b2677d484eb1395c1d4348fa653

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.31rc3-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3e7621587b437453aca99573c983891f22c4680cb17774c292c4fa10489c3430
MD5 4ff74a766d77e0694d5ee6bfde2dea06
BLAKE2b-256 e946df7a3b258280a50628e26544beaba38e77b04ced70064c1c2a99bee54c88

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.31rc3-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.6.31rc3-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b2e517871a9c0d9fb258eb692db15a15cd9c141efa3968f696ee51483552d822
MD5 56839e6b641a10a9b60eac4f9afebb6b
BLAKE2b-256 1731df93674682e2b8e93fa86966d987f6a99fc15a2822a098fe92257bda88d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.31rc3-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a18e983897cdf4954144d9084fdf196a44efda6138394923e0eff9f618846ca6
MD5 6815dcd4423aeec499d12361c94a3911
BLAKE2b-256 4d1386d2b0b3e5cecd74b0402390564bb364a4293efbb8559cf91aab0a21744d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.31rc3-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 c34bcf1e4da82c71d7758d59363d7caa6876323c3ba39d8960b139285f84fb99
MD5 0f7fa7e5956c5aaebc2089549ac54b72
BLAKE2b-256 0c4ba8831146690ccc8c4fb128629d9c691ef5f22c8834f1af894cea9812bf72

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.31rc3-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 23b15d77712d700912a51be42b1dce5b8c099b210a593350d7e73d46d1860a2b
MD5 8e7df00ab506128a7d0a286b71551a2c
BLAKE2b-256 88b112559ccabfb3d079a4f6523788ad6b259fdcaf6cd6e8c46ce604efc38907

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.31rc3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 daf4b02982cf1f058e0d6068aae4f36472145ccd3e34ab8696200832835a6e34
MD5 16875e70c0db753ca68ea28965550ca4
BLAKE2b-256 5d22bf3d74093af6d43259f0441c4d66ebb74207a2a642986f2a1fff90ebd59f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.31rc3-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 40bbef5b85dccb77774c534b86f2951ace3fdf3d7f77758c26e6785868dd8c58
MD5 01f8de7984f747ea40680722c1ad5ca5
BLAKE2b-256 1e90376aff38b3621c464f10d53cf6e2ec9084bd8514d21cad36ceb0157ba2ef

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.31rc3-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.6.31rc3-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8cd3eb103796ac97f13f678907d6d2a7ae0012c2dc14d42493e72488bb9f8b39
MD5 4c044cb2622e28fd3aa86d545ddb8f44
BLAKE2b-256 c37540d276374dde1ac0dfd2c95469613a30dec60e10e1e318f98f70679bccf5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.31rc3-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 275810100fbb028838e2456216708544eae2d30262420b4deffa142cab860a9c
MD5 87d552126ebd44b3dbf9f4b12efca9f4
BLAKE2b-256 9457fc9821510719c4ce95fe0e42e904c1d7e90da967aae1663295a8e80ba712

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.31rc3-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 60420fcd2d2f4742744060122c2b9ce870d9d8b5555fb4d534d11494cbe6cc1e
MD5 609c7847a3c2b4a7bd3a904624c02f08
BLAKE2b-256 013353f683f5e511d67b3eb9f096efe93b326a31057661f16caa5ecd38d3e6c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.31rc3-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 df619f94027fe33d861f1c6c3502112651bcc2b74dc73ee761277e22729ed341
MD5 cc56c0807d9c678513a86fd2013f59b5
BLAKE2b-256 42e5ad2f5d6d7144dc87b93d8aeb9c80fc7c4444464442235ab1ae085d48296a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.31rc3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2d06fbfe41b14f02aaa85478bb253d569a6c9bae92ee550f6f6a228d9ea8a403
MD5 118d0c52785eacdc0a41dea8e9a69969
BLAKE2b-256 7fa57a35d54cf67e66a706f2752cf89e62db52c8e8218e8e0aa9e96425476eec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.31rc3-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3ebbd5c75a846027a7504312c0bcb24b08b9679a67b7b8237bee6d05759b592d
MD5 25c8481d48cb37576b4d2b101472f285
BLAKE2b-256 b045bc7982a169f42c1397d52d636312731b236395b5bcb8f21be37a1bef169e

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.31rc3-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.6.31rc3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 66118bd37e8a99aec880fa8e9c73138964530e000d18e5c99f8e6a909e9e4931
MD5 da737f2d064b5f046c9a860e87e7cbff
BLAKE2b-256 d06baea398cebe73f48fd4c49795455e6ba9c0c086aeae1b89a155c3ae14ed6f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.31rc3-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9aa254dd8c1bfc5b9eb364e312d6f95aa0f3260cd06349ee941d7b09e1ed385d
MD5 b6b5edabe0a06b54c22af5b491d35840
BLAKE2b-256 53b24a2508f3d7ce1f4ffd94bc8439529dd1a27ed240e50c971803929d87a87b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.31rc3-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 c7b7d151faa0357566f5d33beac53c7363e32fbd23371a5673eda54af236a9db
MD5 16df1c0b306ea2bdeb62bd1e86eb3d12
BLAKE2b-256 59bdbbb1ac73835a083587c928fba67844887e9cb6ad347f3b2a5a4a694fed42

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.31rc3-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 51a72dd2129bb498f48fc7167b445dd6bae77ec00b62b62d0aaaf07e2789d28c
MD5 2dd2c88f1d78bef3914000039e94955f
BLAKE2b-256 54371fac29b5fa56bf4438153d41b96d9e56641bcffa791b0525a38eb200db6c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.31rc3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b404e881976eab10a910f0e38900e7a4d91a7eb2a2cd64b76d14a05d18b1277e
MD5 f9590b386d70c35d1a173b2b3c6c28db
BLAKE2b-256 5e4a0f837c2d81d7558feacd411935320f10b2e36495ed4bf6735b81221529db

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.31rc3-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2aadbb1ade64831f7424e182f60d2f79f67a2e86097adbfa1923fffc51abafc0
MD5 3b07681c2690a6301e4069e183e89fc4
BLAKE2b-256 bfa5b747de2edad2366c4485fcad121f887bd5a8e13bd56b1141955eb0c08ff8

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.31rc3-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.6.31rc3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0d3ab693f18a70d03d32c37188dd4c44373242527c900d452d64cdff81c1a449
MD5 d947ed892f8d1b4a296074b31e603bd9
BLAKE2b-256 6be6ea0ce36961dfffd0a2105fb399eff73c55ed61183fcf5f642028b52569b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.31rc3-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e6a698ba36e1b06c2ea37025b130da65f85bda8146fbedf986350a31e722bfde
MD5 6f1f4bbdd9e40ade9ba6f040f490d1fb
BLAKE2b-256 8e67247d457b8fea0ed5aa4045064d9408ab96f566647c4135105408c8a45e32

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.31rc3-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 e4eb3620a4a073ddfeace837b2db47be380edd9d02b8c0113d198d9e11bf7630
MD5 487ca8091be3f3c3720ef0be0b704218
BLAKE2b-256 d5f468dc10f659c0fc37a6425933293a6baee1538eebcd5303dd0a48509a3d10

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.31rc3-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 3038db1df2f155dab0a60bedcaa752f5adc048392d3b27555bb0bf1d1e64e2b7
MD5 acc1908344caeb69324a28b8a13656f5
BLAKE2b-256 04d4da366f2d5133769316fe4bf6f02459f07b958067095e928c02377804b1ce

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.31rc3-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.6.31rc3-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bf9accf8531dd0fbf4f849673781bfd5d9319b42fc041ddcd6d15f94b41e3d13
MD5 c2bcd055c03ea07ae4bd03814c26dba2
BLAKE2b-256 2f9fa387b815634c05a07549ac61a1ace156b23592059d898b4f4c313429072e

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.31rc3-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.6.31rc3-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 23755ace4e47dca7534a74e982c94ab48932675dbe37c11311e7ac36a4e7d1c4
MD5 836f1ec8d5f9093bf03bbb319c3c0067
BLAKE2b-256 b8757a999061a8675e82f52b869022609bd981be0d19ccebddebfb8a1cfeeabb

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.31rc3-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.6.31rc3-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6fe7a564951989b3a7840262f93ff20c051fbd14a18a43a0f504120ccff2d1ab
MD5 7c73458610d44989f086f14bca30b099
BLAKE2b-256 5da8ef0b92ae986999124a3c7cf7fb543f141826570c4e31e78df07cd92c09e6

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.31rc3-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.6.31rc3-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b2c333b2db64c574591194f466a0f1d9af0d2d45fcaaf8c143109e3090120652
MD5 0cf4bdad089f5311567e69f1b51d16c4
BLAKE2b-256 617681250cd3f0b0641491e178226daf6fad2a70abc515fc4283789acdf61312

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.31rc3-cp310-cp310-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.6.31rc3-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 d960097ebf35ee7c18c629681dc62427be2fe8de1960dc580c9ed90ebeef749c
MD5 4feb973795e810df3f8cef01fbbc475e
BLAKE2b-256 5f03268cdb80a4b05f4f2d1c7f1c65a17ed40417be1aefe12eacf9d35a81f033

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.31rc3-cp310-cp310-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.6.31rc3-cp310-cp310-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 5d96e03d05a59c56c21083d8c3776e4bb8153a0b0e74537b8fa43115ff76f4d2
MD5 97f1305929ecbd2eba7413201643cca9
BLAKE2b-256 62e40ee5176c0894a01468fb26665c6f8f9d399e8eced8946ef5f9ab67b60467

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