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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.2rc3-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.2rc3-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.2rc3-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.2rc3-cp314-cp314t-macosx_13_0_arm64.whl (635.5 kB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.2rc3-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.2rc3-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.2rc3-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.2rc3-cp314-cp314-macosx_13_0_arm64.whl (633.1 kB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.2rc3-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.2rc3-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.2rc3-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.2rc3-cp313-cp313-macosx_13_0_arm64.whl (633.0 kB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.2rc3-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.2rc3-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.2rc3-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.2rc3-cp312-cp312-macosx_13_0_arm64.whl (633.5 kB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.2rc3-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.2rc3-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.2rc3-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.2rc3-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.2rc3.tar.gz.

File metadata

  • Download URL: passagemath_libecm-10.8.2rc3.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.2rc3.tar.gz
Algorithm Hash digest
SHA256 6e7b49ba06475ec3ee3f8724f61c8017ca3a5ec28a1165b15bb0c33b5a5362e2
MD5 48c87455f68eca150f9069a1e8422dfe
BLAKE2b-256 e4b57c6bae508b22487fd83d895cf69081989b5bbff90c7107f0d75f0efee02e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc3-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c0ece0dddb807c75d735568d95ce5f4ec1e5c03ed63fb5688aadccd408963a64
MD5 c197bd83132f6f26fd000b7f226b9cff
BLAKE2b-256 2749f78e69c3c644f0722a3f6925532abb1a25bbeffbe8767a47719543f3cf8a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc3-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5ea239300ca00956b145e0bdab76485f12a366281563bf05b5fbe4f2675b757b
MD5 27eb3a0840168ad43b00cce4380ae4ae
BLAKE2b-256 d7411956a18f70dc024f1d11863a43063358931a80e5a7663655d587be12271a

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.2rc3-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.2rc3-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 905ee73256c1000f492b66e426b2302e348969338b331f7950e418534d4a84f0
MD5 b32c7bb7f2c3c1ed4e6a3413748e8792
BLAKE2b-256 0f26807cb0c7062c53faf97a6ad31b89e6440c2187ff8766648fc7ff2771abf8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc3-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8120d081e99d71791bf213553daf5b8d1a7a08766527422936da188d302a15d0
MD5 902c37837b8c70b5fa3eb7500fcc528e
BLAKE2b-256 b84b1124026c01b152de8e470b05d260bb70e0bc77bc5d678bfce9bd2c0d8eca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc3-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 f74f88ed517054ec543932af2def815d2d44549f216e91bf8bf9b3f4094566ac
MD5 f59593662a75a36c179ccd6c0cfbd853
BLAKE2b-256 04d5a3cc0c5dacfc9222795423b1366b080d1031ae9fc13627674ccceff9fa43

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc3-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 9efd2b0d30b420700048823dcbd01ad663e3e0a2b196ff9723b8d12b9a2cfb9f
MD5 1265f3491fcba72d800054788210d59a
BLAKE2b-256 266446ae8ba093996c3b1e088e5d404c122481c5f1f653a2d76be05fe2407f32

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc3-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 50d830f65f0fdcb67131a5f6b01d41378c9c2757bbb2e2b4c6561bb3f1cd2a74
MD5 012b0bc13f6a93bfba295f3410ae2654
BLAKE2b-256 d4ff86e6edb9b4a715ec3405b5646777a520d7593de67d4f3ce77943cd508554

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc3-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 72d8723b359158210b62bafecb1ad8bf341485227052f34251bc9d80a284632a
MD5 acfad564b3288a6b905ce7d54f53ef0e
BLAKE2b-256 7d366d9d68793499a53e4eb2b433c3456f312a484e88aed193588601c9d83af5

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.2rc3-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.2rc3-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a268c1c045d4a24a11b21560344b95ab3165a428d35403df7f7c5198dbda1a00
MD5 600d945c49199f03533543e327307656
BLAKE2b-256 d95d39742538cc079e77f1a97cc1728973095badaa4a3560f6ee27ca4d840546

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc3-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1a6f44e258c4d7167cdbd2f8969f8527d55a200741f48ffda15216df24dd86ba
MD5 08bb4841bfe7ad3493594c8ff70c67fc
BLAKE2b-256 8e3484b81352208c787703f4976788cedd4aaea0d2bb269348d98d20ec5101dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc3-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 1247bd7d33cceedbccda5202b29d7db504ddd80f68b99660069cee9d25488e85
MD5 4784ec8e79b81f815ef04ae1ecb976b7
BLAKE2b-256 e161ef081e80d9c52c6c818265cd5d67c5f750381b93a21a7983c999cc21a411

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc3-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 2b842445eac0031d6eabd99da715a7a454784dfd0e7952a7f68fc37d267cb084
MD5 d3b46c54d2b370f3bf6933717ca5bb18
BLAKE2b-256 0bbdc0665acf603b66d08229aceea55b4200b006d4c6ca67ba80562d4f260163

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a0f50d1b4bde9326ba96ae71b17a6823f6cd6d9d72ca363d10a756c2db3020e5
MD5 e9ef15d9e5e88b1abe5e4bea7854df04
BLAKE2b-256 9c55eb50f99e21fc5aaee962767afb692acf183e8aae0413ec253d10ca7d6cd4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc3-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cb9f93f5031e33b5310a16a84b2595f231f27648ceb494f0d923bc6a22c495ee
MD5 97f7ac5dc47f593cff3e4987c9842bd1
BLAKE2b-256 5fa1016963ea0feef4183fe29609459bce333cd6311c5a7dce2ee221ecc4c113

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.2rc3-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.2rc3-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 986f944dc53e4a7924797b20ac9600afbb9e3e0a0ab1677098e84e392734dafd
MD5 89c09340ca491441ae839bed18e58298
BLAKE2b-256 e414a0bc57a18e662c4f474c017eca02634502a6f6baaf780c3bbf5497769bea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc3-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2eb0e15ad1e9018a173f6d72804f3cd978621c7c4ae89c0b5f049f21156890ac
MD5 64653fff0c366519d93a64b52f4e25d3
BLAKE2b-256 24f5143254edebbada3b955c61d4bb2d59973795359cf2a07a4420c75b7ea264

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc3-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 8bcf4443ff8b90d2da97807ff82339283a898edaab575cfc4309fcaaa243fd13
MD5 201fa40265bcdb40e021f680c9cb6dc1
BLAKE2b-256 6eabf68b12b06d686b02484fe15d9f0ba3789b8514864651bea27c0ceccdd974

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc3-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 ec79d190e310ca2fae9dae2fc8b5782e5bbba3afe6225167012b595f09e013f0
MD5 bddb819e02e78cf933e32b4339542730
BLAKE2b-256 c10eae36fa11533191508596a427165fe6b4d8da757e7da8dda335d94986bbea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 149da42d273ef7e41af85edd88c66b373346556144972fb51cc07b121f5e8ab4
MD5 dd03d1d40880f1466b1c12a39fdb3bf1
BLAKE2b-256 44af07ed2bda9751c8df2dd7a79be554ca48e1de5d90cb3bd8cff622f0b58748

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc3-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f9f34fb77b875fc438bfb3678a8f0d73189fdb6548681f9840dbe8e3c2ecb888
MD5 13bab6f8e72480e4e2c72b814ccf2ecd
BLAKE2b-256 ef30effe699d36340aa2f8a9a38ae980faf46a7e44debd6189d616add9246b4e

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.2rc3-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.2rc3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6f766ee1b6b54c4204f75632432b10c4dc56726ad8b501b3807e0f44f468e117
MD5 b222ba26a0ca5197b981e17e3ca145d1
BLAKE2b-256 3f5917ac456cbb021571700d122644b17ff02e49a361116a05bf922ecd21181d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc3-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b6835f3d553fa699a4f517cc47c7001e0cfaed02a494b609bb645f3480d799ab
MD5 d4cffc6caba86c44e987348a2a341d06
BLAKE2b-256 761e086b6f2255e1e16633267a23235d17245958d84f897308e9318ae1c39513

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc3-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 19ddb4f291b3568ce4e41f76cb42711a69b5693388daadd8a7119394da92ea68
MD5 562381f654104c98b13453f7e0a59c1a
BLAKE2b-256 a676c93a0c4d14e08605fd787ab9bf13e91e9674e6da5b11b7fb278db83db89b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc3-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 197ff40aaf633f7e8597a71ec5fa80854656c453e5afe9ef5f32fe40a37e7076
MD5 74a275d3e64c17d7bf858841ae516a9b
BLAKE2b-256 a75dedeae1ae858ef9bb8e0449370f077e00d2cff656000af03007fb700b6e79

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cf627b666ea6b08f72d37445e5b8848ee8968be10698b093db6bceeef0530b62
MD5 dbee86d8bf2798fb2cd0fd6e4e2a77f1
BLAKE2b-256 466faf9a9e8cb275cba1c2e0fd7d797b2a727cd0d2856d052267f4420b8c73ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc3-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d7acbfa418c74657afc34bfd16e7245cfb2ae4c4eebd9e55284006992c2d82fb
MD5 68f632f0f2ff5d48df623f33fee31b92
BLAKE2b-256 1a513cfbaf16cd4fae0788bb115f441e9744c0250a63476b181e7ee945a68e8f

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.2rc3-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.2rc3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 151866237b925038efd46a41dcb1e36dda7c801ad85094962d283cc8384ad741
MD5 9856f10ef86bf02452710928888f8769
BLAKE2b-256 17d71b858487fb6f718b56647cbe87673577f08e3fd3b4b067633d5a5e7122a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc3-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6b8d61d1a2bcfb0fe09d46af5588de55a69776498376cfd9759a9d4842805190
MD5 0e9f4a86fa50580d38446681df603e50
BLAKE2b-256 0daf00d7dbfc916c44e25cff137c286a18e89f0c5c8e407daa2d7f3db08e4ce6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc3-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 78027f8bcfa620269a0d20ef8e5172cccc507e206abcce2e702b592cb6fdce29
MD5 f5508445199f0dfe4710cf02449db0ae
BLAKE2b-256 7c6675ad06aa76c53be70742ce95acef9362ddf98a58bab1636ad2c9c1248f25

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc3-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 2e829ac75b1db30775aad7a83e94e6d75a41429bed05243060304566c817c13d
MD5 7ba8c924a82f662f1843068866a42a0b
BLAKE2b-256 0a55441a04800da6277461090c16104e3eb06acef803da983bebb4a9e7885eaf

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