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.39.tar.gz (16.2 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.39-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.39-cp314-cp314t-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.39-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.39-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.39-cp314-cp314t-macosx_13_0_x86_64.whl (694.5 kB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_libecm-10.6.39-cp314-cp314t-macosx_13_0_arm64.whl (625.0 kB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.39-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.39-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.39-cp314-cp314-macosx_13_0_x86_64.whl (693.8 kB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

passagemath_libecm-10.6.39-cp314-cp314-macosx_13_0_arm64.whl (623.9 kB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.39-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.39-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.39-cp313-cp313-macosx_13_0_x86_64.whl (693.8 kB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_libecm-10.6.39-cp313-cp313-macosx_13_0_arm64.whl (623.8 kB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.39-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.39-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.39-cp312-cp312-macosx_13_0_x86_64.whl (694.5 kB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_libecm-10.6.39-cp312-cp312-macosx_13_0_arm64.whl (624.6 kB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.39-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.39-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.39-cp311-cp311-macosx_13_0_x86_64.whl (694.0 kB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_libecm-10.6.39-cp311-cp311-macosx_13_0_arm64.whl (624.4 kB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.39-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.39-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.39-cp310-cp310-macosx_13_0_x86_64.whl (694.1 kB view details)

Uploaded CPython 3.10macOS 13.0+ x86-64

passagemath_libecm-10.6.39-cp310-cp310-macosx_13_0_arm64.whl (624.6 kB view details)

Uploaded CPython 3.10macOS 13.0+ ARM64

File details

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

File metadata

  • Download URL: passagemath_libecm-10.6.39.tar.gz
  • Upload date:
  • Size: 16.2 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.39.tar.gz
Algorithm Hash digest
SHA256 96bfb7920f34d8506adccd1120035561454bc00d97f276fcd8fc8020749c7b57
MD5 af08bd946d3a83b2b9c8fc2038a4cf30
BLAKE2b-256 d2cd22a21575985692b8071192504b80fba949a228a44eea89065d11856a8322

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.39-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 010fd32e3a2e4e3415809fa3badd0d52b5d0144eaea82f06e1502d7c4d94f987
MD5 a1d4699bb9cca4eb884447174e864b7e
BLAKE2b-256 a22d2bd63084521c37721180dc344269c72246b3423721c255c174ae36c41d12

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.39-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8753d5e8e85b1151d61d13c68b22382bb4511688b75137d5d7c0b820bbe747e4
MD5 52359e3307397825770766e22a5c583f
BLAKE2b-256 6ebc6f8978b3023af324535458dbb2d1dfdd11234ed1e2c9664e85a287d18ad4

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.39-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.39-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1ed44f01cdb26d714593eaa3f346fb9dffe77485eb2d06ad005d371496125178
MD5 9bf6ca357f0ff81eb03711d5cc3c651c
BLAKE2b-256 03a6299b9096c93db1a61c9940508d47799ff963a9b4b38db2800cbc0bae7d53

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.39-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2d7ceef6b1cee4fa0318c5eb8332392e6130adeca6debf3143cf9f116b27fad1
MD5 61460451585b474983a3606b28b9f996
BLAKE2b-256 a9cf7b4b86483ab204f79d11eca77fc56a07f77e2e28b18914afbac8b5f47566

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.39-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 2995c19f760c035baecf0802f1ce8db4d9325b9c40e4e60169baa55372aadfaf
MD5 77c588d9c02bb802f0a4a447b43b6d77
BLAKE2b-256 9f2d32a36d2d373f30b3c7a8745dbafd09524769d020358ab0e3c77454d041b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.39-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 426d9cac15859470eaa6fc45e27311eb19b93a190477fa2bd3bdc8265d61f3c9
MD5 ecdfcff36ee0c0a1e6c5c1f0eee22b33
BLAKE2b-256 14f14aa995b3bb8962fb387eb3bde5c3bb9050c60edf0a45e8926b880f660cc7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.39-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ff88cd76d754ab75efb4938aafc64d0b9ea04730f6053253ee678f34ffffb722
MD5 f0501dee7490e6a45a6ecc4777b14d80
BLAKE2b-256 1a63066b2806867b705e65a3de63f7f2593b37a8d15e16774bbd1b9e08edb712

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.39-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 572031606641e5782c8cc3cc609a816b1df79217e86c265a9cc8d8007bd81524
MD5 3837651da5bf27c865be1c550c94242a
BLAKE2b-256 ac98536265bcd9612eef626a9ddfa2ebc59f21482a646cc2964d3ad0df9a88eb

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.39-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.39-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 68d4b0dfc5689d3a77f7a9a0855b36063efce257aab9db09b88aee41e83f5d23
MD5 66cc02b101458e2c07df0b9b962fabec
BLAKE2b-256 db6dccc352032927d08bef5d5a35db3a7e035c20d9c12c2881502e814d98a5bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.39-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d2fd869ebeb9570716bcbad63c9851c028c1b04c7016cab5812bccb1e989ab39
MD5 40f74158b670341a9dda2cc803a75905
BLAKE2b-256 d590e8bcf5f10856096dd220b2ee56e6c2f6d924f8db17be9d3bd26df4735b3a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.39-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 04d2bff7a3d824df1aa5cee79fc043027b42d3f06b3238fe813f9ed5ae962a45
MD5 b552cac83ef1fc402a32934b9de10f30
BLAKE2b-256 0567015925bb6f970e8c9204d4178399d6eabd04d9779a737c2ece1b6390ceb2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.39-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 d99652eb92fd2add7dca47354d014fc6bbe36493ae807f2de1dae2846be0788f
MD5 3db4c45d3ff713088eabfcdc8f810d11
BLAKE2b-256 71fecbe1dcfd66d4c3f35eb1e02ad8012b99a494c374a00b0c7eed163d4fec1b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.39-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 31189f29f804aa08ea75a83f724edb1ad9636e5174bef84c230f2444c719a4f4
MD5 afb81dd3033dc2c287ce33b2bd5320b1
BLAKE2b-256 90565f09c632f28fbc43bd1872f8895b253373efa2bf0e2343b23bb840f1354d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.39-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a59d80436fdaf30a63105b7e741a9c6d870632086f2d0624c8faefb3455f7078
MD5 47d61cabb33b364db2e7581caa30267e
BLAKE2b-256 0b112e2ce5269de7cc39b0b483429b7b40db9b17762f8ce31cbf5040aa38ea69

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.39-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.39-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5faf93180dc0a86d721c5f0906f036faa03aa36012cf4143dfe3c79da3a06e9f
MD5 56a26a24e9bc801886a02c92ebbe7466
BLAKE2b-256 4c292736b9af5773f5be2c481ba859a6451891fd3a9c42c576b4077f845cb9d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.39-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 42323987f696e9d516f18f12095d5b0bfa8b1f814dfa4403296c697c9855eea5
MD5 8f511c2af6d07f384b684e91cfac7688
BLAKE2b-256 4bef48bf2379841c184a3ad85c6558908578a4f31332cf5855aab1a1d3fea08e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.39-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 91a28f4a5448dcad1dd2a81157e672b16651af77d0dd0a5b22f0b0866520c090
MD5 db1a281f8620f1b42fd60e65c5a3ee90
BLAKE2b-256 3dc745a642db24c23b428478115a455fbaba7066f13755405468b5153c964dc7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.39-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 bf8882e26899a6e60fe593c388b880fbd765d3ed43a6cfb7707772c1a7483714
MD5 d052ec38ea3573949de82c8e3b31e077
BLAKE2b-256 7362a0d35dc04629696e1d086950825da81e0d2815edfac8b8d9e9daf3847015

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.39-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3de7daeda5a653015af1ba6022c4c4314d9eba6369f9c60a9a11c7fec670f3f4
MD5 f14ada9ada448f8b7f0fe1762cdc81ee
BLAKE2b-256 91ee7bd080de4e024cc50afbaa21f1ec1399f7169d59d925d455d0b00406d228

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.39-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f4ed51c127db8884294d72df5b38ce3d49ab20063184281edb92b2e35fd09b69
MD5 01980611e5948b5ecf98785acae6207b
BLAKE2b-256 1d837935f5c3d175cd89f70c03a77ce828dd0b332aac57e4f948de8daf3a524a

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.39-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.39-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b100bcf6fb5d3506fd10ca9371f0b48ddc3041b5b1cbd99cfa610d6d27074b7c
MD5 5c92971fe422989373451a419d90d3d9
BLAKE2b-256 41ac39642b48741387d92ecd173a9324716677ce7c01757cc4796555976a6624

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.39-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b09adef388350153f6a4427c4b4470c594b85a5438bbd3ee659b9bc242aade20
MD5 48ff6e5049cbe69b5c589f11bbda74d8
BLAKE2b-256 955cb13f8120a2f20e43ffb53f6a520abc0f17049a6e01743bbf5f717b8d6250

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.39-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 fbc0ce4d0d97d0c8b37ee1933a51281ca81c8ee20c16fbeb9354907986f1b2f3
MD5 f998e87cfded64cc97761f0d08a1fb0e
BLAKE2b-256 82c3603f8666de4e0f9b0e6f9f64d328bde79fb378513e72031c9ca66c6f2a15

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.39-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 101c8ac06c2e830ee141b0654c2410f4514fd0f7a566988b97bb33403d5c1812
MD5 92a9e3518e47a400645235bad04df33a
BLAKE2b-256 50e0f32cc7aff2902bf0dbee76a500671c73e1df3822c4a2b4fe832525f08adf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.39-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0546f5bd8e7688af4ae8f023320dcfa40bde7ee26ce634398d8d7debb2c0622e
MD5 28d43d96a70ef0dca5ac1ae9ff3b4759
BLAKE2b-256 abcd63b2ee66fa621e4f508e7264f97e1a471ccd59f5c32571a04936159b1ba2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.39-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8748ab68ed6816b2077490aced5ce52adebc94202a9e5cc52c754f43cc9b9888
MD5 abe1ee222e786ed8c0c8b7d7a0db9b15
BLAKE2b-256 e60c0bcacb15dfc29b75c8abddac62e563f04f4bd8d078d777526e6e5a4de1b7

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.39-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.39-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cc975cd761e2140995e7963ac348e8c190259289457e7323936a7f82b5345e32
MD5 1906e181e5ca7c0110f60837d0597247
BLAKE2b-256 39a22dad929adc4d0d7af2721beae7edb8fbeb8b4566488567475fc12aa96939

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.39-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 fb596f09ec23b2e3a0e7eb077343c4ec5917ab1d0f80e1439dba909c3254f3b9
MD5 05513eb16da08b44318c51bdc8546d01
BLAKE2b-256 eb612fac49b76a164c3674475f279b3d3c18308361d2ec6debe5156356d2cfa5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.39-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 0cf662fef50ff6059fd6392d30465c92111f5c9d2e7371d28f1b229877d4c34d
MD5 7dae1de843b770b7be03afb053e86154
BLAKE2b-256 4bc9ea2b1eaa549e7be0b26b55261c0c46dd3c98d12e9d73c7cd54cd23974ab1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.39-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 cdcce7635df7e8f9bd2a0f1f622211e1b7b2bb555df5e7b7aeae9284c8dbf18e
MD5 d597bdcfc7594e3a3fb6a0e32c5febe6
BLAKE2b-256 7a4ba52c9cf2ea7865507ff1e055e83c452c83a20d8295e031911e378c88ed4e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.39-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 744e37e5a06eeee5e86a86655cc437ce9feb76f640fce9c581767289b2b9beb9
MD5 525db83926a557769c0d32f07b032aac
BLAKE2b-256 5ac3782cee1dc311faab6cfbe2bb9ce676775adafd84a2c7929f92771f2d651f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.39-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2827364dcee00118a94857adbcf25b3308f35fcf4541aabf15b14dac7104da71
MD5 c9b2e08ca19de2a1e26ce020989f3e5c
BLAKE2b-256 b92aae0954ca8ef03ec5d4a6c6044c050fed19d481cbed4945c996e8ea3da7d9

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.39-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.39-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ec0c2beac57d971b8e8c9d32d597e2812f41a5850e59b9251557fe4035fdb3c5
MD5 d3e5aa7ee9e29775a015773eaf5bb6c3
BLAKE2b-256 0d8cf4a22bc22aae8535bdc73e35bb8d24bf2bb99fd88ba136c7f5c9d81b22a0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.39-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7f56581d12793bb7082ce265eafa4f08b82a2c8770b440fa4b606d33a0ed263e
MD5 fbb3913811b9c3492795146e4359c1b5
BLAKE2b-256 e4db1ce6a2fe045ce21e70450be7a8343246ad70791f9db942bcfdf72eca2d2d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.39-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 dd5b62195cda79c1c27f660a7528620d0d4360adbd745b5e6fec8c7879e83aea
MD5 7b98a7f6e727bdb93ec95b46c51a9706
BLAKE2b-256 cea9178611daf0beab70fd96a8590fe76d723dba4bbcf3dc424b02f550c194c0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.39-cp310-cp310-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 4e657300068ea28391b43499842f0fb0c903278c15cbe45986f0a1f479e9b8e4
MD5 3110d901a90070d5a5c7c5b15d07b81e
BLAKE2b-256 827d1aabe88fd31b7ef541e0a86ad5f16ea393fa34bd1a26d23c91412239e8f4

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