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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.40-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.40-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.40-cp314-cp314t-macosx_13_0_x86_64.whl (695.3 kB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_libecm-10.6.40-cp314-cp314t-macosx_13_0_arm64.whl (625.4 kB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.40-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.40-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.40-cp314-cp314-macosx_13_0_x86_64.whl (694.0 kB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

passagemath_libecm-10.6.40-cp314-cp314-macosx_13_0_arm64.whl (623.9 kB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.40-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.40-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.40-cp313-cp313-macosx_13_0_x86_64.whl (694.1 kB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.40-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.40-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.40-cp312-cp312-macosx_13_0_x86_64.whl (694.9 kB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.40-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.40-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.40-cp311-cp311-macosx_13_0_x86_64.whl (694.3 kB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_libecm-10.6.40-cp311-cp311-macosx_13_0_arm64.whl (624.4 kB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.40-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.40-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.40-cp310-cp310-macosx_13_0_x86_64.whl (694.5 kB view details)

Uploaded CPython 3.10macOS 13.0+ x86-64

passagemath_libecm-10.6.40-cp310-cp310-macosx_13_0_arm64.whl (624.6 kB view details)

Uploaded CPython 3.10macOS 13.0+ ARM64

File details

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

File metadata

  • Download URL: passagemath_libecm-10.6.40.tar.gz
  • Upload date:
  • Size: 16.2 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.40.tar.gz
Algorithm Hash digest
SHA256 2496886703414a61940354d745c6660493f94ae47a0f963e4853302cf31a4a1c
MD5 adb4c48e9f0c80f12cf8d973175b65dd
BLAKE2b-256 5c6eb7bc2493e2bbc0fcd79b92724695f78f7ed70e2791fbfb564f053c1d489f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.40-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6c1a38791db639057052565a3ef6c9723891cac236670e023d1409b951da9725
MD5 8bd4de0423683e55b9764f59847d6a11
BLAKE2b-256 d550e1a48f3fe9d2ba196d9874c51e842d8973dbc27fdbf39d71b365cb79152b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.40-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ff22fed1f85f523168e021e2cd4bc9fb3d8fcc3fc4221987b6ab6ef1c2eba937
MD5 a5007bdf4373b7176048f789c5485a4a
BLAKE2b-256 3fc54490d4988037177e7150f59626d82e572c1d7c421d377eabd7c2ba8e1779

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.40-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.40-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 18cdb487317443912e7a5dddd8c5cff5c6f0277a5aeb731352d8ed38dec6bff9
MD5 d3975235c9c581cf08a0bd6d4e75b4f1
BLAKE2b-256 7e3930876c3d82599abfcd273fca2b7285188cfc28e5d36566ba1f2d896bc885

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.40-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f85ddfe4122928d5b81eb1f678c5049d0d99992da1a029d37f6e9926d4a270a5
MD5 fb9b31a21c0a67e5081414f039bb6540
BLAKE2b-256 a91c356e937432186fa65ff13ccd8f4f7a69df67b77a04ad5f24e687032b3528

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.40-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 64542f33993164b1aa5c84d83239709aa716673e4afbe7cc910728decb6db8e1
MD5 17c13d043a4ffbff67904835e69dd31d
BLAKE2b-256 d9aff897c40e128ea3df247307b4c92ecaeaa0b042bdcde026150e3a4194fa4c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.40-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 14dc38b30d08a34fcebc0b471cf557bb29b8c65b89f531b9d5c2d1134501ffe7
MD5 6074b28e191ded3d9eb6822ba73e54ec
BLAKE2b-256 06e7dc2283e46e74792f5bd0edc1310502b8012c34b4cf298901b4e079edb578

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.40-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5331191d5f2a75ad4b9775ece617221d10cfbd6ebd9cf917b19e3974b0e3955d
MD5 db3a4eb45c3dfca8b64b03a5384b0cd2
BLAKE2b-256 961fdd51ef12f8abd742cee77f28ab274e8d646874a9bcfc0c430d581f917de8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.40-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4a1a44baa995fdbf69f8255ecfee27f00ffa7783b26941b34b66e988a3ea6f67
MD5 0a32df49098149d512655e14c1fbf064
BLAKE2b-256 3f6c36fb9be7546eea29a53b1b8e333f7926b7400dd1e9eb5fe1dd6a18765b08

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.40-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.40-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 526cbfb1b6684eaac8c6ed0c1702d07107bb16f4ca8536ced3d9a0890581e314
MD5 0208ba18cb3b1d32e7428cfe95ecb849
BLAKE2b-256 49a6e5228cba98a3c2d35be0a1924ac695e10e64c19b9f5411b626e9c7f52f20

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.40-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 140bf382e0a05aefbe3560f63143322341a16661d5296d6942a0d8bdbcb928cb
MD5 422b07998ff06df52e1addf91efe15e1
BLAKE2b-256 b5990aeada7163652193a51fef35cb54d56f244cecfd273cc137e446d01b1bf9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.40-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 2a6edb042e12eb802e9d310cd24dc2f7d60aed750d15abf3781b5bdd81fad462
MD5 e486ca8fe2e6b29aebf30e5bc106c121
BLAKE2b-256 306680d3360e3b3380d2faa2b59d671a9ca4f7ac872b1722c92d37d714bfc9b7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.40-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 8e9ec9a67f51052daf07917bc9b76d927ded47eac1eba7a988d1eb8b630dad6b
MD5 f5d196983899a9fbbae6e290ad271a47
BLAKE2b-256 8afb2eea245220c03ccc4996286f52996194abed158efe020eb6effbb268eba5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.40-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 110b1b219f646355c8122d4ded61447d8e5ac611a18e82c9393f6e77cb689af8
MD5 b433a544f411bcb5b30325f0d9d75a8c
BLAKE2b-256 9f203a7d521081b5708ede8ea16694c5c3ab61affe2742a081d9677d724c99c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.40-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0f730ad689eecc6f7087b785bea0ce0fcfaf534ad1f779dfcc01c77f8a827330
MD5 f220ada673868c9698b2d882cd514a33
BLAKE2b-256 5baa17aeea7fa215cac41bfb8f181a07f6ac912bf598697e6657bf8976547ad0

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.40-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.40-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e6d87d1a84c8601934f86889f7dbf9613d409c1e008f62684b452529a84c0202
MD5 4808b0ad31330fe3b30228ff63ec8d47
BLAKE2b-256 39248ae5254d27ee1e4b7fa2824371a6a827fde431237e4cf4bae79f789a314b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.40-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3e179eceb32f7e56bf9a5f581053782417daa93506a65d3c4b63fa2ad95efd75
MD5 ca95403c20dc1a4f97328698df563ebb
BLAKE2b-256 10d2b569a3274409c8052d429deccbc9fe2382af773797271164eb7f02bd9335

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.40-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 1512d9eedf533f31dcf7b03fc8e808d7d3d2ae77ed6ec76b3ec53083b847f8b2
MD5 5b29153f6bed4577d53251362e1295d7
BLAKE2b-256 8e22644eb4959a763b8965ee129c0d3e41cd9670284e9c20525f1a760d80a7cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.40-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 0b8fb14566edb055fba45aa3cc391e5e72d0e3cae426e74baba984f5303f5f75
MD5 e9348861e405bb521e8b7b1def11ff9e
BLAKE2b-256 462faa1ce3ed6475fc785c59319f494183b8ca042e816ab0877173c00510096d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.40-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1fcab11aa06802b21b1e65df8ca62ab4a79f0aed96dc66cf14e36dae83919c59
MD5 27148f86c6eea8c1271ddc845f035d60
BLAKE2b-256 1d1c6174cd8503fd886e40ffdde6567639434725b4c1cb8ebdad9b475f5748bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.40-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 86c43791d2d03f9bc98a129098184a0260c53d0e32cdce46463e6c4fd321f4f5
MD5 64b2d8d5ce4fa73d1ac84cad95be3667
BLAKE2b-256 ae83b90aa2bf03a0d567b4f119e22022a42c6e413a72a4b30ce116df9d5aa245

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.40-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.40-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2df3edb782736d491980ab73d45269e0914845ef8bfa6a61801ac07c8312cf2e
MD5 4e49bcae1f9666519c118024ab612d29
BLAKE2b-256 8ac0c857148c40271fa5f5f9aa7bfab34069b1c4d9d8862c0323c70d21c053ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.40-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 062ad66ecc6e7ce6cb49dcfb7a7b7a36865a1475c17be2a6607af493b35eb2f5
MD5 ad7cbfca005de9dadb31159b18536791
BLAKE2b-256 ae0a94c8cb9da114a29928490c1fd26f1dc11e0a9ed92563b2cacfe537a4b0dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.40-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 ba890561407d0d9898f8012adc5358a22216c4857ab5ef87ccfdd780f6b89760
MD5 1a91130f5697e22431cf2b58dac8790d
BLAKE2b-256 b577a6681da2a1bcfa558fd02dea57ab8a45e693029a9bc817032b48b83b3ade

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.40-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 d5fe5d758115fcd04faf7c8b6678a885fbda745f811032e8cd15936559b5a5e0
MD5 20e79830a091efa3fbf7213534cbe253
BLAKE2b-256 be8171ebab6824a3cf56c32bbd68366b32c66643906d1a3edd9a88e68aa8281f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.40-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0f3fc9056ea4d00f537a13efa2dfce1812d99fa3dfb5d1ddeae43e590d19e31c
MD5 6b6e71506babec7b1d1f74ae7403b06d
BLAKE2b-256 c7359e6762439cb5915fe3d0bb68c55579f372dad7d1522cc7c4d7e9918fff0a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.40-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ddd7e480842242828c3a49c865d89312d64476196dac6be1745ed5d27a32a059
MD5 8f4506a2fc1d82849c09097e2a1ac940
BLAKE2b-256 32826c29f7a1131a759a2df3495033022abb5acc37f688492e903e153a9e5dda

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.40-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.40-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7350d57cd6af41af62fb73cea499aaca7a5643a502938662115895b9734cfaba
MD5 4bc709fab9a3628a692bfdee4b346195
BLAKE2b-256 b372f398eaee31305f962979bfa939c349ebaece5b3e3e64c52e87a135a3020e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.40-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 dd2b7664f03c69f4f897f59af943ff6877d46854e1cf5a6ff599b9aa871b6780
MD5 1ef3d4ce0ca120698790f6a89cdd11f0
BLAKE2b-256 ce9508cf4faf045b289e908a6fc3bb64ec6d6c95497d56ff27cbf557d196058d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.40-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 e82408e8a1bf58fb79f222de6dcd654f66b1efdfa8172f8b96b4d4b2987ee194
MD5 b4c89b0474a43bd7cb02584898d34ad5
BLAKE2b-256 f805cc7376e8d7a881c7e16476226d4440f409a880b4e80381aac2815f92e0c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.40-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 489ef04219b0efae327833ef98c824ec7931841971107d16b98edbb2234e48f6
MD5 d98c6fede7b92528c48e3f96546bff23
BLAKE2b-256 016ed49e294adcb8d16e8a7dad64a547090416256c74c9f937ab4e2eb2325959

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.40-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0ffcae8562c2c4113fdcfd9ad583f5b0835589dbdf0b92fec12eb3152a58b502
MD5 a2145499fd795393547118e2d09ac033
BLAKE2b-256 98f7e4cca3236cee9628886e734d37833d347a860d5f013b97259b7ed5a40b19

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.40-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fe95ef8152c19d321aabf91e272045c80ccf20395adc1461a034da6aff115abb
MD5 499800935d8fe55d4575bb0eec6d0aa1
BLAKE2b-256 8b4bdd99d0542970fce2c4e7af4ba7366360f9ff2954461159cc2e606932d842

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.40-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.40-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 eb0b0dcbe4fd778499403cef5ef9c627203eeafa28aef3465f14a763c7ec170b
MD5 b630c8d6bd60d175d6267cb07c55b068
BLAKE2b-256 82d5f45287529e691594fd7cead3a7a3fbfdb8ef78ad6f28210fa92b4e9ec443

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.40-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 99db75e2742f9965d994952f4a20173f313f05bff0057cd57819c0d1bb7e091c
MD5 5c4ce31c8c8e645da5883940b9ba336e
BLAKE2b-256 244fe1d1cd7d5893c7a6936216c771e7d2915522c05c109d3c2b30e2890b7750

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.40-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 ff75c04c4371a452f66324717f4a1511ad6c66e4aafec05c00bd5483c8aed4d6
MD5 36ef8f419467d496c1ada88f28f73754
BLAKE2b-256 0a7eb6125a02079267b61f624deb30322e8f625bee8f2a7e9e4a3da4fa8f1582

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.40-cp310-cp310-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 a0109e1dee0c170783e4b6733f302814e0afa72c69cb8c3ba242ae1cc0bfa107
MD5 2a0229011dc66c0c741653ba7296de9c
BLAKE2b-256 1f4f33ac186906622a2e5b4c45dbc5270b71a698f08c2ba375d808b36514873c

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