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 --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.2rc1.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.2rc1-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.2rc1-cp314-cp314t-musllinux_1_2_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.2rc1-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.2rc1-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.2rc1-cp314-cp314t-macosx_13_0_x86_64.whl (705.5 kB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_libecm-10.8.2rc1-cp314-cp314t-macosx_13_0_arm64.whl (635.6 kB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_libecm-10.8.2rc1-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.2rc1-cp314-cp314-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.2rc1-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.2rc1-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.2rc1-cp314-cp314-macosx_13_0_x86_64.whl (703.9 kB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

passagemath_libecm-10.8.2rc1-cp314-cp314-macosx_13_0_arm64.whl (633.1 kB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_libecm-10.8.2rc1-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.2rc1-cp313-cp313-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.2rc1-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.2rc1-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.2rc1-cp313-cp313-macosx_13_0_x86_64.whl (703.8 kB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_libecm-10.8.2rc1-cp313-cp313-macosx_13_0_arm64.whl (633.0 kB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_libecm-10.8.2rc1-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.2rc1-cp312-cp312-musllinux_1_2_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.2rc1-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.2rc1-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.2rc1-cp312-cp312-macosx_13_0_x86_64.whl (704.4 kB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_libecm-10.8.2rc1-cp312-cp312-macosx_13_0_arm64.whl (633.5 kB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_libecm-10.8.2rc1-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.2rc1-cp311-cp311-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.2rc1-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.2rc1-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.2rc1-cp311-cp311-macosx_13_0_x86_64.whl (703.7 kB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_libecm-10.8.2rc1-cp311-cp311-macosx_13_0_arm64.whl (633.3 kB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

File details

Details for the file passagemath_libecm-10.8.2rc1.tar.gz.

File metadata

  • Download URL: passagemath_libecm-10.8.2rc1.tar.gz
  • Upload date:
  • Size: 16.6 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.2rc1.tar.gz
Algorithm Hash digest
SHA256 e56a392c25926f1ad4fbf34833731cc94a14f5907547d090f7b91900bfa16491
MD5 810864a81625105220a666f0047e29a0
BLAKE2b-256 c25a6f1e5b58cfac8a263706360ce97a61fe53357d3b8677c1dee518f78fb373

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.2rc1-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 25cd061838ac6ee59209d519092a1d8e611e5dad439e1be090c8a32cec66d4fe
MD5 584685812f2d0ff8a8be0dbf406888cd
BLAKE2b-256 685576df91c05d8a4f6646366d3b01b902d9d6fb8c9d5b2907d7ea81129db856

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.2rc1-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 46e35a6d81b57fffe3e2ea841ad943a85e6dfb6cff737868ae3b3bccdc8aa1ef
MD5 0f888c377c5edb51ecf4890e09efc7d0
BLAKE2b-256 7d1bda0707e6e3dafe3a02977a85a03246a5ea4c9a3410910a711d8ac9b91c9f

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.2rc1-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.2rc1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9d1c5155dc3275dbbab90a29572455bb7898c5c5caa3244a9ffb547f22badf12
MD5 4c6da706e9bdc522315e83cd59e05181
BLAKE2b-256 f64629a25c8c9380d22964900f5fa32e26151d296d86f473e541055462f10100

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 285e97f81576fa69dbd551bdb6cf9c66692caa4da2559c7913d09e1d0e41e749
MD5 30a23e2d78c1393918c6f9d5a973cea3
BLAKE2b-256 2b526d719e03d7126f053b9a8403cb8414fa49fbbfe8d49c93f7140806fbdac4

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.2rc1-cp314-cp314t-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc1-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 ea58ea2b4f37a959c202ed7f7bf96fa7a7395f50ca68823b5648b04e0577d9ed
MD5 2895e4611eb568219d30887362ffd606
BLAKE2b-256 b4acf6cb8470d544b2b2a3da45653840cccb4050d9848f925e07a6f1747deb8c

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.2rc1-cp314-cp314t-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc1-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 8ff5359af0a3aa9709cd8a17e476db1a7c6c1b9b2f439d13ba1fa8863f192502
MD5 bbf311f1cfcfeb45ee3b3287a9035e8a
BLAKE2b-256 08ef9403d25aadd76de3c8480fe2f70d62f29eec848758c41f1ad22b041597d3

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.2rc1-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f563dedc08e2d19f2420bd364d6318cc0577eb1a08fd26c7f4e7e2a4a499940a
MD5 d64c7e48fcc742ff257549a32b8e7de5
BLAKE2b-256 8b612f72d96633ac19793c71da216429f84673aaf22aac4b50e08a9a31d9dab9

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.2rc1-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8f66456149fc4f607853e9ad4a97dc258ae2e0d6870a153d1ea167c360005939
MD5 a25318a541590bace2dc9dfcd3321bf7
BLAKE2b-256 28c58d854d3ef7b451a2e1d75ab50e32162617ceba2999cf7efc6fc1a264eb3a

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.2rc1-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.2rc1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e4dbccfad39511e8cb28ac7e4e104db03231b22ea9017b151bf4f2b8dea42a83
MD5 e5f6895763cd6bd430951fc1cd118772
BLAKE2b-256 15c996a5b9b4ea79b321393ae425a07ea9cd32a2b7bdab81e12cc9571eab61d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e6742d708902c6c8c4be41dde5d67c3b42f86d03065640d10ef00919c2c3d79c
MD5 9be4580e1cc6b85fbca0cbb8e6bebfd7
BLAKE2b-256 e81e00521ec167029097d7823cd80bb971b6b8732cc1399da623b12871946ba5

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.2rc1-cp314-cp314-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc1-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 065e9a093cefd3b500d05750163a82aed7e77f2584aa3ae47aa21d9bf35209b8
MD5 19d61046f096126b18f4c8e0a0961713
BLAKE2b-256 7ad8deb29c3e9906469a925d6849ec9fc478680bc609f15fe2b297340dab90fb

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.2rc1-cp314-cp314-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc1-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 59ed095bd0efe57b5579cc4a34f380b3d59e8b52b4713dbca79a34d2ae0a6d6a
MD5 41434e956cf1f9533614f9e3bd3d589f
BLAKE2b-256 2cc9c8b0cf3b2bc8e92a69fd45694c095cf8e5e21c39897bdfd5bf7d1200d041

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.2rc1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1a8a2414c73f63c76db9af3f26b270b7be56bc9a3f70d87e84ed2771c481fc17
MD5 9ed9e8080ec65e01e73e0aa24225b88d
BLAKE2b-256 0cccac2b376b29a3d13829fee2ae18cfc942990d468bc8c723a7a3ea53330ac7

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.2rc1-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c02a171fd91715c17043459d03cb33d28c580abe40b345de41adcdc66d4d707e
MD5 59ee842850af2afd860d245c4cf2d89d
BLAKE2b-256 ffa8da1628f1d9a885880e77e71e2b209a6427f214e72ae7c900c00dad0a4e52

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.2rc1-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.2rc1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d0d581420c10bc71c58a10ffec1207b3a0638ca19b49c44657bf0023149a41b8
MD5 ca93132cfcab70c117f63b67f4d42243
BLAKE2b-256 480b9815076577f7ad465427746c02fde4d751f11940b64a8a87c8a87253c586

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 deb82d91c48dd5d406bcaa174065495329852101414770d1df2de371b2ae9d0e
MD5 d2d729965e1d4b0180b8fae2714674e8
BLAKE2b-256 8603fa25e4eb0a7374cf6fd55ad0373bbef9415055bdaf97d0393320ebc14dae

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.2rc1-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc1-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 e1755a09b823c2bb3b7350a7e8b35f6bbaa60404e3c9c6108144a878c229c5d2
MD5 3c04599d742291ca0ebb52df7f287b7b
BLAKE2b-256 f1a8e2ad9dd5329f5d2949d5b68aa4f4d69a4862ddc01ebc7d3dd95bb55abedb

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.2rc1-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc1-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 dd1a14d4a8a2955a3538cf9d39a7856771dc082f2f763b212d4c1d59cfc30a09
MD5 a5851b2eafa404e6eb11e8e82b079fb5
BLAKE2b-256 d150ad902e36b44dd8650f713d1b26262c23e49b30112ed50e90fa6743afebe1

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.2rc1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 93118489e916f4c4e1b4791fde6f022d04b4bba5f1c5c4236f9c500c8cdf7ce8
MD5 fd6127d6ce71b98b9b58d05a02b07afb
BLAKE2b-256 441d6339d317eff3fd5f5d6c1483556b365a44f41b69b2de1c229767aabb5f0a

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.2rc1-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 72d890b41141fb2b27e022ae8349b6329e0fbd525107d74acb2d00ee9c2b92b9
MD5 eff65f4fd1a3bad71005bd11da27e724
BLAKE2b-256 b1d682d5dbb550405e746c90377be87e45361f40abfad2d79c322281351f59f7

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.2rc1-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.2rc1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6228ded701575abe389f4a59d130ff1296d27b8f32c3ab9dbd1718ac60891fbc
MD5 a5727860308f8c77953ea40f352d8707
BLAKE2b-256 b02ac96c77b75501297db8a91e66aab8d42d3bb7a00a1d4aa78d4413c646cdfc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4c58b983055aa5f1ffef51287d2f44fdadcbd35b8b2703be5b9d532801bb030a
MD5 5accbdebd3bcf156cd1a7cb994f08765
BLAKE2b-256 a153c1b36aef32256c34eadba6c0e115470c3cb12888c786b11db03dfefff628

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.2rc1-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc1-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 0df934cd888427b6da07487b581a4ced5e8a2a75997fac7129c37f5575cdbfba
MD5 192afadeb8376cb69dcaf14e1d7dd5f6
BLAKE2b-256 c6aa1e0ffe55dd7f5beafd28e6f8c4f11de3887c76884d2b931a2f8fe8773420

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.2rc1-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc1-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 578caef5a59e0df5f7b616983841253d234b71150f5f8103d649d50e4ba6554d
MD5 9f195f530610f852687b60e8c2fdf6f5
BLAKE2b-256 6ee2a43acd13f2a851205e0116b05354eb7b0e93253653089dbf2367b89cbbe8

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.2rc1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 627b56af96db917e803e57bddff254ffcb50928a6e7f459b66986a58949fec39
MD5 633a9fb4d59a324c5fe8211cafb324cc
BLAKE2b-256 84a5d596277b9a33bf0dff5df50a29e9809393de0ceec00248070373dbd69dd8

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.2rc1-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c04190d9c0d95adc14302e18dabd6623209f94996171ccbd39e2e4710e433fef
MD5 6f4b1d0a3204720b1636411e747e95ea
BLAKE2b-256 1f2c082c3972878054a9c617e801a1626f91e7b57ea445970d211d6414ee3426

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.2rc1-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.2rc1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fe5abd082b372afb3b652de7c11efe88a14fbd38e7b6738ce5b638b6f1e6c7f2
MD5 782e88a9828c669b58324a1f9f115c59
BLAKE2b-256 01001106181a76dc1e1e7fefe991fb7cd336e569d6bd2b4300839ac11fdfabc7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e583d4a812fe5641f3dc9d5d147817ab78b311485e43c77e568a0b4e566aa3cc
MD5 9bb2821e70f6571dbcbdd45ee33a4c1a
BLAKE2b-256 83843636b754189a664b74c21ca0f553b70a8b9a6be060c0b22be7606b8ccbe0

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.2rc1-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc1-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 6845c6da3a00aaad351357859349a1f508e6af92edc3d3d6763b7d9717c996ce
MD5 b7a46b45b118161ca1b7427f2633e4f7
BLAKE2b-256 f72718103f15151fd46914850a9df006778ce30a71625e5edddafb3a83db247b

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.2rc1-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc1-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 c8148f44f5f3c74aeb20c18bf3bf56222fb3594ff3a2a618bafaddf66e2ddc71
MD5 68261fb8df11040558e4a239bdaa01c6
BLAKE2b-256 f2e1c87df8b5bf8f7d919934d71b909af1e8a9f7dbfdba095027fda4b9361df3

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