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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.5rc4-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.5rc4-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.5rc4-cp314-cp314t-macosx_13_0_x86_64.whl (705.6 kB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_libecm-10.8.5rc4-cp314-cp314t-macosx_13_0_arm64.whl (635.6 kB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

File metadata

  • Download URL: passagemath_libecm-10.8.5rc4.tar.gz
  • Upload date:
  • Size: 16.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for passagemath_libecm-10.8.5rc4.tar.gz
Algorithm Hash digest
SHA256 bed98bc8da0b39c0b2411f23c4f7e3693deb9289db83a3f35a9bf4660c7731ed
MD5 3c23b05a5f0cc29a7e3bd629d1e895c2
BLAKE2b-256 045a2b006580d51f9dfb200b0b80215cc9fa910c5cca4cf9e193fcd6bdf6edca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc4-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d233f657c69d0cf0169e05b9c6eb2bd3bfd0c9d1e1b1d83ce768c2b4ce98582c
MD5 db9ad106e1ade2a6968789dd2e55269d
BLAKE2b-256 bf18746e8a866ce1e9c7ee9106b7aef9abb5c298e8c5de7822e5dcd62e7877ae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc4-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 46381582a3be9d12d7b993ad3bf7371828a3a0a509580d39f6f38af5bd19e070
MD5 f7eceee9a3c2cfc366806c165624f3cd
BLAKE2b-256 658af3aaf70b2ff32e9241896174f4e0c0b02cca1ac904c180cc30ace7f86101

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.5rc4-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.5rc4-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c09ac25b038f9a0da9fc8da53f849b01c7d3bd35e0f67fee012c1a341acff40b
MD5 efe3ee962a06de634708bb14748d371f
BLAKE2b-256 7b6bf2c48f5220485c21fa7dedf45bc063aa51c7ec34844019033a5303b25708

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc4-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 acf1e4628b5c7ba21299ed9b64e57c31c9bb7b5b7595f451691710b87d67c84b
MD5 021e1eac32a6379eab9a0316cbc6c199
BLAKE2b-256 3f83ff5ab3a44cd0b2e5f7ec139319b2bed5e3e389224e8382011e173fdb7e3d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc4-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 aca090370c254a63936378cbd496cd6b8fb4aac622e7bdfae726483886021897
MD5 781d2fdd858f433046d3dae04d159b30
BLAKE2b-256 2941e773d756b49cb3344883a8f9ebca9ab8fdf190ffc99fafca63e6d701e624

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc4-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 e96c28b6c1733f4f8bb0d533d221345241269bbf1f968b6015e108d884b8cee0
MD5 db89e36b97e23c5690fc90bd57ad7d87
BLAKE2b-256 a66b6781f302c8816a4acfac05e07996288904d251e246a7f43556b2ed5ef2c3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc4-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 79fb2e438444fb832b2a726272d84ed7ce1be98dba26f40ed86a7766a6740d39
MD5 3d00db557476c98228e58ee4cd08632d
BLAKE2b-256 172482eaf5e101bfc9c3d4a3931578719238aca110ca38e27e9ac0aabe5e07c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc4-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fed3b0cc4d4f0a22118a107be5a6c0d72d4fae3475c5eb5c3f0aadfc8795b56e
MD5 5ea6ca11631e0c80029157baa22ce2ea
BLAKE2b-256 a7ee965a291472f8de8fe7a582e274165a5f9c9b14fa2fe21e921f13620a07e0

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.5rc4-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.5rc4-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c7e1cd7cf0ca725489dade935407bbe3e0839566c9c0e83213ebae43bfa7ddc0
MD5 65d68ae080908b6b5d69aa2fb927b81e
BLAKE2b-256 3ff9d44e7d0cc1952e7fd7084de5dbad118b1c59873b8ac577886d9f3a679d39

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc4-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ac4d4091ab01ccb6cd927c4ac5e96cf96b1830f3708db59237afcb4f64956168
MD5 29342380602f478bff0563f251ad972b
BLAKE2b-256 1cdb822592ea9acbb9e5e54528c9a9a68d4d3d8af6d22a39cdc7df05a4e4ab6c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc4-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 6d354c546a65e97a542f54b268e505b175c1c93cbcb7da021c7c96d06ff05bf3
MD5 f424604374e6aa12dff2aa1b72a5acda
BLAKE2b-256 7d56ecd8e8777ecb4cf336988a20fb90b965785a0168d52b086b9884fc9211e7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc4-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 3bd5cdd880e90418580a0076107350f3274ac062f697934b228f8940ed383550
MD5 7c0db64d8e13f5cb5524b91be4adad82
BLAKE2b-256 dd39f640d7a20c154f3b73e3f9a9a160ac8647d7fe5fba4025a504708da76f46

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc4-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 37aa7d554c244b153f2fbc5a0e898b48a40c50874006d7bfeb9ca07d3d87b405
MD5 c4ee0815aa2d0180e65dada3c64cf971
BLAKE2b-256 27a50b61aeeda8f159a81e1e8bfb95e7989fba97c050218d89b85eec6400073d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc4-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3cb3faaa867b66355baef199e4039940c9e82e4a7616d3320e267e8e2ad68767
MD5 7e62c704089fa28524ecfc820b9bb50a
BLAKE2b-256 33e46f93318f7159783ef4be2aeffcbbe2abfba4db07775c484977821fb6d641

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.5rc4-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.5rc4-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7d08e944900ab500a61abecd3987688e80ae2c1fbac4a95f402e3fa5c0856501
MD5 adecf472747e2eae2df87b9de504b020
BLAKE2b-256 6e4157d7e6725e337d06bdb6c337f8ec1606f792c73c7f9204f3cf9ae94a9dae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc4-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 da2c8ab4f2ac337c3b20d713723482c962d4586a446f227d72dc2267c11fb99b
MD5 15889143e9e8bef16dddb2948e52b43b
BLAKE2b-256 cfb129a1524d9d27437002ddf030159199f1e5609983371f63b4b3d17f694bd9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc4-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 c903d2cb4af9e2d5aa1414bf63d0c09de56d40cb399a9e0cbd1b79ed361bfa90
MD5 01d8bec170c79be6ad525f2001ee16d9
BLAKE2b-256 9c1ebe924e23226a46e988dfb5c06dc1723eb3553b6bb621c0e121545e2f769d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc4-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 d0747544e08b37545f398e5478b09c6cb4066ac4283325af0ca70ced14d51835
MD5 ace9d3b151f5ab19c880b6a5b4abcba9
BLAKE2b-256 5637c65de3cfcb6bdb47bf2b3a912c9a7e5bc504ede3de158898c62078d106d0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc4-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c0f6090ac00761ffb1d4bd59598de41dcf2e2f1d51c43a9b8030f9bf19b132e1
MD5 d4a84c113defb8cbf0816b28efba3d97
BLAKE2b-256 d91f2c6e220b8c4420ee1d79fa3a0a1c8fdffd2176f6a6c246ba46c76ea9da36

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc4-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d726f6b0fa3f0802bda2feb00d286f83901d8c314e9ca8d7b3bb97e4f20df216
MD5 960792db8dc0964d60d47670b5bf8b29
BLAKE2b-256 a4c06fee63e4f45d9dddbab98c544a9925b83ea4268df3cce5c3a7b9d2de0756

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.5rc4-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.5rc4-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 eb957d95d6fb6644fb9fff3ab5550654f9d4b3a2e2dff6484cf319de616122c5
MD5 52e76e104828844ca8464849d26baa03
BLAKE2b-256 0622f52b35554b851338564651f209cbe390d7adcf2a237af05152e37f7b43f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc4-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 52752b346ccd1b0a196eb61f49a9efab31ecbf0439e7434089d243b52090c8c9
MD5 82f29ca964366713ae74d7aed7c157da
BLAKE2b-256 b9ae623891facdbb3bd99f9001fc06fb7eb9a4ee9e59c1f6b0503ee011c636d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc4-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 5f71ebf4ecb8ce7ddff3dff96c3c51004ecbde25dd835e97440a80b8013e320e
MD5 2a4819d0a5a2f71ca2b446ec62744274
BLAKE2b-256 270054dba208c9ba864cc80277d9e659d1b50b8f2ba48828790e7136d7fd9f58

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc4-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 c3b13c486b009b2ce3f71ba8efaaab2e1936650bae712876ddc644009e7684fd
MD5 24c59217603bbfba461edbc479f3c341
BLAKE2b-256 a44aeea44c3cddc85443268f5b523a48db97f58b8ea18341f2fc669a7f35a93d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc4-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e7540f5377d4cbb7f88a7b291cccee795fca86087e370bc8c0f8092b64cb23c5
MD5 2e557e96f1440dc4cfed850231b7015f
BLAKE2b-256 d0f31007702ceab6f0e094dc4472686fb9f368a10a8acd41c6a81245e197e667

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc4-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a8bff5a1fa24bb1759e11955557c189312e50a127720a7a3d32846aa8e5a46d5
MD5 a6a0523080bef9aa90d3b140fa5c79bb
BLAKE2b-256 36a0c01032c49840d98e7a88012bc89c1f053cf3bf1bf976292b096297f47cf3

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.5rc4-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.5rc4-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5864eeb2b95bfe3d659d36a372b1be8eef282897f7d16dc5cfdcab4a3965daf3
MD5 88131b767e9d1b26a179730d37b629d6
BLAKE2b-256 ff085d59aabcd3fdbd32c73c416070459a15f0a83850b2c38e2c928d9a449575

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc4-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2e036fc131e6fa91b28727f991cf1e9c30a47eac8931cb905ef8801d4d217a37
MD5 a7ca09ff112383c6b7382ca622e927cf
BLAKE2b-256 293e6bc637f05b389c372b016b932a9d8df06308ed672e2679e73b95aa864dfe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc4-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 9c445e4dd06c79518bb77a240af8f69a12640a18b3d8711fef93039534860d94
MD5 401721d056327ee5be0f5c2e409e8167
BLAKE2b-256 6cc9af043c0660de13f194c23f9b2f5fffb752312d0c9fd9fcc9480a06a32f7f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc4-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 2ffc55df33da16ef9b2f6fa13d33357c083ffb58d7f252f49c102e3da49bc187
MD5 c3ea6d9b844199293e08eaca53055cb8
BLAKE2b-256 8c496dfebd2d0c821e47e89afa83c641a3e79aad32690d1aa6547ea9d0156b4d

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