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.14.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.8.1rc3.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.8.1rc3-cp314-cp314t-musllinux_1_2_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

passagemath_libecm-10.8.1rc3-cp314-cp314t-musllinux_1_2_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.1rc3-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.8.1rc3-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (2.2 MB view details)

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

passagemath_libecm-10.8.1rc3-cp314-cp314t-macosx_13_0_x86_64.whl (704.8 kB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_libecm-10.8.1rc3-cp314-cp314t-macosx_13_0_arm64.whl (634.9 kB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_libecm-10.8.1rc3-cp314-cp314-musllinux_1_2_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.1rc3-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.8.1rc3-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (2.2 MB view details)

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

passagemath_libecm-10.8.1rc3-cp314-cp314-macosx_13_0_x86_64.whl (703.2 kB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

passagemath_libecm-10.8.1rc3-cp314-cp314-macosx_13_0_arm64.whl (632.4 kB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_libecm-10.8.1rc3-cp313-cp313-musllinux_1_2_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.1rc3-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.8.1rc3-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (2.2 MB view details)

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

passagemath_libecm-10.8.1rc3-cp313-cp313-macosx_13_0_x86_64.whl (703.1 kB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_libecm-10.8.1rc3-cp313-cp313-macosx_13_0_arm64.whl (632.3 kB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_libecm-10.8.1rc3-cp312-cp312-musllinux_1_2_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

passagemath_libecm-10.8.1rc3-cp312-cp312-musllinux_1_2_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.1rc3-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.8.1rc3-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (2.2 MB view details)

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

passagemath_libecm-10.8.1rc3-cp312-cp312-macosx_13_0_x86_64.whl (703.7 kB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_libecm-10.8.1rc3-cp312-cp312-macosx_13_0_arm64.whl (632.8 kB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_libecm-10.8.1rc3-cp311-cp311-musllinux_1_2_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.1rc3-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.8.1rc3-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (2.2 MB view details)

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

passagemath_libecm-10.8.1rc3-cp311-cp311-macosx_13_0_x86_64.whl (703.0 kB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_libecm-10.8.1rc3-cp311-cp311-macosx_13_0_arm64.whl (632.6 kB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

File details

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

File metadata

  • Download URL: passagemath_libecm-10.8.1rc3.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.8.1rc3.tar.gz
Algorithm Hash digest
SHA256 90e6cbd5b642dae8ad8373c7644c2b19f62e9e4f290ec2c919fdf585d8c4f684
MD5 c8f7c9e108681f366ccd058017132a9a
BLAKE2b-256 dee8f2bbd3d3657efb86bed208162bf20e9c7af2f6dfc63a814fc12318ef8c86

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1rc3-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc3-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cb76361b91eaa855967c8aefed9a99048ec428f07a35f7a57cf6a92b79a30a1e
MD5 8e4d62eb8639f3ad67717bd4ddf115ba
BLAKE2b-256 828c2bfc70717c2139bcfcde399f5ee95b21cc62c538e1c5b4629d71aaf6f844

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1rc3-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc3-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4e5f57cacee1c2b84c3bc811f2250f88e03fc2b2272f75c8388788022267c0ae
MD5 fbb33cc83edf08a9f2ee00c4038e80fb
BLAKE2b-256 c95bcd2de60531839b42a3fb927651c01d72fef8d04c0ea2fcb4322edbc9d96c

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1rc3-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.8.1rc3-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a77b9a8fd53a9b0581b1d615f1b8a1761289dc9550c01d044de98f2f2dafd31d
MD5 36afb5571ee57aa569c19e78781e4d9c
BLAKE2b-256 06707316bbf9c78cf99dfde98d3cd6441893b349dad6ba84debd10540273883b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc3-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 39258b9086dfb64785568e3c59ec37e0a3c487f49032f58c83e9b8be7ffc1fc5
MD5 0e1bc981c5abd6077263f460d2d70592
BLAKE2b-256 b2980e2a6689c43879e97a9a1f6c9f32d67b6b8323c8368a9ed2ef52e3d801f2

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1rc3-cp314-cp314t-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc3-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 baa6230de84621727b44f8c70414a695a719ef0e216f36cc8d2ccdc3f2b31a5f
MD5 7104fe235a7acc92ad24c480a999ec22
BLAKE2b-256 f459150279240ec5e326fd5952418dbd2d2752f085aee1bca927086010faa445

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1rc3-cp314-cp314t-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc3-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 1a329efe2c19403146d242023e8915e6932e674ea59382619ac41e2cc76bcfcc
MD5 9f057b2a63a15a9de5e59acf7e3eb1b9
BLAKE2b-256 e406649b04a2fb6d92fd292128d67f5e7a94a041cc7a78bdfe63c651185477ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc3-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 50454672d3b04695ea720b183242575057ff62ffbdbb3ea88c34575638738431
MD5 013a60d54b99b210acfa24b8996eda54
BLAKE2b-256 52c0de3afa217a8da099e5ca6d2858cfef50ec18577126d8fb26f5e60f3a7415

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc3-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1b3b8d85804e0f3910a5b6be9ecafc24e6097d26ea425c5de1068b44db514e59
MD5 74153da44bb7769f054937f75d21ee86
BLAKE2b-256 dd1b9f384bfd78c6bf61dbcc05b77f4ea12e7f1a1312718cb5a36a3dea3a6d1a

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1rc3-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.8.1rc3-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6b8db3de7c395361ae6e4042f147821191f0679adbcf5def623e19270888663f
MD5 d6e665ab9c9f877fdd573d0142ba58fe
BLAKE2b-256 289274343c55960476878a5a5ff6fe788a04aa39d05cb9b0e2efc760694e4991

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc3-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0a1b4aea57cd4d92c6bcc9cafa5da389f257e55e8dbb17962f8701c077199deb
MD5 c258ac21b84ef4e8a3f18a09689abcbb
BLAKE2b-256 6002a08161c20f8295a36b601b377d4e1d9bda3a0c0f733219058292523fdac8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc3-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 d5867aa0125941424472f0392386de1340a036aee4f76829622499f5eb44d225
MD5 995d513ec24422a2f347aaa13e191549
BLAKE2b-256 58cf8d13bc6e98e4a03184983da823c3934b3a457d40834e929a0e9ab118da47

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc3-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 211c3abacf1831a60c2490a4b477c532728b344d313d04df327f82d65e8970c4
MD5 db61a5936ec2d8bdd9c8769e0556a3ef
BLAKE2b-256 dc10c545e71320bdfa683994d2504f1607dbecf3fc0b9dfa68c5e2c5acc7c465

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 942afbf8bee773a51e4a5a3d37e493b747b8a07d5742ff5ff3ee19c6952d30f3
MD5 e1961e44c090947aef3430395b927bc5
BLAKE2b-256 40a1258b1aba1fc61564ec6f04466b76f93d57d5b56e5ed948bc5aac2c07590c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc3-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 be8ee91329650accd092a5a0eb4726811421451d03890fa5ccee2f252870d98e
MD5 80a4fbf43c54eab8fe18ba97b6313c56
BLAKE2b-256 94b9d47c90ce4fd32a287ea0cf0234972ad3eb458532befc4bd73bdd70b6f8a7

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1rc3-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.8.1rc3-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 31ec403624274dd70a2a0bf0fb790bbf9a51bbd49c8604c1e054c8b9cbccd616
MD5 3ef84655c429973089de7634b3870d30
BLAKE2b-256 f322a299c6a1ef73ed8e624ab614d6ce157680561c94dcf9183713c47fe8c2f1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc3-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 920f7a04c9e3af1dc5b52c1607fceebed1329c41fba18128375f6c5be7d11c8e
MD5 d80efe7aa4e263434c8bed80b31a6d4c
BLAKE2b-256 50a0f1f56a23eb82473d1df88d70b4d9376bcd41963fd0cb0adad77824a70410

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc3-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 0ad201ccd7ae92adb25d294a99bf58c53d1ed417bf52792b062b7266860c61a9
MD5 261ce6c92f87f30841098282524959f2
BLAKE2b-256 c1db172a344aed014187b10d44b36768913deaba1da7d4db8d5c3054d892c8d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc3-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 e04e44d2e2f970f2d71d9ef8dec9d281a77e3ae9aede79109d35a0ca9bdd83de
MD5 7584b383d680af146fe228a5a41935a4
BLAKE2b-256 0adb5cd1fc08d24f043dacabfefa5e00eb94c81d9706adba9de98dae5cb6adc9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ca0b24035366a1a47af396d0722ec72c0cfd513809a15abf895e65323b112299
MD5 e222301081bf5fab3c47f2d9436520ec
BLAKE2b-256 dc5a9d4d7946311112249efc09a0711719f960ead2de8ef0f0b56516138b4e3a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc3-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 83154197f381f24c92104c00d1136618fac9ecef9c26a2f7486b92176e9fb316
MD5 b56cd6c7abf929f643daa7c389bb3e47
BLAKE2b-256 6911909e0ce05b67e67a3d6c48d71d1bdecce7a807c3ab14eb23e9f8ffa4282c

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1rc3-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.8.1rc3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f8f7fd663e4ac21368e62b27227bf28143ad443b893a11adcfc7e9f0b8e092c7
MD5 874cc3c5fb5cb4a69c365ec5769578a2
BLAKE2b-256 1f408c57add19573da54d36dfe1c572bbfac92003fb07bd436f765ab416ac429

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc3-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3e1c95f68806587cf70cd152bfc0eed96148ab1e37e78c5a6e78d79cd2cbe2ad
MD5 a0408bf06106c5794c763d769f9e8963
BLAKE2b-256 60494cbcd1367f0dfe9a9cfe50b508cff8e1b00fbd7d0b17ba1cc9aa2907b654

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc3-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 993070d58d668d6d7a475581a8f1d528db7449027db058587d2fdd59b97e1fec
MD5 6b367221ffde3f826ff11b39fc39264c
BLAKE2b-256 e3a145112c3108470a6224cc11138a52dbf1398264bd78f589aa81b1314bc964

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc3-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 1c9655b3f54f17a6d0872af0d6138a3ae3a0ed0b5fb0277cc9db00e578cfb628
MD5 338ee9decc3f61dd783216a257857a7e
BLAKE2b-256 471bf22d8feee7505f2c45b65abeee09edbc0cae8e40aab170f72b42aee8f174

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4fb3eb10fd795236de633db3de883dc488147bc170dc941c8460a1b679c393c4
MD5 55b99f0d53df905bfc35e172065171f9
BLAKE2b-256 fed37de03f17b6a72bbf7a54cfb956eedc661730a9683eac16fbab130736e9f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc3-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8547a54be5a2d36ff35facecc985d92af1ecdf1838ea4b80676b94c3ce46c699
MD5 5ecd5900d55cea7b309d322def7507de
BLAKE2b-256 47f58dfa80f21be320eaec2e7f121c87685a38e763ede2a07c08d021dee3b942

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1rc3-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.8.1rc3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fcee84a96bca517e85a65f11ec418566f082dac2387971feacd84dc3ed55b9dc
MD5 9db19d4808812216534b81254de501d8
BLAKE2b-256 55803966e5fdb7421359191ccc1c2e92af9a22d0454cbe367e6f7a6c218f13aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc3-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5fc82e3f1084cb07c96ef8f7c7ba5e0899237b7f01e935d826af4d688f59be82
MD5 1ff4680c1975ce3a2c65039500be40c6
BLAKE2b-256 374a16dd44bf44ff122f75426997577f4e444cdc7cbb0b042256d4f0c70cbca1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc3-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 0137e6fa962ef6b80096261bb3143fe7081995295cc46a69e9c1af2a306e6d67
MD5 4bc837bda9e96abf7441b5f813fc8953
BLAKE2b-256 e2490239b553af338de61de8da758d4ba7b3f1acfe73f5c27b27c427188cc7b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc3-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 968f029d8af6e3be818fbaa0cccfbea7505c99238df162b1bcc7d0ec35258291
MD5 0ba2817ab4caf49f7aaf99c966ca2a15
BLAKE2b-256 5d011f9b6275da452405dc572a004d03f6221807f273c28f53bc9d1f2b9a8a65

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