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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.31-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.31-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.31-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.31-cp314-cp314-macosx_13_0_arm64.whl (624.0 kB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.31-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.31-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.31-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.31-cp313-cp313-macosx_13_0_arm64.whl (624.0 kB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.31-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.31-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.31-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.31-cp312-cp312-macosx_13_0_arm64.whl (624.6 kB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.31-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.31-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.31-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.31-cp311-cp311-macosx_13_0_arm64.whl (624.4 kB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.31-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.31-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.31-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.31-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.31.tar.gz.

File metadata

  • Download URL: passagemath_libecm-10.6.31.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.31.tar.gz
Algorithm Hash digest
SHA256 f374c6ed521da60c2db3e8b201fe87ea711898e935523dd23dfd07e19ab5373e
MD5 eb139df5aec2d4c20960f52309c87469
BLAKE2b-256 33fdfbd1ee72c59b6b70e63573f74e6c16294514d4ff121483a3b403a22cbb58

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.31-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 543f48e1a1410feae244b152ebbd4f2a7c6f866f7beeebddaa49897f07450529
MD5 a2a44c2b5997f81cba2aa8ff5f112fa6
BLAKE2b-256 2845a255fb63baa1d01a647e0ca9e003fb0a0fdf96f966e7a2147f1bad51da03

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.31-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a54eb567b8ae97b1a4744c54549a1971af097b598d47cd1baf3b14e1bbed91a7
MD5 75278eef7c16880e481cbc6b7e4ec24b
BLAKE2b-256 e2baf4f059bdf0d77dc2aaab69416ffe271104a584eea3bacffb68f4ad5ed28c

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.31-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.31-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 01168cba15ccc876126d5f01bf083b6a78dc2252cf9f2f3a761398b0f8f06516
MD5 449394f80131276f1fb99e00357fcc62
BLAKE2b-256 51078637b083437cfc92a8259dbb1d40b7edc760601a5cb4be1c9f81351d7637

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.31-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5a9a08ad7b48251fda13367df6a17b96d88c56a67c4b6fa7793a823b98406d8b
MD5 af6adde77651204b015886bd53bdd928
BLAKE2b-256 c468d4ee3bf3bcb386abb88f8324578b0e1d22f592009d9efefcc77c2e16f5fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.31-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 b53b316780523dfefceee9eaba878ce87bd2bc5348b0d16e13a296777f5d5dbd
MD5 7066dab7e3a50d30d31b9f6103793487
BLAKE2b-256 13bba79ae00a6545c535d424cb00a628a8d00dffc8c670854b46c8f9cd0fdf63

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.31-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 f904cb491269ab68c3f3d7abf07f6da416d6816b0ebd31e756684e59df25c5ce
MD5 831c9c819bfa5a9f8beddf16fefe7fea
BLAKE2b-256 961f2ee20bb141c5f47a7556d5a6cec82d1effbad376707b6fc5c78701c3a4dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.31-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 674cf84012f07ca5871fc8e0366d1f0ade6ef60c323b49107da5c9f60fb44bb2
MD5 786655a302c0de14a314d935274a80ad
BLAKE2b-256 4e1d93e9b261c3f0c3b64123e131bacae617a7e5558760c63f47d5d395c75ffe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.31-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d0af48533749334f149458aee09ed8f6f03cfbb23bd96a045a2838a39cda938a
MD5 e005a3dbf4f6c193b82b4b46727b72b1
BLAKE2b-256 45f5bb2fe7602538b66bbc37d2bac0acc87ba7aea16755cdc5d43766bf886ceb

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.31-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.31-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 91636c4c541c1755e927123aa4ca1dcdf2974fe24b5ff5bea9476556884e077e
MD5 5997ec71e100d3a8b1178cb009095280
BLAKE2b-256 c50892ed4da6b8b6fdcf0b25fefd12c0a0656b83e2780d52fdcf9e3508b10e46

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.31-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f4fc793cc0747bd284f8461cb376972e7f3b6d3fb812248e3dd1e9d90e2bb3c0
MD5 6fac27c2122dc2b8cff26fb7cfa15dcb
BLAKE2b-256 9fc6ba37e1714af1713574ad4fe6d1abf856ae43e918cdf4bf2bc10434bdd8ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.31-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 1b61aa84683c8d610b65371f41387b5fa5b25049b93fc25cc8ba929ca0a4412f
MD5 95becdffdb6dbd859c0a39857aca5ba8
BLAKE2b-256 2e6073ef098f847215a5dfe1efbd5bb0efe06bb26cc96a6f5c205696eb9922ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.31-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 a4d27777bb1136359884a1869414610507f5fcd7c3c757befc85fe78110b7cba
MD5 8132998c53532cf4bf3211621a5ac727
BLAKE2b-256 7073d323aac7be3389a9cc95b4e28971d6d1c1e3a7b1eb579ac809e561b4b6b4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.31-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 840395dc4f624a6a4bb68c964bf98c4197d633d70471014d233d6752ceb9cff0
MD5 45ab2b62f4e71be5a3fd641be0f2bec4
BLAKE2b-256 771205077965e489ad68390cb7d228ef191fb27ca435188a09e977cc922be11d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.31-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 82f4669d5847c62a47f99f843977535ae311ea22aa9451e3fa8b88439dfc4786
MD5 c0b88926c62ee8eb753d66f6fb3b9215
BLAKE2b-256 b271b2a63d95a1cca4f9f0e50eee31d2165550779b1f7f3da95791cf474205c5

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.31-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.31-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ce00a8357ce06080e972f6713c22b3bfd919e39db3f86683601b4c4cf6a49023
MD5 87016447eef36f9800e281289daf5368
BLAKE2b-256 d612822766b1d75fa7268ceb5ce9ed17503137b1fae268d983a12447a635fedf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.31-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 fda8920f8484094a846838052bce7bf6a7db72709ecb197e3493c4e768fe1fdb
MD5 e4384b7a4332440147ffff557c459a70
BLAKE2b-256 4fa8fa2aeff3659b88c2cd125a16e9ef73b2abbe9df2ad49b46f21e9f2b8f1bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.31-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 23b7f5b5a57bf3a458dbf806f62a50a4bf6bcf6ededdfe82ebbe6fa42f289fdf
MD5 36d5329e1308ba5b4d83a445b333e913
BLAKE2b-256 722e3adc4f40f74917c4bf677fb7c767c7d1e0be8ba78340314fdfabdf6ae488

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.31-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 e1446ee91a1e673e14428473ef64d32d74f0ffe6475f31f2a36f388b4b8833a8
MD5 987b4345ba06d0270fb9727245a249ad
BLAKE2b-256 ca802823c08b460b565e8ef9e6fc7d21f9bdac6676f6a23281482bb74a24dfe5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.31-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e307422fb6a50b33c82e577c3c8a51954ac0c519942c7c722c0dd5226ba9a2bb
MD5 bb8305101f19b61211eb109995ff9ee2
BLAKE2b-256 d1e8a371e8579e8544f255f12bd45d38b0a4d2a07d01e4810651871904fdb103

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.31-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b215fb2e1208a6c71341733d71844cf97c909714a7951466c20572bc44d54e0a
MD5 a5fdebcd21fabd547fd80c1c93c0be12
BLAKE2b-256 6c4cc031d06a2d85ef8ae86be74b61aae1d750cbb5aba404634ff86992aca904

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.31-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.31-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 38ec4be86359e6be0056ed299ce135812ea45c175eba5b3fb69bf24567ae21a4
MD5 814cba89b9b38883f8d79035c8f31089
BLAKE2b-256 163dd80b2558f9f2e93ed5e42029a5d6a1234afc6e6522a9c6c03ff9ac860ecb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.31-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 155d7691e186ff1e0549d468d13ddefcc840a0852a56c2c142d76d1437511cbb
MD5 397169e9628cb1b5a86faa6ee39268be
BLAKE2b-256 5a25bff7f14402a0670ccb9835ebba39e582f2071766d6ec39e69714616ee020

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.31-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 a27d0d7007e5075a982cd8e76a6f49c722aa5528c2521dc52ef3ce146e714b73
MD5 24d0a480f250c0eb4c7e793cc0c9cebc
BLAKE2b-256 9ffbf6bf456fb5510f0cb9bffbd0565d5b1a0c99fcd94cc289c70fdc7f3b13bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.31-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 2740fb5773c0626081799b8beb43e7d1eafe9503f74c659e6dd2d08d2b7cfbcc
MD5 55828842c07fe5e350d4fb75d9398175
BLAKE2b-256 dbd3a8103e48e722abd976a259ed73f29ff4e3cc9a8d97a90057fed5f219b711

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.31-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 28d5981aa3dca411a97103cb151a659eb84d2fdf16a54767a064b273c830ee8b
MD5 dff5c50e1679dbb8af89a94a77878ab9
BLAKE2b-256 e0906c1bf31c988a6ee21c89fcc29ed572119c871610bd4f680c062334fcff1e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.31-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2f5cc90dd583fe7e11121647b952cc4bb2146f3e91d5c60b99ec233cbd956078
MD5 109045c31cf183946ca25382d63b828e
BLAKE2b-256 80cb12e41aa0ba2eae89737b1718d1720747e09d53aa9bccedc357f35353497e

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.31-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.31-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 39468ec1d048d25d316a676d5c3b4cb3a8615a6ca8f0b7c76ac4603acd652eae
MD5 f77544a02b8e2f0646b3b4268e8a0477
BLAKE2b-256 e08e970d2a6d1fb10017e9b08c18f89341e94df191cb5286b04d1faadb9700ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.31-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2540c91a9069e64c959fa105fe0f6fa5676d5a20e96950884336e468d1861472
MD5 98f29c82cc60014d95858026ac372549
BLAKE2b-256 5f13de04a027e5cdf075edad952899fa8b0dcb69eaccdf710bdcbb0c10f921cf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.31-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 8e41406fccae12b6721cc07aee5d910943e982e2118c1d9ee30e102098da2e34
MD5 6d12ad67ae81ec9cffef1eea9248cfe3
BLAKE2b-256 24c9123dee37923f442ccae2f207b1839b712f9025d50f84b91d3e7518fbefe1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.31-cp310-cp310-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 7310e19a22c4f68862a9bcf624b82fdbc385d93215713af2cb862d7b9468d95f
MD5 941d4d935b5f702a50343ce0b6ec5540
BLAKE2b-256 b37833fbf997d2e2b3492d627428cd20174ef77c1dc46d6a84d98a3df07044e4

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