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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.5rc1-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.5rc1-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.5rc1-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.5rc1-cp314-cp314t-macosx_13_0_arm64.whl (635.5 kB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.5rc1-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.5rc1-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.5rc1-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.5rc1-cp314-cp314-macosx_13_0_arm64.whl (633.0 kB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.5rc1-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.5rc1-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.5rc1-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.5rc1-cp313-cp313-macosx_13_0_arm64.whl (633.0 kB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.5rc1-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.5rc1-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.5rc1-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.5rc1-cp312-cp312-macosx_13_0_arm64.whl (633.4 kB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.5rc1-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.5rc1-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.5rc1-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.5rc1-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.5rc1.tar.gz.

File metadata

  • Download URL: passagemath_libecm-10.8.5rc1.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.5rc1.tar.gz
Algorithm Hash digest
SHA256 416d5a41c1574d0445a2a6a8576366ed2958f33a617d607e9ab54906858222b5
MD5 d3db6e8004f53138f10edf5a376a0893
BLAKE2b-256 1eb0bd633031ff0ccb7059368fa114072f555486159f91c3f9eee353e113f70b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1d555eb5276aad79d32c3b61eff3b71f158c1d730214fcd17f00ddcaf756bb9b
MD5 164e9a3dc9507aaa63e86b10187e59f5
BLAKE2b-256 bf6c8be9ad892eb80ce46a555bfeb7a51774c029b421892ca6d1a3e945896386

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b7e471f48776366e2f3df7c834d1a9f5de3096e798eec8d19c0ab9ad8d82d42c
MD5 8ba10a3fec1fc6308a4338c2c1132864
BLAKE2b-256 30799225e9e74ee86772c5e4105f1184a5b137b8b3c22998c9b261f84c293255

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.5rc1-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.5rc1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 16c892b5e91ea67003d2106911593491d248b2e45e9d1e43c886dc243da247e0
MD5 af55d96761bcc0fb2c7cf592a3c1c1c2
BLAKE2b-256 112b098febf0b30a31b69df6e58d0331f9729e1346df9c6b5c6b336d06e02edd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9d8cec3b68f555a5f7a87081721b1330158a3b849f1275267a3f2ccab7c8e3ca
MD5 cd192f0ab0084576f12ec8c40cd18017
BLAKE2b-256 d93ba512b9d3ed6050ab3edadc367130ba210a50b1ef538c764eaab8a3c6b078

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc1-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 3380fe914526695990e93b27d9f371add5cc7cf47f907f6bb8ae7026f91795b5
MD5 497910392d296f767be7d59237faf7ed
BLAKE2b-256 a64092b8ef9f4a1c3e115504c742d0e5d99b654fa86618c9f570a811c35296bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc1-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 be6d96162340f746c95bc1073b031949783af9f82a9ed1a8659b34c3cf0ebd90
MD5 3f279e5e9523985ddb59baa67e727449
BLAKE2b-256 65b55f6901bc60cb863bc9a087883554e146aa89f677503e1a875a32de420e2d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 28b0e0b69e7bd5ddc3b2b51bd29977f0a072108d86b3828da897f07b4b702bf1
MD5 43300ab61d29ac5c24cf311aa0428b11
BLAKE2b-256 f5f744f29ff525b64f0d72b6c1b2f12f67d597300b75762e5d661bc1843c8fec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d9d038a3702af15643cfa0213331b1e8e568da61cf244adbd67366de8af4dd7b
MD5 0f0777b705f8e3c80e79ef18b29e9cf8
BLAKE2b-256 01c78c5b21e3bab6ad566ed9f1964090ee7fca0ae296de6773712ea52845173d

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.5rc1-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.5rc1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4e21179cebf6f7ef1126272d2d16f3316f548ca304c1bb2ac3946bfbedfba6d4
MD5 c8a131b99245dd20adc7865c1560ad0f
BLAKE2b-256 28fa7cb7efee14b578b8b207149cad2d827dad607024726a3604a3aadf263c2c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 24cb1318f96ff90ddee21a298f38ace5a939d226013e4b339fd9ce78d12f872c
MD5 c17641edb40967d7877149969a579740
BLAKE2b-256 124c4acdb205e3e7903f66c16613db19c614bdc97b347086f64d18821245e126

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc1-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 6e0b3d718d587ed0080195d4689d45642d98c4da95781ad239f333ae6017b0b3
MD5 fe627844e1380fb29babdca7dbae1664
BLAKE2b-256 2ecefa38265374efdd01e1faf397fb866cb40b7c7fd0c716291fffad805ea22a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc1-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 6646a14e21283ca8f3432000567d9c980b5e4d45df9254d2cf9bf3c62485e836
MD5 1b660ec8bd2de58cadfeb9efe6501111
BLAKE2b-256 cbd7dc87650efe13aea4636abdf687b902b6b13f3c79e5c3d05a5f63d46decee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 eb8c231683c251fd32b6f513cf6014a0cbfa506959dd5097129c746cabedaf0f
MD5 374c3f6ccc59b1ee28a271a7102429dd
BLAKE2b-256 46308869f2b4d33277b18943eee0ef541e5e8bb2392b823a57c6e394fb6564db

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a71bf8e2eefd659f72ac4e46aeef2bb268674fd00e194eb1737d3bad292a2a8e
MD5 2afd54e89611f6117685108e269d3b57
BLAKE2b-256 d33b612a01af2c7d88b3948e891538e2c76b9c8bdb0eea1b127f1bbe5cdfdffb

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.5rc1-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.5rc1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 eb89d808dff25ac74b37d5c0569f776544bfea5aaea21b93c32580193b032456
MD5 ab802109afb8127270a20c6810b82775
BLAKE2b-256 a51226c5633c738667a9ee5282d23b9e1c9e984552dce083bf3e3f093ad92571

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 85bd6ea8bc6c81d003a9107fc458e0d14b804c4a04c7c32276b0a350c3b69493
MD5 37df8ac7de6992d9b6a1c14ce2510ad7
BLAKE2b-256 0e437707a5d0a68936f503aad0282b78167f2b111d662333b32209c1b8f48ed6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc1-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 9a6401d45d80f93c08538be5d6fa3979733a19487695b64704a14ae269f5982e
MD5 71b8df17e4d605133ca96cf662dab0d4
BLAKE2b-256 106dbea1cc436c67a654b35a2fa83ab2901f8844cc91b82683b3612f1947f051

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc1-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 2e5b45752396595e873f4f8efef0ff76041b1da99bdef0542d526bf468a21300
MD5 f2ac21bf90c2b811993518739a725d0b
BLAKE2b-256 0a0de66e719465255675ce334a9e0471cef87090d88e6f568acc13b4ceb12d14

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2f764bc152cebefe8cb25fa48ee1f47a3d352517d00cd812ab9352bb826beed5
MD5 e00f279621dc7eab75f213a9c98c6790
BLAKE2b-256 ed0c82442e88df42ebc4f12a8c00bd0618ddb055314765afca2aad8f90e03e53

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 005e34de87232aea3d6c5058f5e27789e18bb372da8af0e9acd4897d1bd146a8
MD5 c885589efd91876b96dac71358ead7be
BLAKE2b-256 d6e1a3efb6633f18095df2a48c2c178644801aa3f72e7ad98ef205ba36ed12d5

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.5rc1-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.5rc1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 acc20acd47b2e245afdd9d989ec6301f505a4763bbab2281818a61cc26201eff
MD5 2ea651fb20e49d6221e96a1c05d77e10
BLAKE2b-256 159cd53f298291c49bd3325a9987db675b844a3cfc3ac279f3c880ea2dab8d00

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8852739c32e4e777b4d99bcebde353f67683dde9e2bf63be12380d9874ae5a01
MD5 fcb119268ac7a497227c6ba6c6e86962
BLAKE2b-256 b3951644b00f408625fc162cc749f3b34c5c96c770f1354d99c7f806e737b98c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc1-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 409e451fe4d619683513b7c04e4352eb15c4a7634632295e54f244ced15595f7
MD5 b940a5f128b107bfe212d80387ce7386
BLAKE2b-256 a9c206a9e88b7385870be43c59f919c44c9512aff12af844f83b16f7050450ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc1-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 f938907a9ec9b3d7d7e8ad545ece47197eb479940e73e959f1a0cec9094e547e
MD5 75d98c54af9f9da2588de02543c84e17
BLAKE2b-256 4604f3c4b2b43fc54e7e8500759b6724a1bac4cbda717e0d3ee6437e8911f3be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a0f6111dd04632bd5c9ec32868c0a9773817135f900802fef105bda5f8ddddad
MD5 5349b2950b3999d02ad834a495d815e1
BLAKE2b-256 525c43e031c3b500782b02487b5a3d26260d3c1a3d8cc1103f2451373785a93e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e6e2ba5047baf60d96c405a2c5b37b46e8a2a61281f46257c5930987e1609b95
MD5 3cc504116532c5e8429fe0ddd6d201a2
BLAKE2b-256 04eb10b68939510ea56868cafdeb14f0e1399217dc42b6f04279cca2fe309583

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.5rc1-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.5rc1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 28724292169cf372c52ac078f1200f31723433899eca987bb7cf5f6e204a7814
MD5 dc9cfb90ac123c6681b73cd9756edd14
BLAKE2b-256 cf21b391e7cefd2c6c5f9ae2be855201c594524a424ec805f8b938cb26ff9527

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 22cfe96b6fc5a648301284b61134cda2352afaea8adbc3c6355652db591bd34f
MD5 1de3064a8d06afdf12832dfb631b0247
BLAKE2b-256 fee7a721e44a39b2713419b99d89b3574016f50c3486f378387469b1ab0e8d4e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc1-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 498572495b3c804a67dafbab40b127d940cc1052f3d6f0ad0eeca8e6b3948a29
MD5 9feb4734a40f2bb1a440bd32b379a41b
BLAKE2b-256 3733d0c9056388a7bad6481bb62ef966c2e7b677acbfe5a683965380f66d67fe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc1-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 ebeabb15d2868d5c5712b5376f2bcb030742aed3f42a3194edeeb35c892286db
MD5 00b39aec6c4c4214332b8a6cff448356
BLAKE2b-256 19b39dddf65acf697f5f892fe6f2e91cfcfefec7a175f358a031be46f78a6e30

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