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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.32-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.32-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.32-cp314-cp314t-macosx_13_0_x86_64.whl (694.1 kB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.32-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.32-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.32-cp314-cp314-macosx_13_0_x86_64.whl (693.4 kB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.32-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.32-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.32-cp313-cp313-macosx_13_0_x86_64.whl (693.4 kB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.32-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.32-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.32-cp312-cp312-macosx_13_0_x86_64.whl (694.1 kB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.32-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.32-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.32-cp311-cp311-macosx_13_0_x86_64.whl (693.5 kB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

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

Uploaded CPython 3.11macOS 13.0+ ARM64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.32-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.32-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.32-cp310-cp310-macosx_13_0_x86_64.whl (693.7 kB view details)

Uploaded CPython 3.10macOS 13.0+ x86-64

passagemath_libecm-10.6.32-cp310-cp310-macosx_13_0_arm64.whl (624.1 kB view details)

Uploaded CPython 3.10macOS 13.0+ ARM64

File details

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

File metadata

  • Download URL: passagemath_libecm-10.6.32.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.32.tar.gz
Algorithm Hash digest
SHA256 01c01a983e849b2d7bdf0e978ad6d5fcdbf3796c45654a6bac6441923d51d341
MD5 5eb3efb92690f847b4732b0157a5c1d8
BLAKE2b-256 463fb56374af17a22fbd1a77f769130cced39d5ce25d07dfc28722367f911685

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.32-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 906ad54a9ecaa925f9a8fa94de4cf4b236c582719c110d7a2d78ece6ad0c599d
MD5 fa36ef06912d092938793c248f824244
BLAKE2b-256 e65849e698aeb0324491a6c1cb1c18ce3209dd90b795684e696ce292a3db7708

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.32-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c21c0a500290ebc902acc8dedb15d03044397a6a06051c4c1a206b2d4c0c67e7
MD5 820cbff09d7e6fc53b31af4c0c5d1642
BLAKE2b-256 91ced8b94a785d6d001dcb0991b230b7a2100934a714ed9232a76c996810d055

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.32-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.32-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d2d017ec707883c49844bb0491202f9e147eeb761984e8114014c039ad5f1a75
MD5 ca968e2dced2a17edef0ee8dccbe6e94
BLAKE2b-256 4701109f79ce158ba9818bb1e8eb458261bebfd17addc1789d828407417e7d4f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.32-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ce368f51d0a0c3a0337afbbcd350913e7709233ce985524105a22fd7438265be
MD5 ae16478f0a5b57cb34e8ba1274c3a3b3
BLAKE2b-256 5add776439afe5fb80858550a754286734aaeff0055a726967098d617d73d56b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.32-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 ab48815c4863b882e83cea5f83ba90c21ec74dc61dbf4831b2fcc8f7a558e1ed
MD5 eb052a3b3cbea0487f4c793cfdc994da
BLAKE2b-256 095a4c11d98ad0d5b90db9f85a14856463a12ca12a78c4e3a4081f6a1a05293e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.32-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 8f1ff2f7563d987e73da1cf66def77aac8f89d239b09eaa185575595d1c0e189
MD5 7be0e4aacc812f418097066ac873a520
BLAKE2b-256 66fdcab9b9ec371f317dd2c62ac6fa513f4b7d971aab741f734480027cdec224

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.32-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 00cff5ff2f71b3d1bf7e479ef5ed1a3888e61e166cc66f069914d694d7ac057d
MD5 d4495d4e9dd87c16ce73ecf6fe515ab8
BLAKE2b-256 09320985291439d17205db88d17a994249f273606a152f706a038fd5ac444c6a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.32-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 20993acd6117a855e21807989ff5855337fab464d48c7a314def8243a01c63ed
MD5 efe71629faf05d59addf6c03a8cb6862
BLAKE2b-256 ffc02f9986245ab711d5c1c8983b75773129c20c6dce68f4448f6e1612c0f817

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.32-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.32-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ec8b927e86ed501132f5c083cde42fe8e43a375f2e3f33751f240bcb271c3735
MD5 fd0ae801f73af4f6a3bcf09f034bdc73
BLAKE2b-256 0a70ac0bc0d62130a3796606924b480bdc023857ec083ec9d3ef86a27094e7be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.32-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4f15910d6659a47c3fed30a8306adee879fad9398ff7eda4a5433df31a459e7c
MD5 7e36d33af0f8e7285582443b48efea94
BLAKE2b-256 073171764993db723fb0143e9a46432de89cb3e52a78a4944522e772dbab5e5b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.32-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 37d672985ae632a9ce83b7a8e0f6e06d7b1a40632b045e361089ca4d282e0742
MD5 4be06a5365c7eada273d419625d3852a
BLAKE2b-256 4c2d20f04ebec325e99484c8236dd107b6eab608101fab861636b33b4efd6e5f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.32-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 1264e05dde2b3cfd55c5f42ec7f1bd5ac9e20fda2b8f79abe80625a250d5ad46
MD5 ecc6728b12cd0b9fd7bdfec4c555bd06
BLAKE2b-256 2e84916a22e96d6e5849519687bd26bb22a3ae457d7c7e4b5d219fd4cff6145b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.32-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 99572b2af1fab7cab1b07c726839f2c5384e3559a9a4b6502c1dafcbc5b56553
MD5 459968b8056f6e1275cb08228a0253ae
BLAKE2b-256 01e1f8b3797368526df2c5b1afe5a925666804eeee8d663653b8c72976500839

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.32-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d349141bda79b7a429c4670873190b4a8104bb825cbac18e7506035c72d93ac9
MD5 4079bd30b773537f639c624de68defe7
BLAKE2b-256 305832016af5fd1f21cdb2f7eb9ea8f7e83d967e29bdc7a06aee091fea2d5f54

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.32-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.32-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 48bcc76e205c4de71ac921e125c67f92b347bd1bcc5c0b4a2754047a21b74c24
MD5 49481936eb458f1ffd139eb002d906f4
BLAKE2b-256 146fa7764f6c7e129fbfdd56edbabc01d760a8b94fddc2e12fd5548d8222391f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.32-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 448685b5baf55b3577008cb71f469945a4f43ebfaf47ab869144ad0aec2e111a
MD5 1f63638b639ca95a6569b71fb079239d
BLAKE2b-256 5605f81d30ebbf4030c8deda1305a1434d4afb96dbbbd10a95b7833ddba9d859

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.32-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 2b4cd4fe4abf96ee20eee11e1e4b7f2d5d68b347a979e81531a3abe1101bd909
MD5 4d457a008189c1b7232b197027797057
BLAKE2b-256 10655d4dd9c86e90528b2b15fd7b383d18ea9fb0412df0d90b9fe7de82e22eaa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.32-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 aa0ea95b81137d157d30818e355af2be039654c60b8dcf2894360c8c05437ae4
MD5 37277bf16ca525137c62e69e08069f17
BLAKE2b-256 8d39a3372a185aa5a17d099ad58c5962ff9e09d27b5243e32341d1677e41b429

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.32-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3f570d3a354e69d9ab39dd1e59b06f7531fcd805e50f22562a7f2e66e4e378fa
MD5 502cd7f5328adef57864637141b790f9
BLAKE2b-256 61ab4542adc12e7f4f2029b531b655016843d66222691a43e466de435c239b71

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.32-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4caa4ead48c4844331ed20f32f8a79a148e7a0a3422a22ea3067d0e533768a20
MD5 e72e40c91685a38f63334aff1de1c22d
BLAKE2b-256 ccfe27694db7a7e7e5b331288e3d93b1589fd28e31f42355189f5e7a2b14fbae

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.32-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.32-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ab3a0e09b60642be6326a70adce68b7cf0c69832e89c81bc4a3731244d3b2a25
MD5 a733e9b3576b79cb06905a9359ac627f
BLAKE2b-256 cbc5353ebce38e82017262c20d5a3ab389528c1faff8329a85381963d3b387d3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.32-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ebee4d92afc041d3d98e2894bd25221647e24c2943d3bdbe5192a5cc72ee7d0e
MD5 fc304bd9f00afb5e711df9fcf40cc306
BLAKE2b-256 632c9e52f473a0f97116b6becd62cfefbd18668b138c83812b1378c28c6bde0c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.32-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 199ea9f7dea4d1afb5a4b4658554614464480bc4604d7ded8ff9de9e08dc0fc2
MD5 e43361fc9ebf72789129bf7d9a531552
BLAKE2b-256 5175f6f23fc752f52e1328ead531b34d94648c98f71e170d26f07f1d1cd9d699

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.32-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 c75dd5690117165d4cf9f7b0c64a95ea1c8876546c7f600149cdb150c6b39da4
MD5 c1f51db5035d485bd9a0c995065b2131
BLAKE2b-256 888729d1cc92584eac49e346dc87792a5c4a849d0151a215d327522713b01f0d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.32-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b40c3f225a43f271e6be735a5b3e611c79f0628eca4d3d20794b95dda0b403d9
MD5 067e908be55b1a14a20fd10b1b2305dd
BLAKE2b-256 18f97326090c3d3b625b465ef2d3f7d932133bba7098e4f59f0534e522fe182e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.32-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9c140df55f4b9f602125c1af8396ce7897280016039d0c05a17926a87e5e8211
MD5 34a9796545378842476f966ac2f95b8a
BLAKE2b-256 621dc6f1a40a7c459039eedaa43981e2f051abff2fe6845f361e0355c3c209ea

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.32-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.32-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8714e43236b1fd3d59db02daaaabb2d7c81be83bde9e4dbb78551b2fb92e7323
MD5 025b8cacf373d516f90f6c13a133acf7
BLAKE2b-256 343f4b5b584ff027e14906bf378cf6bff96c3c5a1a67238f654ac7df77b448d0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.32-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 573d9f2707f4a906b451daaa38bcffdeac409aa158064786da73c6b7fc472923
MD5 6e17f2d04f6c427cd94851f8ede905a9
BLAKE2b-256 7c9e7cbd5b8ac217621958a4e0e4adeb0c9a192349fd3a0943a48821e7a794f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.32-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 757220704b04b2d633e5ec2341dee95fbbe3bdc8cbf2bc303c0f14db082437a2
MD5 5827e7eccb2b359ae139588ae2343500
BLAKE2b-256 8dd7b5f2707518081b4616258eb9e76fc9ce463c39c7ae97304bc3d6166a4054

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.32-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 14037ac6bedd1e2bb317e844263dff9dbc865482597e42ab2e9aedddcd70bff5
MD5 0e1b13f5e099fc602e92c56b6e331c8c
BLAKE2b-256 cf7b44f1d29d1625cca2fce5d766836472a727c557dcdb378274691cbe62858f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.32-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8117e483ff2a9cd1e916325fa732d3071fce8d4ded2b1af3dbe19ef40d9a8539
MD5 88ca69b3a39b841094fd99ebb7d3c513
BLAKE2b-256 70837c37b42335b6c247f4f77fd73bc3d8a8260aece36ff31eb7058c2d34d158

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.32-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0eef339b9cf77d9b6824ad90a282b8c5b3f62661b139cebe2c4963dbfb165cb6
MD5 d4dccf05aad3f8474a0802238f6a671c
BLAKE2b-256 ad496731a084d46a8e467a0059eec1748497b6e8f888c735fd9fb532e2a78fa5

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.32-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.32-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2264575b3afc68766fba46dee67f583251dcfbeb59201e5bc410788a73a73120
MD5 bf48c7b12db664db3f11163b5f632aad
BLAKE2b-256 d21ccf5f99dc1835b89abe20825dd9a85a7d9d589c73cd7240f69147e573540e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.32-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7191a7f445231db40a9641960499cccca881bd0648414a2aeb1b1f27aacfbee7
MD5 781902e38004f2029460fc40bd128fbb
BLAKE2b-256 32a4d741f37c83931f4b9f590811c3e4596f84243e054e358f4e380d451251bb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.32-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 eb644fd133527596e11a0810cfb6f65e97288184b219ca4507ec89f6d33102c8
MD5 8199687582647ec11e01dc1b75888804
BLAKE2b-256 c4ed4f9268d5b382128018a6e6a998b9a9dd804a6bee611d4b7af632690ca165

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.32-cp310-cp310-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 aa356be0356247b6a78954cacbdc8dc12edf3d77971fab63eb75b5c27605523d
MD5 86fa6450bf055db7ef72ca37defea914
BLAKE2b-256 3d73d1478c50d87692415a2c95c48ad8c23bbd38c843744ee456baef0624974b

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