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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.1rc2-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.1rc2-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.1rc2-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.1rc2-cp314-cp314t-macosx_13_0_arm64.whl (634.9 kB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.1rc2-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.1rc2-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.1rc2-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.1rc2-cp314-cp314-macosx_13_0_arm64.whl (632.4 kB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.1rc2-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.1rc2-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.1rc2-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.1rc2-cp313-cp313-macosx_13_0_arm64.whl (632.4 kB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.1rc2-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.1rc2-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.1rc2-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.1rc2-cp312-cp312-macosx_13_0_arm64.whl (632.8 kB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.1rc2-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.1rc2-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.1rc2-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.1rc2-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.1rc2.tar.gz.

File metadata

  • Download URL: passagemath_libecm-10.8.1rc2.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.1rc2.tar.gz
Algorithm Hash digest
SHA256 bebe4e2f31ec45cfaba5f184473499796284c3d6feaa093fb7f0bdbf51e2bbf3
MD5 8b5e7dea3c238334bfbfd79e8d9c6f4d
BLAKE2b-256 79efb764513966972daa8e166ec262ca3b678e42d88e15bb233bb693c4d3f887

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc2-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d5b15449cbdb510f7e890acee9f64b25dd397b970ddd7b7995af72b0a6266e42
MD5 071453bbccfe7449590e64aaf8e35771
BLAKE2b-256 457f435a989e28433b25888b66ca98e76e51cb4149cbafd1fd40b98538b4ee5d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc2-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 38102ac8bfe6a685ce1567864e8980b4283fd344fb5224b6568b52f08667dea6
MD5 e12bddfe18a6e1370c2595cebf697595
BLAKE2b-256 3afc8cc6e1227a5a09bddd79fe0d2fb54cb6dbfc11d37b2f8168f7c007fe0f14

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1rc2-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.1rc2-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2196546081d69e73c5e6056bdecdcb333ab6aaf0b0094a6d2dc08af9b25df7e0
MD5 e9885ca12fc4fa4a64677e074f429b1c
BLAKE2b-256 ef1c7238e764a178b5956314bc386902f02bd3ec6a98d9863e9437d76414f33a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc2-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 976cbb9d00ecdfd79f7ceb5c33deb4d0425aba3889446c4bd7a430f9346982e4
MD5 4e876d6da391b4f6aa68a731322e16bc
BLAKE2b-256 35009e82a4650d9015cc78f682398bad2ee864eecc30dfe75325ca2927e36129

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc2-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 476f94a8d52e8c54c839672b7cecf78d15762116f200af623cde98aed70b3072
MD5 ca8ed523c7328d271af8413533dfad28
BLAKE2b-256 b714d05571607db72a7d7c73b360c68d5afbfe960f7a72d08b4143c7dc27471d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc2-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 281174970acdeab69464a337d3e74d562eaafec5b47a64b22e6e25660c66d0a9
MD5 a1fb96b040ac14d3cffeb5d5417ca558
BLAKE2b-256 71f9cb3a98ce1d09ff8aa816ea90b103c9af970625b92debab317b7736ef2b0d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc2-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ae38cbaaf5b3f0e1e1fbdf984f525762a62c08604dd937b61d1b28e154142bb8
MD5 7d714332851ad879541a29a5a46fc426
BLAKE2b-256 6c886f42a250fee977bf161f3bd5fe731a0d6426d5cbef79c61bf4f142cd65b4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc2-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 560d8a0f1541ee043767848499d73adc13347932841eb42f6f571cede54b704f
MD5 f99b8f363b25ddffe1cfe634df87ca1e
BLAKE2b-256 205c8de874f80fd9fb0824f92161292aa7779a465bb6c61c8aa24d1b930ad22b

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1rc2-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.1rc2-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c751d9ea085932e078a3046255ba67c4dcdb067dc9ce30da29a2d141a09d570c
MD5 dcb498b738d357531ee410cd74f6e6d2
BLAKE2b-256 f7bf063f05d37e5d99e331a602e195087957539a5de5f80bd645494a2034317d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc2-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e7293a3f74397b2ee96914721dfdbb681ca73ad5612015fb7a9d6357ee054f72
MD5 439e9f6be414513ae251a54d40d46f80
BLAKE2b-256 4355d3376ef5eadc57f5f458b3611d7c6dc0142bbb7521c3bb82f66fcfbd51fe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc2-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 3c71f28709bc01c0c8102038d96c9aa5fe4d90d5e78786e47853a9f2b6384005
MD5 5db4deda0c03e25312562a72e2fc76ac
BLAKE2b-256 af0f668b5b6cddcc12ef86efc65c4b51c6989e62e9960a8eb1c6617d7b5e1ede

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc2-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 313aad99c92abbc46f199e78b0b86e25e3795ab96264457a094ade27883092af
MD5 132e1a9c6501d85b7bc6bb85bfd3fde2
BLAKE2b-256 02b5d23a5e4f83be02574ba21972edb301236a4473c1ef671bfa175781531ebd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5b7f88bdc0d6c70fcafd66c1d5b6c82833824f79e18f1c87f5f0073177b7f2bc
MD5 bc69cff2759fbe82a0b9d87f40e79fd0
BLAKE2b-256 4cb36cc3994cc7f7c29722814469195809ece3ec35053160e2f9dde223524bd7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc2-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e1298141349f9d10e937d27b55db412dac553d2b8f8de2d0df0244cbaa1849f7
MD5 49c9dcf3a837daf6587fbca526d2f640
BLAKE2b-256 9566ec3ed17fe68186c798ff7ba1e988ebcc811c99f75379c322d8e00ed31a67

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1rc2-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.1rc2-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4bdb077d192046b06965f292d196b971b4bd0b3d8c52b79789bce01488ced7f3
MD5 f0d99aaa302f9ed47b441b277fd4007d
BLAKE2b-256 ffd230db4f4c23e2972dd80ca709abccbffe00b40c6ec46d9fcd803d0b678d37

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc2-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e5e4348480d9fec3e7f2d833b239b3a3fa20b7655403e42744c010ca95284b56
MD5 0a0c6211bd27f12f7d653227152453b2
BLAKE2b-256 0aada6f1b318c1a294478441b9f237400ec0c7e4abcb074fc4669fd0a9ff9f06

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc2-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 894971b6462ee9f0b1906d3e47d377f4e9eb1a270855075362617b89c62fc2f0
MD5 f92d495519630c03eeb7828c78230099
BLAKE2b-256 7e89c0a03cee41930f31ad33d4011f288bb39c6d3db668a652a19c06dd077d75

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc2-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 63e3eb10912284a8b37b09b0fea056569688b395c4dd8c82c4bf05ded5f92293
MD5 bc8abb4ce79f3504cac98d02436e1996
BLAKE2b-256 db8034f7c8a7ef42ff6ee7744d9d7382d122ddd61d47546076c53907690e07b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5f191ff1e389b48f675ac03371fbfa62c24edd6c5124780f88efb00528043722
MD5 5a41450c58a956f6046a05556b0ebaad
BLAKE2b-256 de8cafe5f2419914f03ea3a4d9c0def9aabd4a9a377d26d4ebd6dfd0c9a48dc3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9997294acd9f198c95b73f900152450125458e38e49c2e2272075506e93b0036
MD5 a6a40c15d714bbd0758aaa2a39e4ad8f
BLAKE2b-256 e6ccfdd3f31d032f1bb9100f884fb1212dc8e38ac57d6857d73367465962df84

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1rc2-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.1rc2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5ec277fb3b8be8d1ab5bb45d2cd4a19df22ae6fa68b8d3fcb8b7018488b66d51
MD5 06c88558dc618d7764a3789465aeea75
BLAKE2b-256 19509009a7dceb7222491c577090008bd8a9aa6784c479b30294d4247eccf985

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc2-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9af325b51ff905c7f26c9fbfaf10ab161aa69b7afaf98ee4d601b40df6d05b28
MD5 18a8a056809028c2fad4f00e89da662d
BLAKE2b-256 4d1232a22d49f0028a896da6df4c07ffe8ffb0dfac66355742c92b9c2f75d3ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc2-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 c5354ed9b66dfc254192be61766351baeb01cbce77c93c96425887c70ccc7b43
MD5 a9c2874b7f34430d52048271a744eb85
BLAKE2b-256 79cb73f7f11e086cef2055fb96fa977925c813fdd408cdc34cb47eaac73f31b7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc2-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 96455ef011b5dbbf94d62f308d0d583a997d50cf0a1f02ebe27c067ef5b351ac
MD5 81a81ec3eea1fda3a2b1bf9c76242605
BLAKE2b-256 eca9bd80dadf0e3e2bfd1e00d06807e1097dbed50b0fa19e1e07403aa5c7397c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0180821788f116a1d6ae4d8d51fde062e5d3be8b040beebdf5ef71cfbf80500a
MD5 cd228978d3f80d3d9e96e6a1c38e89cd
BLAKE2b-256 111162891635a2a5d978d24fba4583010bccc266406986f86ccfb1c57665172b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f0a9c2786f64be71e3cc94217d364f4c3be087aca01b8648778ae530f4589c53
MD5 88f5075939c3fe775ef3f3c8118b51a9
BLAKE2b-256 3ab0382a016e772929372d412ae767b580b9be6de7e5e5dc631b0a6267727456

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1rc2-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.1rc2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cb3e5ffe38a50febed7c467da41b2bfca48d770068ad91c7ed522b4ef221622a
MD5 c12bcdf232ccd45c194264edd42b5f6d
BLAKE2b-256 e88a2bf41c10543abf57eb0654d72e0d526d52039edffcd8b829433a608e2e52

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc2-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e6d0d2a121128159e842ce59e21b90afcb9b24323710edff5212945c8c76602d
MD5 d15fab135f608b146ed4655d0792c859
BLAKE2b-256 d46e120fec22bdc69a2338ec5143a49e64b9daff7c7b3fcd099e5e16b0253a37

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc2-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 9f109a22f028e5927aceb2d6048d937752841c0579250d47faa4e8ad06e76487
MD5 9c55fa7d5e9a20da43389ce41a3c26e2
BLAKE2b-256 3454962048ea96a0aa556f31dc825258512b83bdc9a4ada1aa463b4126b943e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1rc2-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 ff0385560b53853c3ea7ac28133706a461616ad64ba080ce3c46411b49381c86
MD5 fa1cb128449732975f92980dcca676f4
BLAKE2b-256 1dfdc5cab7bfc2c7770f950ce47fc50c81c83a535525ba061b2ca1594b887cfd

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