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.14.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.1a1.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.8.1a1-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.1a1-cp314-cp314t-musllinux_1_2_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.1a1-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.1a1-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.1a1-cp314-cp314t-macosx_13_0_x86_64.whl (704.8 kB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_libecm-10.8.1a1-cp314-cp314t-macosx_13_0_arm64.whl (634.9 kB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_libecm-10.8.1a1-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.1a1-cp314-cp314-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.1a1-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.1a1-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.1a1-cp314-cp314-macosx_13_0_x86_64.whl (703.2 kB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

passagemath_libecm-10.8.1a1-cp314-cp314-macosx_13_0_arm64.whl (632.4 kB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_libecm-10.8.1a1-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.1a1-cp313-cp313-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.1a1-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.1a1-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.1a1-cp313-cp313-macosx_13_0_x86_64.whl (703.1 kB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_libecm-10.8.1a1-cp313-cp313-macosx_13_0_arm64.whl (632.3 kB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_libecm-10.8.1a1-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.1a1-cp312-cp312-musllinux_1_2_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.1a1-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.1a1-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.1a1-cp312-cp312-macosx_13_0_x86_64.whl (703.7 kB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_libecm-10.8.1a1-cp312-cp312-macosx_13_0_arm64.whl (632.8 kB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_libecm-10.8.1a1-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.1a1-cp311-cp311-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.1a1-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.1a1-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.1a1-cp311-cp311-macosx_13_0_x86_64.whl (703.0 kB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_libecm-10.8.1a1-cp311-cp311-macosx_13_0_arm64.whl (632.6 kB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

File details

Details for the file passagemath_libecm-10.8.1a1.tar.gz.

File metadata

  • Download URL: passagemath_libecm-10.8.1a1.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.8.1a1.tar.gz
Algorithm Hash digest
SHA256 697953810091b2e6c228bf21088a45dd62d978981002d2a4ee82fd098502face
MD5 7f8dd64e5764eccd0a79585ff4ae6ad9
BLAKE2b-256 23743462debd2cada7272897b114b5e9a4086841c91ed73aa8c469be1567b433

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1a1-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 dd354a895eaff33c544797faa98ca57668c547d13cf9a5bcea9e62ee83bb49c5
MD5 3e66959efc366fa1fd2ca833e38936ad
BLAKE2b-256 7cbb019bc26c21b8573943ca6743485dd5b7094bab3e02e2790e83d931720ea7

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1a1-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3b31c0292dac5d42885d5ad0c098cb2ea4a52e4365e3e2e4cd8206ab29c9a22c
MD5 fca3b02915649e0162362bf666a5dc28
BLAKE2b-256 0a3015542ed10e3a432053cd2fbe85b75cc4f99d31dce5b2abcb0c31079e5fa4

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1a1-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.1a1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 53780113235bd0c36d2d3f94897d7407c55013071d4df9b586cde590123ad1f9
MD5 1bc8b114817ba93ac274eb19fff5cb42
BLAKE2b-256 8bb6921049806e50be56fa0ac9efc90d45f4d9932cbeceb8ba69d595e66b178e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ca6ee21bb7886a1676ac971d7c30cfaf63161e1be410eeef568c800cd81d464e
MD5 64d410b7db873f36efd56b31b66e23ca
BLAKE2b-256 de313b0923c51d852c135ec34225bb325f5fb59868cf40955b9965bd5a9f0415

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1a1-cp314-cp314t-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a1-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 8b865dd0b9696773dfdc5134b68a6c6c14a0a1409401d3ef0a30ecdf749ea931
MD5 5220c3533a4468b5c5305871ba99fb64
BLAKE2b-256 afaee392572f02ae4b960956204a9d1b4b1593bcc0860cb3bf5b34824132451e

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1a1-cp314-cp314t-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a1-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 06b408bd7e7d55f89f2c5f6c4e31c36972ac73d18bc65049859d52e657dc0f0b
MD5 fb3a76bb6dae83c117b1426ec9878bdd
BLAKE2b-256 999eca2fb919b2a2525c899eacebc295eec58590751b32bd324faea4282a456c

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1a1-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5c751698eccf462070c976e1fc9688b0692a2c39c2ce14723958fcd9dac2f874
MD5 3971731467dde100ad3e53dcebfb0ae5
BLAKE2b-256 af8c83f1b0f26a9449a391963b05ea23929119484987d0bafcd40715907243a4

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1a1-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 99f4d9f07f8834a5fee70b70e98f6e80491b19c8ffc694bd4abc0bc2222d7e52
MD5 772c557f5e485f91ec0f811603352288
BLAKE2b-256 c46440c8ce3bcc46cf3ff64880ff58d7785bbd718393455591ce761bb57b91c3

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1a1-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.1a1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c48da5681de4c7fa8f95dc58f2ab3d0d20fc78b0204277b63e908859efb581cd
MD5 9035a2b76acc603d5908849ba8dd6168
BLAKE2b-256 906ac17e231606bcd2fe80c40ee271f71780e2109927f82bcc261670a49f32a0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5497b61989f89d0bd17f12d7eadeaf4d11851adfbe5a4f234075084e8cba52d6
MD5 22969bb8c54cc87cf17d2c53a428b60f
BLAKE2b-256 8406396be9674c28701f06e5855b97f753dcf6a27e9ed7e149810aa42e57f362

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1a1-cp314-cp314-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a1-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 5cc7adc3224de719c6c13c0628b9622cd27a041b52d5c355af1221fdb29a77b2
MD5 9e38d1928945ac6f43ae7bbaa6ea8170
BLAKE2b-256 d846b62e81824511a8d66af31c762056425471bd1f5f0390eb92eca1ad6d914a

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1a1-cp314-cp314-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a1-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 bdbb91a508e3ded28f8af38662efb18b0264b644dddda39af67f83e2260fb873
MD5 60ec388a6569b2f2aaa5ccc1ad1d08ee
BLAKE2b-256 17311f6425d3499977a5e69ecb6e07a3ad2340026d96614770986bcb5cc60564

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1a1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e7cc61e2015756348dd000a950f70b0b84690928315ab5abd1d981009b67efc9
MD5 c21711a501dff14df941b63550530e4f
BLAKE2b-256 da938a6857bc48d8806f26a523e27385da155d3999d9115a810f15fae61c2164

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1a1-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7dfad8f7bab508a3c81506f222e0f2dcf75b65e62cd8cabc833be2b1bbc36250
MD5 9a45c15b69c723a635f75824b6ecd611
BLAKE2b-256 56e86210ff71045832917a675485dfb79fd2aedf76559070630618b221efcb7a

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1a1-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.1a1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d2f301c84551c1b2d53d64d617a8e0cad6a90310ccfbb3fecc0e3ff98b1fb959
MD5 a308fb98b6a86f542ba54a51058fd4f8
BLAKE2b-256 454435092f327e21ee85a2ba2718ce7beef394f8b19883975ee55b22a9ba0e09

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a6ba9dde31b33694a8f12b746de6d51cbccbf42c163ce48fc4b3b5062326e5db
MD5 75f5bc23eec95ea23e303e6f94c966e5
BLAKE2b-256 61ba0ac969f6aac40a0d0939e54d1e45645ee9f0c86e36db098aa9b6a9ab36a2

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1a1-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a1-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 519aafbe9dad98af55f3f683222ae7fcfaf60d05dfb887b9762d36e1356ea0ab
MD5 dd0165cb86663eb6624c6c1263d985fd
BLAKE2b-256 a9230a5db1479894da877e7e718784112d225e3c8323563678233185d2393492

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1a1-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a1-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 c274120474b9bab0c35248a0f177c5de882175b8fd7ebf1910a8012b7303d0dd
MD5 6439ef34cbd2fd252b95a69f8cadbff8
BLAKE2b-256 3e76334424ca378d453f5e41eae4e1c6015c71970e3e5ad48a3ac01a05fdf2b5

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1a1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 03d41961930c1470e5eda7dd74e3e750d5c8f3c39ce114a0bab886bd3f5f3211
MD5 b6d433831d1141a849f7d90aadf14fda
BLAKE2b-256 c762336b411c31b0895378433c1adde8c8fbc977be6b1a713e0def2a558bd782

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1a1-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 45974319a0e2bb54af3675048c7bc6aae370cd17712a02348248fc7181f7a4b5
MD5 0d036676006afaf0c44a1cbcebd87ccb
BLAKE2b-256 66c8163d7155bfc61dd9fb39ded3d249381e942ba76946adee401066d14f34d9

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1a1-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.1a1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1ff1e199fbc8000f1eebafdb45dc15168a5c450f60fb907ce8b8442df8e3d36e
MD5 19bff8d2a71ec5d9d51304931640f123
BLAKE2b-256 5dca2575fa90b090d853a6df6792ebcc63934e2441c76630eb235fadb110a33c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9512e0896e47b6c75f4f04f16efae9827a2689daf72a8fc83aa4f35f5bc813f8
MD5 2b342daa6350224c8d9867486197bf4e
BLAKE2b-256 ad58458e07ca468a1938576d679988e60f9c40a28fa1fab6633fdaf0e078f914

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1a1-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a1-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 91853231ee02c8b3eef454921d27b9b5a4c284fcb1e75b23836552dd8e654db1
MD5 12f1d08b2fda7e36b89ed8ce5d415c22
BLAKE2b-256 fd7438c7d4afe4cc85031b643cc47182410875b2df7b200c842d58bd2919b04c

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1a1-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a1-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 1e287c89732964ee4bfddc87d831d6e4f6e229c71913900735c283f0a0d298a8
MD5 74786ec73e61a775461b914db6f89dad
BLAKE2b-256 9fcd6afd666327904e6754411f9b433b94bf3ceb525df41446d221884ebb8d73

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1a1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a80fb58395af3fb017db8cb59e16f8f3f08d31c1bf986493e7b547eaa7c1aecc
MD5 4bc655b1b848be16d273eb892708cf6d
BLAKE2b-256 ce7f51778f72eca4b8d046c33af158226ea1cafd78dbc8746dd8e6fda4900d47

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1a1-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 559e82ead1aa7bdf00a8d97a8964a3d1988c43f6046fbe55446e6df0967a0e68
MD5 15ff794734dab7c0639896fcb1e16812
BLAKE2b-256 57af8a78e1f49990857ff11ab3258d17f75342f54696bc95eacdb02d78e23099

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1a1-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.1a1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8d95e89f3e058af32aaa568236d9f03d7e9420f799eae2354e770b90233fad70
MD5 88753e4f8d4f37523b36eaf3323bb15b
BLAKE2b-256 fc48cf702f8833f8a2ba93653155527a981db8acea0ce5512e7904bfb01e9e7a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e6716a122fd2357246485d19583871904429b317f79c266dacdc06f02e0d4219
MD5 feed373fe85db8114ae06d787c23e8c6
BLAKE2b-256 41b5378ac43692b8ee91490b3c72205a1b600fb82118dee2518b2dd4428b806c

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1a1-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a1-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 d295e6835281aa7e3679582b2c7e4989f1485fffb466b54b90517361fd50b82f
MD5 36f413d88fc54698d59f723f9941f18b
BLAKE2b-256 3e2663cf9e458d64a1f49b1650c62ac8d19e0ab5b80b9d8a559d0a76e9b54db5

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1a1-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a1-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 68724a9713c724cb9e429e788c1f73143dd1bc866bab98ade24a31e0e422fb1a
MD5 25edd1369b58f3e55a47d26722dcb1c1
BLAKE2b-256 b2328ee25fde0d68c60c390d42fd321655bf8f9e0d253544e533dc1ab5b1feef

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