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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

File metadata

  • Download URL: passagemath_libecm-10.8.5rc3.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.5rc3.tar.gz
Algorithm Hash digest
SHA256 3109838384213454c23fba855eadc855fe10e6589264470237b0166d61793353
MD5 aacbeabc6ff6973299b5fa56e21ae530
BLAKE2b-256 4f6662e4c8a2e1c36e7a6e389e21662de0fbf7c33b5fc2efac932516c5c0e676

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc3-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3c0995d777f06febb590c150be5069d639b8ff3270fe70e15721ad5ac4b583cb
MD5 f69ad7bd9c297e4bc15c971d533a7ec1
BLAKE2b-256 5e33f0203b3029e2bc93e90f73d3acab61a00120b9f57c9b603b7b25fdb28184

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc3-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 44990e62acae6056330674df5975f40b500809e568de72efa5e390e7cbec71b5
MD5 c1bc89c44f1977f136a22fb6695fe617
BLAKE2b-256 0628799a10c0e15ef7e58cc2461879bbf31ac116262aa297efdf64bfdb4fe3ec

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.5rc3-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.5rc3-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 eb6aaac469d4d9b47834b216d528b98617d9325cc6c82640fbb3afd0c6a5fda4
MD5 0de68e1dc412f19049a9de5ed031187b
BLAKE2b-256 093613068df21e5cc21d530ed02b3687e67454732902f0b503313a0b96dbaf99

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc3-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e00cd46e4143ae84d5b44208e229f0d403b3a4c4b5907a39db4c20763000e08f
MD5 08eccff424b236caf8e30418948385e2
BLAKE2b-256 13197f38d49aa2b11544e9f8eda5e365df5a3bb0c8bc58644dec1cd189f5ae31

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc3-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 364bf1a1cff87eab989bd275652544458019c4a5f21830ea02daf1997254e582
MD5 59439a360afee04f24d83205bc41e46b
BLAKE2b-256 3841e477a12eea6d38efa1225e11363da86adefffa8a10674375529a615962b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc3-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 bc9f072b68de95bfaa23f4587ae20d4c37cd07edde9e591a691028b40dcddbb4
MD5 f2bd136e31d78b655c2a54399b8461fc
BLAKE2b-256 81d2d92ebefafb6db36becee883b975caf1e883373258c86349fd9a89008ade0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc3-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e944bb282de088e56b62f88f239b69db5cab4b70cd945af4891b2ad9a6c712d0
MD5 323735ab6ff76988e903180af6fcbb3d
BLAKE2b-256 bacfa9b67f91cc99de080d20a01ab355c89a47c476236d500696b3bf127a173d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc3-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 58d5397038f1d9e6e3eb899328c0ed0887b07c5c39e5c7a0eef288deb01b6700
MD5 ec5a4619e08dc10cbde5a2c0bb302300
BLAKE2b-256 64b878118915a2115aba916912f5e0bf3ce26f40cafbc3b75c51d28fef288759

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.5rc3-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.5rc3-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b1440f93aafd628a65b173c4c28efcf566e2b9343434c99f5423fddcbb8f9b62
MD5 58ae428c6a9033b9d3a4638a06c7e286
BLAKE2b-256 072b6ae1d1f4a361642200dd7af36d7b49076cb57b9c9934f6ab417f56d5fa6d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc3-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 53217f052a53d5bf1653245fe95340224df21da19b05e921893dcdbe83094631
MD5 e7ffe4d08bf28dd87b90cbd7ebe564fd
BLAKE2b-256 e9bef8ae569b89ded5ed231d652cfc58b151e5bee99e8f93cf704bd602013bea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc3-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 7ee5952c59b0b44677d7678f4141b4feaa5d18aedf724a0bb202ac91fca4c659
MD5 e4d07032937bdc89dbf01b51795fb149
BLAKE2b-256 dded71a2bd37919b1f0a74b1dde37f791e3ae931dc9a4330186124625aa816f1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc3-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 9c691e3e9eadcffc9a7f5e9162ceb28200995436761a6604d07ea0a39eebbc7b
MD5 671c5030af1c56637636230f2b6bb48e
BLAKE2b-256 8731a7c7b4715aadec0ac97d005efb905ac72219ec1c8d33fb5ef5aa50795044

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a63141e5e184d11606d478cfcbc7d00524c41f9c2d78929e53bdc396234434e9
MD5 bbcf34e90daf47cbbc4f6e1cb476b6f3
BLAKE2b-256 8f999436a46e0297be8727077595cc280d0b2bbbbb450fb69ce9f8703424936e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc3-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ae47636c905076046cae135a2cb4337176afaabc5f864fcf4ac483159e4a0b87
MD5 c500ec65348eb9d30ac0d7291a04fe1f
BLAKE2b-256 a116f5d39db85384483423bf14006b006ac07a168e7ea498edae0f6f77987445

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.5rc3-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.5rc3-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1f124b88a5c30e76d41436f46c91dd50dea8e45b251151dda488796b90255ce8
MD5 68749dac0432c9384335a335ae65e415
BLAKE2b-256 386e10bf641469bbc758c7b4ff07b7f120fad812ec73db7db8cb7b7122672209

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc3-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4072b0b4101f57c689ef12877f3f57f60afba82ff420256c7b51499ebc81ee03
MD5 2c41a3004be0ec05f3d222757ed94610
BLAKE2b-256 6de8b4f79c3625c9c7bc50440bcc61efdc172067ae5478b56cc4eda8d31532e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc3-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 b76e86d3eecbbb2fdab622e0a68ef437647bb7f2e638b084571af253b46a41f2
MD5 8c8a9afd7bb10e9c2c89371bb384bb59
BLAKE2b-256 3a47665b7130fdae3ec67d38304353e90de8b484491a314a2e8dc3f10fadff12

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc3-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 233c94ef7c12397327f770fe0ac804cfeff18e59a5c72b83799bc3e913790e0d
MD5 006ca11a4c2359bfd1aeddc71beffdbe
BLAKE2b-256 1558a0ba14ce17a5aff39c75b100b957041c15f9f8d1102bf812ead565260d79

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4ac47bb50fa18ea49a30d38f63e79c9166d45a056a27f6738eebeb173bb2c590
MD5 bf4ab37b8762196813073395cac52d15
BLAKE2b-256 e207b97699a4e5952c5b5f93cffa787a28c7fd67ae855486f2f051c6b5f88a2f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc3-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 712f2d3cd0111f3e921696f256ff7d24ff3ba6711a431edfaa618cbbfcb9f572
MD5 a47a2da147496a2c568f27059db3f345
BLAKE2b-256 611ead35a6dff1274b5d7a964cf972161e01a5033f7e705ce1b3df6fbbe76f59

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.5rc3-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.5rc3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0ceb6a32eb2b313d24acae92d05c4bf74bb5d4ed2d86e880d33b55167b714d91
MD5 3a65b44ff5b740525185e04270ff66af
BLAKE2b-256 e6d20766ca2a90ec3c20426b7cdadc1f4f3cd5e3f4234bda40f1fb4932fed2f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc3-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 24327a0c84fe03465d2f63b6f51f2c28640d26a5b1eeed7c5f4bb420b228d12e
MD5 ea756852f5dd3324fe5c1d7df4415a5f
BLAKE2b-256 68dd61fd71ec8dbf6294b32b85f82bd01aef6fec6a092a7b5d6f00b480a3b8eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc3-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 732b430cc67f49b525a7df3a55577accc1d2ccfe27da54d05f91b1c5254a5c44
MD5 aa6cea665bc9f83a8fceb1c18227a941
BLAKE2b-256 c5d4323a66908aace11c207a5da824698f093e29c25176ca6ca58045f786b6d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc3-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 9b0bb12b749551eaf4f7b74a11f74c2fde5015e100c53a149c618891577422f0
MD5 562a3c9f7cb0fac34d57126b2c691a7f
BLAKE2b-256 16c5dd7053442cf49182589b4714c3bd9c591f06a689d6e214ac9e9ac4e25dc0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ea1162746b1208adb84a7cb53ccaa2bab0a88ba4006fdebb7fd3070b60bdf02f
MD5 53e14cfce9c17f99b224745257b4bdc5
BLAKE2b-256 2716936336845dd0b576f54e3e607a48e4c3f9107e98d3aa9e7fffb8e5c8048a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc3-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 529f4eec2283b43278468552deb9e394e0f15600e9e1e92fbabaa346cc40f866
MD5 c2f3b0625dfd3fef8b28fa1d7073e59b
BLAKE2b-256 e978ffe55e14f92d3906657b0a7293c4919dd027cae3ba51c39dbea36388f8fe

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.5rc3-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.5rc3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9cccff9ab267346a2d0ecf500b871620cc27e214e82ca9c531bc9acabe5917a2
MD5 3667796a4a88406fbed9f8bb37c2a9db
BLAKE2b-256 5c378ce335334629013a0a0e327b08fbd08d735e854754b3215a143667c8a36b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc3-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a7257f4137106a4f150e0f12833b46a8c6cad3c05ae0210ebbd38d991f3fc316
MD5 b7041e1e7dcfba0be4eaa8e1484b6540
BLAKE2b-256 a1be9b2c602b5f6d01c5925b48e9532827ae4bf2bf34feb5f9d59fe0d383b5a9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc3-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 4d755f385ac80a62d0d3ef5fe6dc119c6ac0ac31c1705a8306991e24b875afe9
MD5 636438e46316e9887fb74f1b36906ef0
BLAKE2b-256 2f3f1b02019824d7202aab7a9293d9a1d166b80afd57fe65d36d0f66ec0e08f1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.5rc3-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 7b8a377fafa71359e4587e835fa16ca3e3369dcc161dfd7be803b459bd63af53
MD5 3ff1406322973dcff12ce9f4b4cd5e3c
BLAKE2b-256 b6fe89ac85a5ab46f55882b9fa531b5e2c0940a1929034e7277265f3648b3739

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