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.35.tar.gz (15.7 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.35-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.35-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.35-cp314-cp314t-macosx_13_0_x86_64.whl (694.1 kB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_libecm-10.6.35-cp314-cp314t-macosx_13_0_arm64.whl (624.6 kB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.35-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.35-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.35-cp314-cp314-macosx_13_0_x86_64.whl (693.4 kB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

passagemath_libecm-10.6.35-cp314-cp314-macosx_13_0_arm64.whl (623.4 kB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.35-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.35-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.35-cp313-cp313-macosx_13_0_x86_64.whl (693.4 kB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_libecm-10.6.35-cp313-cp313-macosx_13_0_arm64.whl (623.4 kB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.35-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.35-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.35-cp312-cp312-macosx_13_0_x86_64.whl (694.1 kB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_libecm-10.6.35-cp312-cp312-macosx_13_0_arm64.whl (624.2 kB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.35-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.35-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.35-cp311-cp311-macosx_13_0_x86_64.whl (693.6 kB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_libecm-10.6.35-cp311-cp311-macosx_13_0_arm64.whl (624.0 kB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.35-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.35-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.35-cp310-cp310-macosx_13_0_x86_64.whl (693.7 kB view details)

Uploaded CPython 3.10macOS 13.0+ x86-64

passagemath_libecm-10.6.35-cp310-cp310-macosx_13_0_arm64.whl (624.2 kB view details)

Uploaded CPython 3.10macOS 13.0+ ARM64

File details

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

File metadata

  • Download URL: passagemath_libecm-10.6.35.tar.gz
  • Upload date:
  • Size: 15.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for passagemath_libecm-10.6.35.tar.gz
Algorithm Hash digest
SHA256 86443d8d70ef6f6dc7b4e01684eb20d99cef960c6289f84e20135f731fb7fbc4
MD5 66b58e88f411080bf33594bf647c25db
BLAKE2b-256 5a9372ef6d19a396c116b649f4381b1a8850653462e8637d1defb1dbc24ea670

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.35-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a23e2bdee90f1ada395a78792c4f37c4c56a62d7fca1ebfb237822e86f84cc02
MD5 8fbd62d77186459f36ccd8d984febf72
BLAKE2b-256 4d1a0aa8bbb9a2c818cbe2a804baf49be8f63c37e9301ddb04f20d91fef59fa7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.35-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ecb9db1dc6b5a79a3f9716c5baee4dab14a118c8639a7df860e14ac1209d98fd
MD5 632f0ffb05526e993be474a5143a3c75
BLAKE2b-256 106b5aa66cc37d4f7934b04479411467a93bba58209564ead289fb825e1a51b0

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.35-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.35-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d9e019c83bea251c8251557bd06713784bb4411cb4f3c4610b9c0bc40e1b1c6c
MD5 d4233da6d2d12244c1ad05a87c285f83
BLAKE2b-256 2c1a5b01f0f0de27435ec462ee0fc75ca2e1fd4629d849a9d8ea5f84d40dc1a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.35-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 607442dd8f4fd9bd55c45df5fb3b4941359d6838bb2c33aaa3df0b7dcd7be75a
MD5 67dbc9972c6f7687b956e49db590361f
BLAKE2b-256 ed420bb0645fc6fc0bb1e52c2e0623a1bfd49064efd70b0f0e10834259cab0b7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.35-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 35460d947b1909d5d9f91b3fe5bc7595c2b2af1a04cc35262acbea86dc4804c5
MD5 e1503744e5b7205badd264bae8d134c4
BLAKE2b-256 75f4f1d99512d755285104ae94fda22bf204324a25437f67b59f733331b7af11

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.35-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 4a3c8a7348254df7962d72078f38d8b989a60eb512a4a057c4a649fe7f14bbff
MD5 d03955b512b77e3ba2eff147054dc008
BLAKE2b-256 455818399794ab4f8deb8953804b54c9110d9c7626f206773d6c95a530edb75a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.35-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2ba6309bbe508d7796a42e83f4e740c09abaeac7bc190be85815deaefa489ca0
MD5 8761279a4755b5bbbc04a60839a5b31a
BLAKE2b-256 aec74f50c8edb84ae4fc0c21a86ee33bec79e46181787af3825d79e14d06f28a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.35-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4b8466b1062f5d4e62a5253f51b6d3d8fdedb8ef2e3f40d05ab2f5af78f677a3
MD5 fb6daad0787894adc9e13448f0656a22
BLAKE2b-256 b50a8b58663094cd54b6b6d737fa753db44fee86757de0d3c29233c820fd8b7d

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.35-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.35-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ea0f203fed6c8f84b430e0b8411cd5b5beb35ad55637cbcadbd867afdb2701d8
MD5 06e079ca8fd382ea6698c645b6a669eb
BLAKE2b-256 d95349ab4b8a07e4212c75f96ec121ae2898b501865816ebf0e939fa58acc41d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.35-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5958a4df8fc278dc0b340afab5df94aaa752e9282132b7bdfd56cfc116e39736
MD5 47b9e83208c2dc6626057c1d23f9882a
BLAKE2b-256 62ae79b395a972169dd32220d85a978ff58fd0b519528136c051aa2d3e0cc765

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.35-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 a5ddac11fc5ea8dc5248bd6fcb5e80eeb1c5cfe81a6590946f628c57cf66f152
MD5 2eff58556c2695184362cfcbd8db295c
BLAKE2b-256 5398ff6bef58247e6fedd029b7243a23d35a9a461b6150cbcc21afba4ee29daf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.35-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 56c004dc0b310acbe43b49d5227ab1e67954df4751140f5a3358f676307c917f
MD5 de2489a58ad621eeb9ea6521557229e9
BLAKE2b-256 0d4c75f3186051de11df988e7c0a0b541d056948ed65cc160d3723772bb9f51e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.35-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 98b1411663338c39b799bee448361f42f33cef8feb9e257b031b3d946a7c9c33
MD5 c19af53fed1c3798298516b2bb4e26a2
BLAKE2b-256 418bafda900df1c4cb517441d94c58cd4ea01bfaf432cc7713cf9dd6bef19fbe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.35-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 27e1afc050e7b5f5599c835900b6e2cb0c11663c36cdeec26c8dafa26410425c
MD5 090776da9acae3f81f05ad4aeca85d40
BLAKE2b-256 982e1e498a03dcfd7dd032f2fe96b08d6011d08a5b1379a90f8995349ea7d131

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.35-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.35-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f48ae8bc8682a8f70001372bd35148a7e47d2611dfcb66ef09b77019f2c5458e
MD5 c953b060dc7ee76eba20a51c942da033
BLAKE2b-256 34c23a53b353576a10393a602e5c2f8e3a590ae914eb4c1e71f43c2d369a53ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.35-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 562d8884b9b17a064886c7fa967afa77c946e0cdfc42c39fc3818c852d28dad9
MD5 347e7339cbf996a7889e04f13be9b89c
BLAKE2b-256 2eb3f6d3a6c2f8200903260257910740a7cf1b8799198b4edc36a7d993d34113

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.35-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 9a4b8304a01a4ea9e97ec7f8469313d3a1cfae4c182d2f02ed2b50188fe641c1
MD5 a5f27a8f2ceafe58bd5e239466ae0c5a
BLAKE2b-256 c4a1a1a0579598e254deb8a54b6ad645f466028c69a15192f0c20ab52ceee4de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.35-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 25e3333925bb4cc8131c8164f3a2548008ecc2af381ac79f94d678d83f72d64d
MD5 c51c086ac73b867b11a2d5d4e0b279f9
BLAKE2b-256 520128e0fa48fbf1ec0ffe39633adbdb4fc1f34707de8683b732a14330842c49

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.35-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9d65e3964f02fe4e35dc9d5f0475d4f63c8df453c57b4b493d5509da948e37b7
MD5 083364594274b97c37622e8d7eb45d2e
BLAKE2b-256 76548f06ef146e9018dc450e76fc5d344b4e3809fd22f7a3cb14bfb5ed630efe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.35-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 25fbbb07a14d95ee165adf132359fd0a6aebf677f4798b1f9675a1407e8018ff
MD5 0ee8277c184030ac25973577eda2a96a
BLAKE2b-256 1e5aa213af88ac03860dd5783b55be6ecfea454a9863ef9f145eb48d8e4eefec

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.35-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.35-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8b6bd9fb99187eec837e04ea86f195e1e4ee5acc33bb8b469eda805195aeb068
MD5 bfc95816529b9eb639c583245b439dc8
BLAKE2b-256 0fc2a8a8c88815375308635b116381474a83ffcab71939febc19f87f3d2dab7c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.35-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5623126888ee784904a952465433a27fd3d3c90c30b90155a7dd933cbb25b1a1
MD5 3e37851320c1fbffea3c5d795201f437
BLAKE2b-256 5eaad67e6ef34d4e510a377259474a18323a7feb877b54ef95045dbb3ffdc5eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.35-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 886e6441642bc9cb55be58a7c20b582943ee12c820e52ea02c3bf5b8909077b4
MD5 e940a73c460bc5e2a921e980707f9c13
BLAKE2b-256 0d912d646ca0ef9b9e656b00396199b9580ab388e735ecced9f357f0a4bb24e6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.35-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 9aef3465a4ec7bd808990ef5d9bd5a276057d6f447705903d8bc619e7985483e
MD5 0a43fe64ddebd98181c8399d019f9d8c
BLAKE2b-256 54adcfb0b66b7b4f2566795e7d0c3cb043fd5a339467a1083610a7d283c17c59

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.35-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 beec30cc81cce6b57647a2a13d4eeec2c8b5a5d2d27b17271b97f78301c74606
MD5 31cc8e81bd3f3e437279b1e7a0a25fca
BLAKE2b-256 ad38b894482f1578e9740da47f896d3d18a6048873803e7469622ac0f32cf7be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.35-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 18b74a36cf01dffcfe4f48515040b8648bca153cc6b75777cd1044404873fffd
MD5 2e649dfabda6069d2850cc1b5a59bfd5
BLAKE2b-256 68e14a066263ac840320bd98b47662fcd26801c8cae8ab8397bdca8d5cac8a1f

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.35-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.35-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 02bcda62bc94469a4676b980f22d5bc6cf818c2a22427c207b7f5a0af6707424
MD5 9c6206f1a2168342a392e440ff74e30c
BLAKE2b-256 a73d9b0941f4fad480bd4981444f19bb0e5860784f57a8a8692c352d0a3cee86

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.35-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1cae6e094e447f96533ab6426bfbd5f881e42980d66c01db957617da7c99abf6
MD5 4cd49b64e5a95193f9c3f7375661a0c3
BLAKE2b-256 fb01146c6b24e396c068056926ad92cb785bf3afb6bd79db7ca3f21a47f1b752

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.35-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 631dda0d05f63a6f19c4eb79b69e7683fdacf1d7ecfbf50ce245abbeaa8b16b5
MD5 c222aedf71a94bb34ba4becdbc007496
BLAKE2b-256 dceb3edc26537e2d59833fbcdea9ff25a122f4c156374d18e78b4b9af4ce4af2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.35-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 7cd8b543696923a3011d67941121c5ed75890ac5d2937be72c6745874398052d
MD5 cf2ffab61d270c0123926eaf593f719f
BLAKE2b-256 6a84431245344dd49fe451b7be6647a31bc927fb090004b1c0ab2cc0f2ed684d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.35-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e5dafd02a385e5d78d86a4fbdf798a403fd0da7535ddf12fea6fb1ff6e9e5076
MD5 f867cacf51c6f2ebb84b9b27d3eb27e8
BLAKE2b-256 809a968834eb2b87aee3260cddf72c129a79464fe123e031437ac759229f05a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.35-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 629daa1cbd9879fd9567f604058723278005af62c92d0a6ff4d2f478b0f0ebda
MD5 8be0c6cff92440b964fd4bee231710e5
BLAKE2b-256 295f3460b7c0d4b9a23316c82413d28dc0d392d91a90263113ac1391a6c3d223

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.35-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.35-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cf565dc4907d5ac60038bd1e20b9f8d1f43ab5f8d04c777fac2dc31439242d78
MD5 08ca4b274167a3a32d7109b791a76956
BLAKE2b-256 874b8ec21a626d79d0a8a3de79bc515fbecf7bf2e0773097977dfcf73cd1279a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.35-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 42d40f337f2c1310945963a0184e7b727d51e2e29df5269362dc483a99a5fc92
MD5 b5b90fc546d21e9519dbde41a3bb2d3a
BLAKE2b-256 69ef11dd273a9fc531c4f7faeef41d8b56353c4800e3739a57f448ba0b99e5e0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.35-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 2a233295bbf49e34cc03c7e3b5168b0ce5318bbe52252af768d5f3db37a538fd
MD5 c82996eceed7a29a696d0fa2a8cdb9e1
BLAKE2b-256 9273affb6cf27e0372a3104d72ef3edc21fc08520bbbd33bdeb870dde0e29154

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.35-cp310-cp310-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 02b4ace32364e3f4196ac321d725381ee1a0edcee6a928ff39da2107430d7804
MD5 e66cb62e6ca7f779049c0ad5db0115b9
BLAKE2b-256 2f624cd70e1f9ee32764a8ee3488ee3214405f6a0a01940d7cb7304565ea032e

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