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.33.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.33-cp314-cp314t-musllinux_1_2_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

passagemath_libecm-10.6.33-cp314-cp314t-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.33-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.6.33-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (2.1 MB view details)

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

passagemath_libecm-10.6.33-cp314-cp314t-macosx_13_0_x86_64.whl (694.1 kB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_libecm-10.6.33-cp314-cp314t-macosx_13_0_arm64.whl (624.6 kB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_libecm-10.6.33-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.33-cp314-cp314-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.33-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.33-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.33-cp314-cp314-macosx_13_0_x86_64.whl (693.5 kB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

passagemath_libecm-10.6.33-cp314-cp314-macosx_13_0_arm64.whl (623.4 kB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_libecm-10.6.33-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.33-cp313-cp313-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.33-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.33-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.33-cp313-cp313-macosx_13_0_x86_64.whl (693.5 kB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_libecm-10.6.33-cp313-cp313-macosx_13_0_arm64.whl (623.4 kB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_libecm-10.6.33-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.33-cp312-cp312-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.33-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.33-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.33-cp312-cp312-macosx_13_0_x86_64.whl (694.2 kB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_libecm-10.6.33-cp312-cp312-macosx_13_0_arm64.whl (624.1 kB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_libecm-10.6.33-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.33-cp311-cp311-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.33-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.33-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.33-cp311-cp311-macosx_13_0_x86_64.whl (693.6 kB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_libecm-10.6.33-cp311-cp311-macosx_13_0_arm64.whl (623.9 kB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

passagemath_libecm-10.6.33-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.33-cp310-cp310-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.33-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.33-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.33-cp310-cp310-macosx_13_0_x86_64.whl (693.8 kB view details)

Uploaded CPython 3.10macOS 13.0+ x86-64

passagemath_libecm-10.6.33-cp310-cp310-macosx_13_0_arm64.whl (624.2 kB view details)

Uploaded CPython 3.10macOS 13.0+ ARM64

File details

Details for the file passagemath_libecm-10.6.33.tar.gz.

File metadata

  • Download URL: passagemath_libecm-10.6.33.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.33.tar.gz
Algorithm Hash digest
SHA256 d566d6ef54b3135a9eab8f6d5a1230fb29e96b2331ad48d11661826d1a2aabbe
MD5 b2f0b62730a19d6f020988dd4ab38592
BLAKE2b-256 fea7d4ba5f4d5a276e5fa028b675012f5b5486491b17bdfa480537fe28ccba6f

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.33-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.6.33-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bd247b020b2aa3571538de613ba51bce83dce34988e9463010247ee04bfc3fe9
MD5 36f8f5087f0d39b703fbdaf434b868c7
BLAKE2b-256 6a0e1ca65ff4ec02144ea223d0a878898e803ed02903d7eeab81245ee3d56e79

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.33-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.6.33-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c9883364d4ea40e32d805c170bc93ea802012713a21594e1ee50b7e98fa22f4b
MD5 d980cbc7394d1e97929eabec46b33824
BLAKE2b-256 e2c879ace1896a556a0693880ec78b7147c0ab459df4df2993d565da8491c545

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.33-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.6.33-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f2620bcd8fe160c7ca80e1f6f652dee58d4b89320f4881d4b6986cba1ac52967
MD5 7f1a795846c73b42dc411dc27be7c4be
BLAKE2b-256 7912627bd4f5256f5e4b6fb09843cbcb2f19688fe4b114db552e839b1b363468

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.33-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5ba5e7bacf840c75260703a9de1c7bd30731d65b7bb11a393737089a88ff41fd
MD5 c3f54b5463a1270550199e84ceb8fed6
BLAKE2b-256 23688285f47c1553db43212a4b95d48223d068adda1af5d229cbf79eed150a6d

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.33-cp314-cp314t-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.6.33-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 bf3cd90ace0304d6bdbba4d79df6a28ada0a22807f38a94c4314bc83b2f2339a
MD5 5409c54440dc6f241c86f1328ccb2b01
BLAKE2b-256 dc0c268cba2bfe023a7330ef906d6a9576dfac5390ca24cd3950ee05dac0aec9

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.33-cp314-cp314t-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.6.33-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 17496d54d06ac318183bf370a311a3b861b9d576251f528d747ef4727d933b73
MD5 464b771ea7db9ac68cc827d7fb1bfa26
BLAKE2b-256 78d0e384dc13ffe0bd9a1df3ef7e8d265ce519f95540af84c6cb694f848f2def

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.33-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.6.33-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 858a25c3c0ce789965db3459f1e659a6de946ed885625ff2c176f27db4f80573
MD5 ab98485e782fe308eeb0773e41d88b3d
BLAKE2b-256 58c4a3af2d33d1f435bd5c9c38af7207558e2ccbc4a919b07210d031b378cd29

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.33-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.6.33-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 eef17dca9f06e414a38d784c1632c5da549dc9548d1da1b6387ca844a8da7734
MD5 f14afa77cd17a7de52a549925bbfca5a
BLAKE2b-256 114fc135d6cb07fffe757a40c15693fb8f0e76bd9c1b6762d95b0da83f3f147e

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.33-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.33-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0ca8f83939eb670ae2f2375d6b2229a18dbb0e99bca5f243d0629f94fdb559a0
MD5 cf6ba7a6a6f4149038274549ff191739
BLAKE2b-256 ec0fcee6963bfac273970bebf3385720820d2b64760809b37c1fb5afe98326f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.33-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b603d5c3e2213af18a9ab7f4d8c03b24fca9e28dfc8df09aef23998e793c31a3
MD5 0ee68cf9a24c3e3e2358773788ccddb0
BLAKE2b-256 472a9403264c4a81c0b4aade876ed18713b933fa5f5b8be7a128b95e072ae029

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.33-cp314-cp314-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.6.33-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 94d348e2060f342f9bf07f14c497ec052dfbd1fdf7907a3dcf3ca57abda6e72e
MD5 e35b1109ac0a7b0c850dd3967b82d00b
BLAKE2b-256 a4c152c2a699a047a729cac22616e9aef6564d5a4c8337fcfe2f3eb90162c9be

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.33-cp314-cp314-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.6.33-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 2f0bd77a5e57148ce6e786c3f5146b46a00ac37f5d4a53b9603d05c577f46e49
MD5 49bd323c688b8574242e751b5b8b9c2f
BLAKE2b-256 1b41a233ff7bc5482f37b3b77e52e42feb78f436bc74644eed12066d9d707730

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.33-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.6.33-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 534cf737e51f720ad2c58f6337b7bf5a112e83bdcebd31ec177a6413256a4fc9
MD5 8ba5fb175b7ab2ca88176605e2b2f974
BLAKE2b-256 610fe8c8e245d1c11f715ea2cb03af5c6dfb0205f4878837525a7c096f292e85

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.33-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.6.33-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 780d5209f0f5c699f2120d5197009a8eb68e1ef7a92e2b92c929df73fccfebbb
MD5 6518b423e72e94704a2a92af496d2f60
BLAKE2b-256 7155cdc8e0ddc0159f5645f50eee2dc633da943195fecca3b2948e89202efd33

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.33-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.33-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ff9c4e56ecb454c6c81719c9bf5072e6c3f210dcfd5b3af64d91033a642fb0c5
MD5 1057be8f111c409f86128fd498d1bf69
BLAKE2b-256 8711b36f2a8b466fc89a45e43f815a349deb0a22f673beb7f61ed135dd218ff1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.33-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3cde95f4239018acd476b8470917a0e07a97b7a73e8208e14131514280ebfc3e
MD5 29caacc92cf919d731b4e0019f854873
BLAKE2b-256 a7f3517c6ac3dae3bf0113fab000de415ae0e75a3311bc0768a58d56b2a77c25

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.33-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.6.33-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 71825818d3b39d3e925794e537479d7e65b8bf45ce3d668e81a059c325ec0dbb
MD5 11b25c75d7aaa75d76436e5aee87f351
BLAKE2b-256 887f7271b8513cca03992d07107adadb8b8b767feef008f01a734f51a06c0cf9

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.33-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.6.33-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 b0ec70af81adead43ac7242b7cb81438dfb8e82efee9fe47547799403dbeef2d
MD5 cb3d43145eecf4e674809de15d379b5e
BLAKE2b-256 66380f9164d423e43f10289e6ff52434b6db5ae0e8a25052d05638895238ec1c

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.33-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.6.33-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fa167ba863f36f0e497289c4fc2f4eda56b0669bb01e68c31b043b3cce958264
MD5 1ef6b9e06a66da8cdb1d1d12be0653bd
BLAKE2b-256 a3e7c13e67e84118f1781d34905a1c46fd5bfcbb6e50494d689c9f340d02a627

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.33-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.6.33-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 282a8d0dd8babe87fafd797c5939d4199678b05f1665ce8ed189a703d5fff5f2
MD5 caecdd2fcc51fe8fa3d77d69bc06bb44
BLAKE2b-256 511b7b394d0559729e1659b2b401f0f29fd98dc3bf080b87a1b17e8d45b4278c

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.33-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.33-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 82689b0876a6953ec84c8f670726f30da387c4a629dbdc702b82e90bad43484a
MD5 dee93a9263ce47c17d7de76c0c95b8fd
BLAKE2b-256 32eb88842e1893d4c161ebb4f15e95bf590f2092cf4c45a4f495ddd425a940d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.33-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 83632dc3e668939323432625a8a666f826a57c0b12d84c26e8e060fc92d069ea
MD5 037954ab224f951355e837652aebf390
BLAKE2b-256 fba955d3993a399b4eb2382dfe77807e13542ea5f87a1a2ea89ab419292cd4d5

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.33-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.6.33-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 41d662749e5367b60295c014f89725625b44f41a95f81e949df2135e2c8fa7df
MD5 b6185f45df40814878ca4268a413ee4d
BLAKE2b-256 c1251a2a713b9d30e91f70b7242bb97fe4b7b2027fdf2f9227fa8eab2610347a

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.33-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.6.33-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 32c5a5fb6063e1414a279f05f34ef40afdee62782c709b7c1181c90b23b8d3c6
MD5 fd6fe1f764626d48df4813a06938a526
BLAKE2b-256 aba74b3560f5eaf187efb75b2ea1b5da525a333fcac5856249dfd859f46aa284

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.33-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.6.33-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4abb2df39ea826b1d24338e1c1e28efae416cc5e8bcc89190bb1a65637dae564
MD5 61482fa4b4bd8751917462400e7cff8c
BLAKE2b-256 339bcf6cc562bc2c8c6dc3c9e7dc3bb7c045445a77d13b282a72e73b8e309d55

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.33-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.6.33-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d96ae031fc4e837536a33a18d37b6026f803e4130aeabe2d742c269845ac41ea
MD5 ee02550625a3d1d855712c08ab95c646
BLAKE2b-256 7d98b255f51abed9cfbc716319f166a052d11b95b34e3669a30e95273f9243f4

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.33-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.33-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fce14db5e535f445c4c815ee743f554e232997a25ab8660ca541424ee4e4a479
MD5 6f32f0c96e35b0c5c6fbb51774d62489
BLAKE2b-256 c02646827461cb7ccf2c34bc8ae3536f4f54cafe2bf8d4ebe79f76a74a91e718

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.33-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4456ec543a2613506ab1f2002dac0d8f9c3d4b8ef395011a6c503db27384c3a8
MD5 692b27377c625a95dd7d585968835434
BLAKE2b-256 0a5c31fa6d58a6d7f3bacf9bb085996947ea00f09485a75fef6ffdcc681cc8f7

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.33-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.6.33-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 9bd51f48392ba42f3643b77d6d8a2d56513c2736d513522615292d7bcb51a88d
MD5 50f2dc032b7086fce20716a9877256e1
BLAKE2b-256 abef20a12477973657a30cb7c99d1e2c387c68bcb4d295b64c421e8794f5d542

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.33-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.6.33-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 72d77f571d01c7ea4fcb7b9b3790eedfe20a2957d1692243c460edf9f4193415
MD5 addd726df040330d5a88b07a058560b4
BLAKE2b-256 ce81867dd6a95748354b82c2cc523ae021824d84a8433bac8916614e0ac533ad

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.33-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.6.33-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a8b6583f96f9222de68aba6b8d40ac4f226f4a16d1c50a2f4d0f55124e654a4a
MD5 a54c08e73c7e0186c893c78984465ed8
BLAKE2b-256 ffc617df22f90ec2ce9abc6bbca7dd2aaff5e739b95ad11ce03b012b5f6ef6ca

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.33-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.6.33-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0d548144b073cb2f92fb04af0702ed63d880a805f63f1b92cea2ad8dd41c93c0
MD5 729268a88ba50691f6d8188110adc47e
BLAKE2b-256 90f9e4d0dbe18fdb096423b2fe635037f60a9310fad2a253476fd6eeaeaeab89

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.33-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.33-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0e3be9fbba0c772a4e4a852424eeed4b3f1fab4d62d2723b6fe2466909f8b550
MD5 74c28cad712f5ccd4f71c40f64b48a77
BLAKE2b-256 5fcdef4cea67dd2cc1964811f1337cfe05f81447a3a2a53c64f7ccb61dd8738b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.33-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 cc4fd6b7ed1ff76493bcd33a04475b0477ea368f683b872c2c348652a255d1aa
MD5 837e32f1414be9f729b47defe83826a6
BLAKE2b-256 955926b58f8c57d75411143bedb58a25cff463a914bc104d561bf2ca521486a1

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.33-cp310-cp310-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.6.33-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 f9c9d6321f8ed6d9a0e18fd0ef3edf930ac497210738e154a9978c6ccc47daaa
MD5 ab3b6a95323775554ad1d32f4899eaeb
BLAKE2b-256 42b435e1ef24e146b5e1906f798e920a83d994fe61e5cfdbc086ec061d496665

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.33-cp310-cp310-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.6.33-cp310-cp310-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 9651847219b3564db9893ec2931b0fbd1de1069cb74e6f550415a1ff8477ab88
MD5 e41768e0ee825f151697131a67f40379
BLAKE2b-256 988bbb3582b76a6af5ed37c5e3c0c50fc093834e1a9bb47f58610de0c1900082

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