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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.36-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.36-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.36-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.36-cp314-cp314t-macosx_13_0_arm64.whl (624.6 kB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.36-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.36-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.36-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.36-cp314-cp314-macosx_13_0_arm64.whl (623.4 kB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.36-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.36-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.36-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.36-cp313-cp313-macosx_13_0_arm64.whl (623.4 kB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.36-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.36-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.36-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.36-cp312-cp312-macosx_13_0_arm64.whl (624.1 kB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.36-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.36-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.36-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.36-cp311-cp311-macosx_13_0_arm64.whl (623.9 kB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.36-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.36-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.36-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.36-cp310-cp310-macosx_13_0_arm64.whl (624.2 kB view details)

Uploaded CPython 3.10macOS 13.0+ ARM64

File details

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

File metadata

  • Download URL: passagemath_libecm-10.6.36.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.36.tar.gz
Algorithm Hash digest
SHA256 599d9357de0fdcef69478c24d377038c509e15dd55bb4feefdf2265e48b3b1a7
MD5 365b35593fea3697c3d3984834dedec9
BLAKE2b-256 671f19668c11736010a007403486d8d0f8013a0ee436fffb8eb7a62d9040cea4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.36-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f8aaa6145dc94b6817eb256a9d261bf97fec2741fb954b839b60e33da22e8b6f
MD5 cfd4e0f8acb8f5646750da26f9d4df9d
BLAKE2b-256 79b20e9855abc2e4d2e1c47760b9d260259afa658a7e6d5e0634d4fe43c18c38

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.36-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f2afbbbf83b763cc9f0eed6da0af1eb2cc2c1d84f70aa603579dd41ced77affe
MD5 2759fd78f14ccb77061f35e8ae594d76
BLAKE2b-256 188a61f384f0858c908cd6a1761162471974ee666256894797baee1a91a82b73

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.36-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.36-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 04389c7734db25c6ae857be88b416daf40b1ce1076f7cec91e0ed7dee549802c
MD5 e3b17f26582cc0befbb6a36bed8741f9
BLAKE2b-256 611d75a7c231ae5630c6ffdbaaa568e0d6d46f9822143449bec63da1dd0f3eb3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.36-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3f733d7c3d373751e920a072b1b1a9051924040123302186974bf8b03124c5dc
MD5 3c20d672743fc731b5606a7f80420c84
BLAKE2b-256 797c3626193a0ef96e1dce3d81f9b472b79874cffa647aec07b4a1fff2e2919e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.36-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 9ca7260fb3484d758956b39eba44ceac097cb8a81658329892ad33ce4cd6023f
MD5 f3d1f21e8b39f15b9698ca6ea0bc6af9
BLAKE2b-256 dec4720d91f9143be45a475dea8c18f879a4995d90f4055331eb0f50e1b6f6b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.36-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 796620bf6bcac4b996417441f94568dded1c0e4219e81910698cbf3d7b607d07
MD5 f02d5e1a354969633e808beb4feb08e3
BLAKE2b-256 29d29285f9138c47ad816aa75d4cdf14fb2e28e0e353a0e8d8e9e4522ddc1f4f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.36-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f66a88b05410948128743cbd23f8203f1d462c7564cc158c28ff393a22805b20
MD5 ed1d3636ce1c7af8f05eaefba484f926
BLAKE2b-256 12715249be5e04e634c13014e88820956e9d14e727217df5661ea3f075df2a90

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.36-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 77ce8f6e907b87082eba4c8425d7a6d5f039cecdc816bcb7d9d5f362fbb79301
MD5 8c7244c4cd63061d63f09631d7afb1c8
BLAKE2b-256 0f41d9eb8f9ea46a449290641473d50fa48a7527c8ae6849cb28083778f7aa7c

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.36-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.36-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9c4074acfa311927afe50c18acac38df265f81fb1a75c4d92d0f264276c2c9f2
MD5 c19b5be26e7309fe5a0b468cad1851fb
BLAKE2b-256 c83208c4b8b6c624795b9d325ec2b476d272331118c55e1d5526ca5991412504

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.36-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8471ba34425d066f9e2f044c2f4322d320f65a766cafc80128033494b08d2a79
MD5 66698924796f5cdea1ca97c9f68d7234
BLAKE2b-256 9da6010f19f322cab6041a05c680ab0868c82d4c9b3b8dba27671ab08faedc1a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.36-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 a19d75bdac2397ee7cdcfe8a1c81385fe99da1fcb37432dbd859a47918f518f0
MD5 c61e4cee9c942de84c6d0e2c6cf639a5
BLAKE2b-256 7ac078b7448e699b41554b62d912bd50d1ae9d89530f65c829686f8559c473ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.36-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 2666d1975440a378ae74cbc4c96dcc8ec8d2ad3cf51263b0ae57993535e1bad1
MD5 42c8fe7d5a52c6f261722b8e566b4f81
BLAKE2b-256 14a650d43b820aa64cf0cf522f6d1ead02f54d0e195ea329cd8aa929ee8e4346

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.36-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6c05cf9c71b24a0ea61d28d1466171805b5a475a68ada5dc095aaf4881c08209
MD5 c40736ae8bedc14d9b80048664638e22
BLAKE2b-256 940b4869408123ad61ed1bdda34484d37abc8843e30489df29cc96fd08c775df

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.36-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d18a38418569a51eacd56765bb1a7d9b0a34c0fcb5fdaefa98ec2eadfd5b079b
MD5 b70beb21d8e3bca6a9df01cb48fb678e
BLAKE2b-256 840876195c0bc18e23e8b3aa6f003b79f34533ee8178afeda868d3e0773ed442

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.36-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.36-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 234d8307f66bf96c3637139723030e096518ddba10a36791dde26c1a785322d9
MD5 7a5c0270dd17d1dc084cac0b6f86d256
BLAKE2b-256 8065bbaf790ee9f88ceff6216a6efd47be2db83d50d1d0a7070ff77a26b12337

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.36-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 85507641bb9209f74bd31390398170d66a1da45606bb2f0fed588e199ff3c790
MD5 5fb839329551e6682bf1a97a72cd43d9
BLAKE2b-256 58cde8be862b6ca84d0dd4484da7be62b7929909712327a6ce53155dbdbc8946

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.36-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 b1c0336be7158b87c5864dbfa98c589fae7a866292634038baf442b1e1970eae
MD5 29e13217227665f73be09f2b97b98b80
BLAKE2b-256 bc2bc6648364e53a19e11d017e5f591d9100c193098ad33b15c4ba38d1deb700

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.36-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 4d815051ada398da7f3c1b2488e70f314b883dcd528daa757596aeb6e9ae2f01
MD5 48ac0d80b21712710af46a527d02b333
BLAKE2b-256 514757b23b93a5001b46c45827691120212fa04149ee579e99bd605b4e5d521a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.36-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ae43aa793fe684a4e4cc940be7f61ec87d05ab91755694a40272f982fda6b063
MD5 ca798b2ba3941b1f1017c6c2b83c3cd9
BLAKE2b-256 d68c3a837c8047c3ea4c3ccb1fd5584a8eaee1871abe9f0478a76d3e372ce43c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.36-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 90e29594cccb6016d3952677745520b9822b1b28245534797bdcff41ca4f868a
MD5 8ffba26df0110dd2bb61d713b65001cf
BLAKE2b-256 d9cab779e131fa0a1ad30f5b387aea792d5118d4b86304aa5a3185fefef121e9

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.36-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.36-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 42747f29cdf4c02b6325d37235b554475d889a10540c2cabdf2823c363290f67
MD5 48f06ad42b24588d01a84af81f3cb4de
BLAKE2b-256 f82e8c921d9e12e7450045098f05d7b0fad653ad0d3857fea07bbcb65c0a8f9b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.36-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 535740cef8dc88959abd9c324fc046c608aad77264c77be8ea89651121a9239e
MD5 f44c0a8d66e129528c766da45ee7882e
BLAKE2b-256 d2cb2ea3ccb5c944fcdfa037c29624094cce08e853d13f48559672045ff2705e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.36-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 4dd423f288b86203f939d1ce401b351f78283f2f23721561907e4437ce0c7622
MD5 f3136cb8e0d0bbb7cb013533b14f6eb7
BLAKE2b-256 8dbfb374e2b7bf972af04da817d067c747bb7de03708b7b176c6434018c25959

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.36-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 c2eae1fca52c709701c50ef4ac1ba379d3324fc838a8b3f5299223c8f4e723a4
MD5 0dc7fc23f8b2846548f755a6283562a6
BLAKE2b-256 16834fc5a56472fe4690f2d1d7384ab24ba6cccfdff38362df4fa45d247d8b7b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.36-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ba71220ef5a7b0fccbeea537aaf73820bf38d4d704ef9ac05a68a08f597967d4
MD5 b53b8422e5db75f1bb2bfb9e80e1edff
BLAKE2b-256 f1c704b8115e29063e3bc2ba3062ab7da83184299385a5b6d6153c21d4bdfb50

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.36-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5494e6dadb73a0a18c85cad18a16bb583c1ff1028972b791de045f7c19bd9874
MD5 3406e718ba90d69cb678878f929e18cc
BLAKE2b-256 33548f29131503edf0ada856b5827a230f6f03cee593b4f43a5eb66e73ea687d

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.36-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.36-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 52f7b2993dbf995651fc7a459c437418079278cd89af7cea6214fdd3efdd3587
MD5 13a221c314b5f6365703fad6da87e210
BLAKE2b-256 588df16397ac9fc61d0ba93f02e905d11d621d738e701ac607b26bf60286fac6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.36-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9ff5d97a31b4d28785e3a287d62643995d894e3494774dda0d74a4b24fd98870
MD5 68f3cc38e3b8d18c992f5a6ec5b169c2
BLAKE2b-256 c62579d9460a08706153e40f7d60f56b21dc2f3bc320157012261823a2ec6ca2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.36-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 11ddaae5fe8c50eb317b3944471fc86734812f18107374fa732a8cc173d85836
MD5 b40fcd3c0634df5d2e824761f86c92f3
BLAKE2b-256 1074895fa6eec7cad9008f6128b44f9a17e89443a8da0b8494865c45018f2bac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.36-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 8cd077fef8213d79fd0d9a0736d631d109ac45bd39b3473a1b33779dd0fb64b2
MD5 b47a8de008d5d1ea3cb03b8ce76f9404
BLAKE2b-256 f9e5f84c913e19d5f2ebdd318de47260edc56385861689dc52dd13457c132b26

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.36-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 13d3994896870c8637bed9ccce61bea89236ed4632918513d0c3f90408fd4cfd
MD5 2d023dd538f232d8067a79114a281d34
BLAKE2b-256 9264f6edbcf2b75451adf0cf75b9e67ddaff65882cfc14cbf8de9f397b701200

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.36-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 04059a244edb981c8ab63e362dc01b438ff1c127434cb2a08554378d95202409
MD5 2d444cdc09326da23b9026756b5a7da3
BLAKE2b-256 cb0e37c8145653cca1905ff704aae94ec3d329838b6e55377c9120f7b336fe5b

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.36-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.36-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b7f7a8afbe9ec9a1e87d695d1b3e08b9b1ddcf60435fc953033502ddab241703
MD5 037e52cac6aa621324ceb4bb5a5bb89a
BLAKE2b-256 29afedc9c5e42cc17acaec11f2cd8eef6e4d9657944293196cd5b87d44b10256

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.36-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b027b836abde20bf427fcb14dd327b0247363869eb08e256745d60de918e7c6d
MD5 26bf59fbf10bb39a0d97f4009894d875
BLAKE2b-256 179f58704169aa1e5621cc3661b72e80e70ac82f67a60186c858a48d6fafe325

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.36-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 c9fc40dd276eed15a9f1183cf3ef344a3f97ed144901c0fc7985411a7a080458
MD5 e423ade428eb40f9cf44de4c1bf20544
BLAKE2b-256 042fa7c8f02b0ea8f06f75f643380d39a2c680b71af4c1e4cf2a1920f53189a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.36-cp310-cp310-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 0838b43b58336451f12f779fc02147227e1991fd2c9085630ad7104f5dc26598
MD5 34befc98db6ae18bfd04789b1b41f909
BLAKE2b-256 da39c63516bb76ba2a42e313147ed2e33d8655234bc9c7c4b8aeae81ca28e3f0

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