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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.4rc0-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.4rc0-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.4rc0-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.4rc0-cp314-cp314t-macosx_13_0_arm64.whl (635.5 kB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_libecm-10.8.4rc0-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.4rc0-cp314-cp314-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.4rc0-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.4rc0-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.4rc0-cp314-cp314-macosx_13_0_x86_64.whl (703.8 kB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

passagemath_libecm-10.8.4rc0-cp314-cp314-macosx_13_0_arm64.whl (633.1 kB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_libecm-10.8.4rc0-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.4rc0-cp313-cp313-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.4rc0-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.4rc0-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.4rc0-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.4rc0-cp313-cp313-macosx_13_0_arm64.whl (633.0 kB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.4rc0-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.4rc0-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.4rc0-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.4rc0-cp312-cp312-macosx_13_0_arm64.whl (633.5 kB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_libecm-10.8.4rc0-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.4rc0-cp311-cp311-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.4rc0-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.4rc0-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.4rc0-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.4rc0-cp311-cp311-macosx_13_0_arm64.whl (633.2 kB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

File details

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

File metadata

  • Download URL: passagemath_libecm-10.8.4rc0.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.4rc0.tar.gz
Algorithm Hash digest
SHA256 8aac805e3338347b1f0b65acf45edf17099fed34819659d2a34c5f66367c29d2
MD5 e57abb6a5e1ac776c7316cb6c3c0b06b
BLAKE2b-256 21eaae5ba42114c2286c26e81f7eb59e1eb20d0359441b56afcc2a34ef35e427

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.4rc0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 686a8143de4dd46719a37387bdd624f50707e06d17d426dd5c86fc2d8ba7099d
MD5 8477bc55d1d6e4076ea804077dbddabc
BLAKE2b-256 9a8fd618a494a3dd6247f3562857c281dfce930946a1c50db737a1f91fa329c3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.4rc0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4dad17f424fe6577f77c7c8eec412a0e8e6f75258056f52396ad39731d082ec4
MD5 bfa1ad27aac1ee7426bd480e96638f47
BLAKE2b-256 8e84978ec6a27b3b0e91c489f1838e4aa324b29745ff80b4e2c7154a3a4513ed

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.4rc0-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.4rc0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8f03727cb65ff90f645595b8f0663f4c650586a3022faad76838449c9d70bd03
MD5 1f4b56e82f05a3e932fd488bf2e0ef0c
BLAKE2b-256 e44cb6af9216cad432dbdc5b88edfd73b68632d8f34360cf5fa93997cf92440f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.4rc0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 aa2ec596ac2e6090692946efd9827ee18df6a9e1247c384a59edc750dbf1bb01
MD5 7cdd71f37b6e9622ce53e8785e2c30d6
BLAKE2b-256 ad8f08c0bed3cbaec9edef318fc5f087a0e221acf2a75e74ef7286fe348099f1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.4rc0-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 a6c6945c6f718645a5c3651472fe4fa0194a69d67f0dea07c73a3650d5c42cc2
MD5 7dde9b8c8fa1099eabe94e52f964ad9d
BLAKE2b-256 046900550e9f05718f5adf153f082b1f2d4dd8c8640f092435dc064f8c958fe2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.4rc0-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 0127750fcae10d88b3f619c2ac49eb71a7cd68b8765f5e0b46efbcb58acb3971
MD5 c70242d671a6d23fdb03621e69069c43
BLAKE2b-256 c81a20ccecbda9d44f9f18770ea7b386f3a5a3d919a4608e94f16ead6b8883dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.4rc0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 af4f88ba059c67b7f9d1d04e25d73292cf9097777fbdec571c6aaa16a1cc26ab
MD5 a598547da39ec53f0cc13f455a7f9dcc
BLAKE2b-256 a71408ad90e40ea8880efd53403c37376e8922b4c7c6425531458e8f218e5315

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.4rc0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d258857a95ee5f3a06c4abe6e0b703c9064e3e7be24c59d3c45101c7dc87a829
MD5 36e123893e2aacd34c06f47cc0e6f508
BLAKE2b-256 6918a72c88b0ea88d1e31d57430a3deb891c0f71476fee3e699164934a1eceef

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.4rc0-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.4rc0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2ef2316bc483baea6616370cac4144bee5a6d3c9825ee0c702a6894e6956936a
MD5 9845fb89f60d5aa3be3888bad5828a06
BLAKE2b-256 aa5d264712de99ad512ea87623f3ef6ae68f972aed5802b53edf6cb7f8d6870c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.4rc0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 82e884bbfc8bed439a60a62e88ead8653dad84def762c616de04d9aaba9791d2
MD5 a6336b1032d0e28d37c9a41efc3b31ac
BLAKE2b-256 34d540c843660eada086c7b89879f2c8afb9313dce7aa0ba3dfd85f1b6c093f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.4rc0-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 e1a0102fd13ed5d4d1a32f928025fe800895c07d4b903f8d81cdefe66931effc
MD5 b8cf5cf6bf86721a77766d0f64e4eb1f
BLAKE2b-256 388ce8c3b2aa583eba8df4cf68e7dd857a252694abd445796301dc709686717a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.4rc0-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 e3b77917c6cd430476e66d375742c65acc18ac59e3ea1469c7aea88121beee39
MD5 60ae4b1e5c188ead0dfc3b836fef618c
BLAKE2b-256 b5a28c841b96feba43ada56537abc9f10942872763e094b1e4f88265aaa4f0c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.4rc0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 19eb7ed9752d519ebfcd6bd00998fe72b29ed6d08c361a4da6aec39f00e20e3b
MD5 f6894c2192f771995fbdd9838192b16e
BLAKE2b-256 08eaf828aedcf359f6e53892f2f2421a7e8c5b5738e83f806e559f0a72c8d18e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.4rc0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 921ee4c45696a77f3d4de09843b71733b4ac44b73c706d9809a2642a6f1b9515
MD5 955d19f124f5a1bbb9016d75171f02a6
BLAKE2b-256 1da71bc9bd1d755f7c5f52f892ae65454294e9c354006ee33096a3864329f872

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.4rc0-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.4rc0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 673c6f394854b1cf3e1d9c9460d324bcee41acbbafb59f84e7783343a24f4fcf
MD5 1a49eb0cd28e87808cd155fd1be004d1
BLAKE2b-256 d8a15a61827632e953e0a8c99875d1bf0d8a4767d27c557b99c4300d2988d457

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.4rc0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 142a109a14a383d25537888e71367e9dcb0f82c31aba84c6be80294b6e006847
MD5 ec57e679d3d2ad0e5bf24dba41d53282
BLAKE2b-256 b930c9f8c34db1119feb6e58e77183af1a6a826cc1f4fd3edc7f8051da388bae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.4rc0-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 48a363d803c467ca17b083b1468cf0936580bf5d81439d18f4d7a2c7a9b5b640
MD5 7d51e9f430e34f9d4746e5a2d59f3acb
BLAKE2b-256 a8fb529d95729a17594efb761263956e0d9b35b98a055fb6744077ee2f40fb67

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.4rc0-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 e5591adba66f8344fd2ef5be3ff0c65355b1452d440349d3be89486744548421
MD5 35cd77c14a092d839cf4a3c90010cef8
BLAKE2b-256 088b36fba4d62fd6516d091f76d477fd3c0a845052b87e4f7b89c042abc4923f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.4rc0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d26dfa9ae972e9603b0555ac4dc7d3a578b1a7df4dd34a5fd0d874ead1967073
MD5 7d0df37f84ed06ef2edc72111dbaa855
BLAKE2b-256 a6291fb58b833e5daf9ba2f7e9c47a0ee7f718388f7d364c784fdee94cdfaed4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.4rc0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 62c2fbf4a9ab58e903c5237bb557c9bacdc034527ca85a931661f8abcd52dd0c
MD5 e216c3992bcf5dbef9197c3f36f1426b
BLAKE2b-256 6c1e4503f5c566c2c40bf7fab7ec069bd887b587b82a1a937a02d741dc1d112a

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.4rc0-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.4rc0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e036269732b03715319fad4473c90c89e0e0a735ff79304640da3e047417bbfc
MD5 8927b5e780299c26eaecbd73e395c6ad
BLAKE2b-256 5c9e126600e86a4dc308528953c9cba90a531c89daa4f57648c47c6a81c4b6a3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.4rc0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7fa6c31c8c5ae9f3efda5ecc1074523f9db8d778da6bb9cc68a38629658019ec
MD5 486b2993d9a961dee99c9ae175a45425
BLAKE2b-256 95ffc3779d1909324b00ea0cf662e9a34c8734b7760cab370f52fbaf8c6f6631

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.4rc0-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 988558add3ad40ff5f7b1cce4a82e3d1866c539031e09baf04c76c1740bcc806
MD5 f478a09c5f4a2f16af4b7d6db2e439af
BLAKE2b-256 43efc1856fa2dcd1de8f704c5adf8f7a50e46c46c43520d3e2f6d09ab490869a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.4rc0-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 c239daaf20c4a3ab38271b235976eb32853cb03a0b1c887c2a480acd7e1e6054
MD5 749c9d3ba15493812a7bcc97ea0f1706
BLAKE2b-256 743c12353cc781b9d5c62ba320819dd6b019c0df4dba6997b15fff3570832a98

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.4rc0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 293cacfb75036147430333816749a71a8e716049c327ba6dd7c6cb39edc0e7dc
MD5 80a127a23aa037e0af11d82b7e31cc1d
BLAKE2b-256 2e9a6900e3f9723f57fe420c392a2c0549723c30156f7dfa8f2d1439f20f9823

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.4rc0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7f4d442c05b1e34fc7ccc9d6647cb3b63f25ad631b82b98eb4cb54be78b34656
MD5 b285646457fdb3259a92c016fd71b4a3
BLAKE2b-256 7839eec5fa436be80e764e4c9eda3d7cce48c7d49b08903bd7bae95c5ce2f665

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.4rc0-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.4rc0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 229d00e0d96ad8d04355ad8b4285e36a86598a81ff584ba428396985bb5adc2c
MD5 b00dab8b2694c0b48d0df9f692e23210
BLAKE2b-256 d569cb977066b2d35bd55f5a3b6c33ee4fcdd29df0bc263bf08552f0f12e089a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.4rc0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ce28a83106e4124425093e9c4c606e5bdcd8bfd71c510c9849c9e32ea9978d17
MD5 fe8b7fbe61fd64b90ee0508c5a3fe959
BLAKE2b-256 9961182f278299b87fbe4e97f9ac9fdd837af97479d57a71efdc158da36f643f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.4rc0-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 78121c107f32b937aebfbbe7d3813206926b03e86b528228dc37a1bf3e8c7f19
MD5 70e92aa98f8a8d09596ce074f0afa774
BLAKE2b-256 185636bd9bf8b604d49be5ca843aa1b6b6bea6e956674bdeff925841bb7e08c6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.4rc0-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 46e19a389fd3bcadc33bf95b395c418a9a21121493a5ef3a9b8a69ef7d44f8f7
MD5 c9632d862f2b15f7760ed84d9dee5c36
BLAKE2b-256 b67be548133b75cc0b436f5d248a1785c64a10e7dcf862e9f7a8ca056a69d1bf

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