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.38.tar.gz (15.8 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.38-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.38-cp314-cp314t-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.38-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.38-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.38-cp314-cp314t-macosx_13_0_x86_64.whl (694.5 kB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_libecm-10.6.38-cp314-cp314t-macosx_13_0_arm64.whl (625.0 kB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.38-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.38-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.38-cp314-cp314-macosx_13_0_x86_64.whl (693.8 kB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

passagemath_libecm-10.6.38-cp314-cp314-macosx_13_0_arm64.whl (623.8 kB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.38-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.38-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.38-cp313-cp313-macosx_13_0_x86_64.whl (693.9 kB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_libecm-10.6.38-cp313-cp313-macosx_13_0_arm64.whl (623.8 kB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.38-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.38-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.38-cp312-cp312-macosx_13_0_x86_64.whl (694.6 kB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_libecm-10.6.38-cp312-cp312-macosx_13_0_arm64.whl (624.5 kB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.38-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.38-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.38-cp311-cp311-macosx_13_0_x86_64.whl (694.0 kB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_libecm-10.6.38-cp311-cp311-macosx_13_0_arm64.whl (624.3 kB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.38-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.38-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.38-cp310-cp310-macosx_13_0_x86_64.whl (694.2 kB view details)

Uploaded CPython 3.10macOS 13.0+ x86-64

passagemath_libecm-10.6.38-cp310-cp310-macosx_13_0_arm64.whl (624.5 kB view details)

Uploaded CPython 3.10macOS 13.0+ ARM64

File details

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

File metadata

  • Download URL: passagemath_libecm-10.6.38.tar.gz
  • Upload date:
  • Size: 15.8 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.38.tar.gz
Algorithm Hash digest
SHA256 ef27836b8bad03e4628b4eb1c109bcb14945d1606ef1a4df249946057313511b
MD5 71776e4a0eeb906d143f357044b502ab
BLAKE2b-256 7df665c7f031f036e0ada26e8bddb71d498645d5e826d9831fbc118ed03e3276

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.38-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d660a1d88165b5399360971030ebd699bc504d86fe4da8456fc5cb6f27e1945c
MD5 d60f2bf0f26d89d17bda92af92cde7ca
BLAKE2b-256 65e15113f099f2d2afc252ee612b6f0b673479fff841b522cd3cec8081368f8b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.38-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 478b567b7c61f371d0c4ed40d6a7a8f7e79c30bec6dfcbb8b0ce67f83a481875
MD5 91503d8b0c054b9c5e41f6c59fc94420
BLAKE2b-256 9ff4f12456034b4cfee07221415272517a53a10b757cd8bc86346cf81e8628d6

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.38-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.38-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1b0d7ecd8aa00830892bea2a6a38fecabbaed416f02f01f0c9817611f6b7c1be
MD5 0aa9382d1aa2a21716ca5851c6c5ba03
BLAKE2b-256 6e062aef10217c8c43b152263d41ca3065ab502425b88dc6a1d2d5b69c664625

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.38-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8b9af29a2c3aced1d92e82da298a097ef493dd0ac328a9e93b6e24d427e2ef3d
MD5 6fd00ebc7cfbd4e5d3512024b3d27c84
BLAKE2b-256 72535e4d77ddd4460e491096c255d50e2ee45ef46be89802107406c350cc1309

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.38-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 d7222f0a02728d044dcf4469e6ade37a72c4461a97f1a71ea0c965ed27111fe3
MD5 bce747f1be4ab3866f6c914cdf70fc5a
BLAKE2b-256 2c9ba92b7f65990496fbe16c2bc884e63cc4f8eca607503908d30298b0130774

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.38-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 95a43843a78eb3a40afd9f82e430833f63dc8682ff8678f3b5a05f68b2da37a5
MD5 51dbe388dba45ef93d7422c0505013e3
BLAKE2b-256 d1ce8c47610613055f2b9e85b6a540494cbbe3e6ba8b707c2ae2ca82d56463e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.38-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7d6d48ebeee87f8487a5367c2bff8b0e5a19f6093902468bb71b8ea423d9ad5a
MD5 f0c2b6539a0a093300ed160928d2544d
BLAKE2b-256 dbad32ef505efe5ff04b2a420517e218ad42ebe945f4bd5bbd050dc29071be07

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.38-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 869c4e6c88be46ca1a5c348dd35c23c741c4df3bcaffeb56ebb62362a166c13e
MD5 29199363a21fb59f30432f8116ef5cc5
BLAKE2b-256 50f77ce6b08e30c43920e024c03246c2112b9124be4677f5fe0f17c9df9e9a83

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.38-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.38-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5e5d91df8ea19e6d643faa04dec82ec751d07f88b9b318a04659d6e0595a250b
MD5 6125aa959720726bb9cab404c074fade
BLAKE2b-256 72e874c97d229d460677b8c1171ccf8d4c7c403ee1da22359a06724ad75f1ade

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.38-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3998ca59c4d0379bc578aaf15f2ab44d5671e0a45ea51b8dc90ac4b9215f9f66
MD5 ce168c06df7f636c493cf76fc1aa53d6
BLAKE2b-256 08867d2986c74c294216e591ede55e545ed334327101560efbe986191692747d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.38-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 12ed4660076ca31987e614f8df6ad552f360953bf09ce209c0df8b1739cbd6bc
MD5 6e926031aa95b05d94a5fe871c8afc7a
BLAKE2b-256 0dee2ac2cd9b12cd8f1d2626120d703f76b48bf79c7b1a3a90008835eed3193a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.38-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 d4053744113ca5f288876f86f628a627f40e57111280355792fac651c6c545dc
MD5 ce7a435fff9ef94dbdfb7064983b1ff0
BLAKE2b-256 e99afb83d9c1d6643fca316d0f81a752c4fb28be9550021adeef01e497539dd3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.38-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 773194d4b6a2c3bba17710dbcb0e40fbb38d3a814fce25837f57906f5a7c6646
MD5 042715326af4f78f3fee3961cca4be18
BLAKE2b-256 cc2df2a7768b07da7e890d2f66555eb03d6d8246c8e511c144852023f7ef6b89

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.38-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3bff3c145cd672189c6b95439df43bf1756769d1145e3927350468b9d4eb609d
MD5 7054bf31f236d5544ca79e463b97ba85
BLAKE2b-256 af7091a407af4de3563f8ec9b76a20da9762a095440302a8b0ecda63b02f5977

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.38-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.38-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4b8d9e7bb173c71fb62e78a4641370fcb83354a460ccf4abd1e512b73820a6b1
MD5 28a8d9c5fb59f4c98b4d9a6f7a84fc58
BLAKE2b-256 57099d89b5471f0003e2c153ad18b09acaec7300a1238d39e7bfe801be61453a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.38-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ead31960d596d8d748f3b7676fba52fb737222d2bb8852cb865a61bcea0c0708
MD5 07c4a72209b077dcb4ad55dd6c5de4df
BLAKE2b-256 6f50c0449a5b785fd629ebe650e399a9008ab8e0e894de9fb0b08e1467c27582

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.38-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 929d576a22fb72a9f17ca7db23d98a12d867ad460f6df4d85fed6ca9807780f3
MD5 e2e4771363abe45e51d67e3c3f5319ca
BLAKE2b-256 a5e94470202e9f224e1f87a65ec51057722e2c68f8c16c5f1320562ef5649f28

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.38-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 17d2732bad1308e554fe215d3f22f8af7fcb6abcfc01f3368690387bfe8a5491
MD5 5543c5dbb0b6c266651ebead4dadd3dc
BLAKE2b-256 5bd9e847823c137f91d6fd39b82e4207db90b5ddfb35861b917768e59ca588e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.38-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0438deb8dd84a9f36d51b625e79db2d4a2e9ac3a394666dfa72dcafb1b264474
MD5 ffb751339675a7146f564096f66d9ede
BLAKE2b-256 d3f861a088c12417b244cae55213a0e67b49ef8621a9a68b8763aec7b7f22295

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.38-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 26d53159cdd22061126a5e5b5ec86faca66cbd445fac0cbf260e45c11b160f64
MD5 3fbcbf3a85f129ab70fe621c98769447
BLAKE2b-256 cc5400e0a6f0f0c4d2afdfa024ddac4cdf4a77596016e6ec91c6d6f894e18d63

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.38-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.38-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5367d4a84cab769c70217c099f1403e241a7995f7487b4ce8106f62fb4af5bc0
MD5 8f1bf043fdee494cb5940a99c7242de8
BLAKE2b-256 347c55567e98aa90f298027d3e2de4982d65322128630930809b70bd8372734a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.38-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 04a35fdffa0b0ffc97043a0e29f47e58ef4bcb1d358d44858d06d890d9e49170
MD5 0b464b2b4f28458abce95156db73aaa9
BLAKE2b-256 7a97e6e9d89ad087e82e2523f0a1436ef519802cc18b8b04b3fd6c1d899699be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.38-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 642671bc6c7aeb417247b6be1d6b3e72bc2c7eeb0d95ddffd9226d65c87cd6f1
MD5 eadd63c23a41c496985b1a3f0885891c
BLAKE2b-256 e0153168eb40e0f4e598486bc782c4ad407963cf7314aaff5cea62d887e92998

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.38-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 107b36db461c0fc025d18ccdc825b378a18392a974a732812db9a02c0299e1bb
MD5 69d7d8c4c93ac166b32b206daaa14c62
BLAKE2b-256 bbff33e0f8e65ec84feb7089c3dd3a9a478c8cef59659b2d88b97cc8148b3088

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.38-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 86936b62e7127ff044514d981fcadc39db53188c1cc93747f05540494ae1b538
MD5 6711b77e2fa9c103890ed8dcfacb0612
BLAKE2b-256 c6bc0b4d37a879f6380798fb199215ff0c61afa2b3f10cd257fbf9c19bc01338

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.38-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d0e5a90123c421f9b9f6cb63b1f988109b4f0ae3b2361979efe623fa606eeaee
MD5 ddc46026d3f1c9f0a45ff76d575c1e3e
BLAKE2b-256 008fea16df92edb2f1a6652b459364d8ac074687b4a502910c067cd6d20a60fd

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.38-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.38-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 02e5eeb5ac26896b3f2282e18891e03cc10f4aa5e22c13b0500cf3aa7eb55ba5
MD5 3472bba5512387319cedd7ccd1db0fcd
BLAKE2b-256 01e4dfd4d989ed195674a1108e4f70f4e3e1a048b0e108cd25664722b85db48b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.38-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7b380724cce4e15d70b9480c63c9d656e03b436d200464d95f4b0d533a96ac7d
MD5 8d3b39e163173dc20938f2557a0673f7
BLAKE2b-256 716b850aeda217cb90935545a7e4888bc283c99c1af4fc2594db41e8b5ccf54a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.38-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 dfc4c8db82e5157df92307ab19e460f27ff3244532f80adf77d3fddacb60682d
MD5 3d8b7dab34aeddd388ac4bebad05612b
BLAKE2b-256 19b0af706657cf247fc729fc0c7ced13caedfa296451c99d10a5fadb903f906f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.38-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 3a63441c460d0848bfa46b71110001d8ab5fec1a8ca3f50d5487217476314cc6
MD5 7cdf7e709227e1d302cdad302fae2c25
BLAKE2b-256 4aa69251119b8d12c9908828386a80591002cbac1be8db6cfde7dd84b312b8cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.38-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0ec382fea163fd079b33572fb6fa57f98a0ea035a3e055b9e1959c23240455a2
MD5 aeda6c6ce7b99f0d4e5d5af00b6c3655
BLAKE2b-256 b6781d10101e154b1a59adc9315886b5b6560a9673c16fcb9893571ca104dd43

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.38-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 68ff6d9ea67e446672dcf7a0c9199607629a09489633d0c514404d96dd18f99e
MD5 62e8342a36ec88eb861d4221be56207f
BLAKE2b-256 36a923a2b9d7cd4f7fe46e6a5038ab771f447ce2f3b93170e0893c168af7dc6d

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.38-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.38-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4ce25f2dfb0de7252dc435c631b9d103ff42dc38d6448591b08193bea195a175
MD5 55d52eded90db4705b75754599228925
BLAKE2b-256 61503e4d5c79da9994c7dff1d133325297f94b9849a46c40c7e02030d572857c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.38-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 64fbc12439ce0eb69698f45b20e1357c0207ad43fd01639164efc818dd0c8ab9
MD5 012680fb162cf1a945254a833cf1a071
BLAKE2b-256 724e1e8c284e0d8cd6050145b6f99b06c40571384d7a73e368cfacef61876154

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.38-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 5a50f5b62f680a269f2acd82a435a21412edd3ef7250ecd5a2d824d2607e0472
MD5 9c488804785bd05d63153788134ca8e8
BLAKE2b-256 df2d2c917a20345899b069bfdfa71312e884327523421711de88ff1d97468a82

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.38-cp310-cp310-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 b5e6973d4d8209a34b8207cb892a45a143ebed95cf9ee8e636b4f1769b0148b7
MD5 7a3e6e1866c7e330fab8c851e62e279d
BLAKE2b-256 7107108b5f9bf616f59bb93ed2524f92ee28bf29376df0bb1e2b427349f0039b

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