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-2026 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:

Moreover, the passagemath project:

  • provides a stable, frequently updated version of the Sage distribution,

  • integrates additional mathematical software, notably Macaulay2, a full set of GAP packages, and the Combinatorial Matrix Recognition library,

  • curates a library of Sage user packages.

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, ARM) 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.8.x series are 3.11.x-3.14.x; the passagemath-10.6.x series (EOL 2026-10) still supports Python 3.10.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 --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.6rc0.tar.gz (16.6 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.6rc0-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.6rc0-cp314-cp314t-musllinux_1_2_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.6rc0-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.6rc0-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.6rc0-cp314-cp314t-macosx_13_0_x86_64.whl (717.7 kB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_libecm-10.8.6rc0-cp314-cp314t-macosx_13_0_arm64.whl (641.9 kB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_libecm-10.8.6rc0-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.6rc0-cp314-cp314-musllinux_1_2_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.6rc0-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.6rc0-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.6rc0-cp314-cp314-macosx_13_0_x86_64.whl (715.7 kB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

passagemath_libecm-10.8.6rc0-cp314-cp314-macosx_13_0_arm64.whl (638.8 kB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_libecm-10.8.6rc0-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.6rc0-cp313-cp313-musllinux_1_2_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.6rc0-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.6rc0-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.6rc0-cp313-cp313-macosx_13_0_x86_64.whl (715.6 kB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_libecm-10.8.6rc0-cp313-cp313-macosx_13_0_arm64.whl (638.6 kB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_libecm-10.8.6rc0-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.6rc0-cp312-cp312-musllinux_1_2_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.6rc0-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.6rc0-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.6rc0-cp312-cp312-macosx_13_0_x86_64.whl (716.4 kB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_libecm-10.8.6rc0-cp312-cp312-macosx_13_0_arm64.whl (639.5 kB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_libecm-10.8.6rc0-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.6rc0-cp311-cp311-musllinux_1_2_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.6rc0-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.6rc0-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.6rc0-cp311-cp311-macosx_13_0_x86_64.whl (715.5 kB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_libecm-10.8.6rc0-cp311-cp311-macosx_13_0_arm64.whl (639.2 kB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

File details

Details for the file passagemath_libecm-10.8.6rc0.tar.gz.

File metadata

  • Download URL: passagemath_libecm-10.8.6rc0.tar.gz
  • Upload date:
  • Size: 16.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for passagemath_libecm-10.8.6rc0.tar.gz
Algorithm Hash digest
SHA256 19ecea15730412d23f8512116c390fda2dfa0f80c92b5af8e4178d6709a68a4d
MD5 008ffe4a998599a42e0b62b22f04e50c
BLAKE2b-256 dc5cd98a9f63cdc82b2daaa4a89e22e08841ce1f82ef91694a67a34a8e14efb2

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.6rc0-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.6rc0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1238f4f9d0a14d22d36cfcef26b01937502ff0fb773ea44d08e9b15a40a44327
MD5 9a34a870a44bc2343683a2a8d499fee6
BLAKE2b-256 c52c1aec7eccdae18234bcef29e7913aaf8666c1ff5f509570fe87cfeba4e731

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.6rc0-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.6rc0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 470262fd1488cb73a98fc558dec22e93f0bde419801e830cf6ba1ab42e4d5a59
MD5 4312c69f3d27902a1aaa2de335247c41
BLAKE2b-256 326561465eeeed5718e82109246a19b834ba7b6fa563330b93009376c4ff9605

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.6rc0-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.6rc0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9a5d0ec13276c4116b4f9e4b4002a4b04dbb8b1e3e424d115a0edf87e1f31098
MD5 a1c74b167d6e833068b51596c691add4
BLAKE2b-256 3f4cf19e06194dfb071d4249ca6c88c223e57c3536d2ea6bad27fb46e6a2b867

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.6rc0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 927d494942aaef376b2e68dce9d53a6416ff21e5eea2e2d2f1752318e1e545d4
MD5 22716254a9dce490c8ddca3fa2296fac
BLAKE2b-256 396fc2a276177cfb1f3e4f33e969cc63e81fa442cdc4026a5d512b6aba7eb7e4

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.6rc0-cp314-cp314t-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.6rc0-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 d0938227dc896d4ae58a3fbfb4098be27dcd62aa3ce3812018b7522d91849f2c
MD5 15009cf8d675b6bc6615ab1b73b3c7c1
BLAKE2b-256 17b5742bc44bf0603b23640488a2ecabc48edec7c3725bf52adb246cf3ec9e35

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.6rc0-cp314-cp314t-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.6rc0-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 fad0329ca75ad7b2d611885fec6c0103789bc345bcfaba1a72f665fdcee79429
MD5 9b6ef5c7c1bfbc0f7fd5660844f8dd13
BLAKE2b-256 8c674a4caadb8e629c222734f654bdd26bd8af3ba9f21c9676ba1e535173dfd2

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.6rc0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.6rc0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 527c31778c1899006d4b6a75c9f47dbc8873f74543a85dd7acf8bfd5ca99dc6c
MD5 e6b291b66508532ed31596fa3edc275a
BLAKE2b-256 0bec5cde8027691bda3a503e3de3dfe6812c5c453653b82df83d81a36c51b1bd

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.6rc0-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.6rc0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0b1f85aa9369615e0e4e603f4fe6e0d90ae30c916758ae3894e26fd335900247
MD5 243843653ea2d2646eb1b1461c8b87e9
BLAKE2b-256 5f3b05dc501cf936c11550d8be8111f06548bd915fde06518fe1cc0e61f2e573

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.6rc0-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.6rc0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 43a7f37539ac70ff21f42725979b12466b567a2019a683e994441e66c8001d4e
MD5 ab5bebe8d55ef6faf0f55fbadedeb967
BLAKE2b-256 516038dc70f267e9408cfe437364fb7203375c7636a32aa238bb884144cdfd10

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.6rc0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 706554aed8f17632e50e359318700d82051b05eaffcf0026e85e416e95333f1d
MD5 9ff70599bd43ae736dcca8695eb232ef
BLAKE2b-256 e66cfe8763b50ac037f6e42523690e9308e9865994acc4b38f4751754c79e8d3

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.6rc0-cp314-cp314-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.6rc0-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 bb3287709f6bb78071706f3ca3022c3d6c7d58a58a8a679ab7e71185c50a915a
MD5 f985cae6fdda826ff8bb6ad08f5207cb
BLAKE2b-256 2092c199a3610506a39ab0ad313973938829032087db5237cb67ff654b08c34e

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.6rc0-cp314-cp314-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.6rc0-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 e485cace60bd512f12f2db33e3bc16c917c8af37ddf6bdcd5be080038f037ac3
MD5 d12afaec5c9eced3c20579dbe705ca2a
BLAKE2b-256 e621a4f3610b293b3bcce5df1f131309cecb439195669f224256d85317d1306c

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.6rc0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.6rc0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 03496e0ce7b3065be0f2a01d97c0a346eca2888702edf30ff212b66176c16956
MD5 15645a7d36ac162d6d7aa57d6f555aa8
BLAKE2b-256 dca643c69b7ede5e32f58aed11b265496aa03241b54938ddb96b935dd725d745

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.6rc0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.6rc0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2fde70cb02b8278b68517a83ee3f5ab0c7f632a961b346ad0c00ce7917cdfa1f
MD5 e2e59f1c024088830c3bf153b8b98226
BLAKE2b-256 981372eb092d2f1010c4a8fb9cd5d3f05cd1d390aaa9049871188dc2233bd210

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.6rc0-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.6rc0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f87f9967b4ea56b4b8cacb03165ce8427756ef0f5b892389b60a2ddd6ae725f2
MD5 1d9c05660f25d1941bb646fc74bf4915
BLAKE2b-256 f7d325e4c10d3aa75081a92ab4bc5b0d38ad523f84e6edadb6f33339c890c872

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.6rc0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 139f46c51beb61518eb47f5a357d94eee07ea69d50f86903a7933566da67a64e
MD5 cbca91fcf3d35af3a61d04a3f852432f
BLAKE2b-256 6f35b8071bef74b870a02e1d92c080a6d89f6861d6feaf5f1a7a192d61657707

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.6rc0-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.6rc0-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 28d00e3b3cfaf2da92f9800a24b25b32e0d1f29f18ee34bb08938699e8de5411
MD5 a5e2c7f01b22c007994f18eb09ec391b
BLAKE2b-256 1e8b9b557bc0824191a9d88682f4e0418ad2df53c7bde23ef53081d4119a4a0d

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.6rc0-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.6rc0-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 e1bc14ca54ce9053d6a47c0c6b0029a413d351ed0c476ab3424058b2c97236b5
MD5 94275162dd3e91d023b861ec648ac283
BLAKE2b-256 5b03ee9148491d830bc03f4c451f67414d0437acdd16096841aa0837b2a8619f

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.6rc0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.6rc0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cea8d5690a64eb399371ea812b78c6fe65a556dd88a54761931b0b078722c907
MD5 1ae894e97bad3fc0fef8f5d89c62bdc5
BLAKE2b-256 f2baba56dc8d679d7b0dbd175c62692af79e7aac012ef8cde7ca439c24e176e0

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.6rc0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.6rc0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d565b62a2c682e06311388d145c94291550ca7692b7d8d570f601af23f5ef70d
MD5 534951e0c0093fa32797bbc2b0a49b11
BLAKE2b-256 c3c3642c5e25f684a4782d67477679b43114e1531a7bdcff51aaecdd544cb473

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.6rc0-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.6rc0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 73dfab31a81529ca848f3d2759ba5f33946c043f1500929c95450da5a7cfae49
MD5 e75399e0accef1e9d612c61d6a4d0d5f
BLAKE2b-256 4e8718ae3296808462987569ed1770033a62e2b1be7fc74bb6312976176da209

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.6rc0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b683fa6d2067774d48a49042543b3a3e54a3af43f7b8133ade84b4a80ad64403
MD5 96bd5af43196fd97168d0901e39d80db
BLAKE2b-256 5fb36378cf4231e402870855c15ffe9eab33f89e4df3e88a3b8435a8649288ae

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.6rc0-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.6rc0-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 332ba95b3b383b324f2f2d8222fda30895a4963fddbebfe05d0eafa9dba6a619
MD5 f0c9aa01c27a9d49387cda371103a447
BLAKE2b-256 6cbf3f8b5b6b2ce2fd3c87441ea093c9210bb04e4d7157dfa91e736d5f70e5dc

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.6rc0-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.6rc0-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 190070527d7c699e2101c3069d86efb7f4f3ed363365ed688b5acfecd2f09e37
MD5 ee5c65d0b23fcfc37eb81205f92a0495
BLAKE2b-256 8d74cafedfffb2d1b980f1b24c847d670cdb86561134129182f4f98eecef4982

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.6rc0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.6rc0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 dc9057c12a7514c5b62e2dc1ffb9e003b949214f7d99147a39219c845d400840
MD5 a9ec517131649a365336075bed9b27df
BLAKE2b-256 c3618e1ddc5f2ca38110a5fc59c4c7e906dd34b141baf48c523a68a490ed2a31

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.6rc0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.6rc0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 94637bacc0d91953242ff5c489c9cb1e7e530454af95d5420c6b4a22544e3de8
MD5 77e4072d678a051630891212b9d68c41
BLAKE2b-256 2d2015f2f7f1799b388413973a05f895142e7a615225025ff80822ef4d8b8c78

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.6rc0-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.6rc0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c4ce72219dfcadd9814855320a9a5c54d8f7eaa3168f7676ae173145fcb217bd
MD5 049aca1c3bce020a2c11d956fb2b880b
BLAKE2b-256 495755d6340d6cdad981f7b04f17ca7e5e3056d84c5505ffddb2f0eb6cf9b6f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.6rc0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 79281f058a589d857964eb1d3833d920714e946c1d30e98ac43407d692988dd2
MD5 ebc0ddca5d33b707a5bae3d8cfdbeec7
BLAKE2b-256 7f9de0ebc9f28d852c68be2ff2a6d478e27ca079482bb203ff76a814c8c62db0

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.6rc0-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.6rc0-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 06225fadca6200970397af658a36fd338176a537375e337c530744d9165f71db
MD5 60481f65a672d671467a2dab0ac7a0db
BLAKE2b-256 9846e0ef07cc33f20ceb339b2ce0e690ff9c0906d38d7b8fccdbbfa1e5cbad92

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.6rc0-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.6rc0-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 b049959e1b6067dcf0d81f412e1c893c4e8db1efeffbad0d19a2f0f33b187953
MD5 595b488744b82b00fcf016fc312bda55
BLAKE2b-256 e0e1c7bb03625b3227d37ad0bd0e4983119898bb557bbffe283d926167bec7fc

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