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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.2rc2-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.2rc2-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.2rc2-cp314-cp314t-macosx_13_0_x86_64.whl (705.5 kB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_libecm-10.8.2rc2-cp314-cp314t-macosx_13_0_arm64.whl (635.5 kB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.2rc2-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.2rc2-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.2rc2-cp314-cp314-macosx_13_0_x86_64.whl (703.8 kB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

passagemath_libecm-10.8.2rc2-cp314-cp314-macosx_13_0_arm64.whl (633.1 kB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.2rc2-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.2rc2-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.2rc2-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.2rc2-cp313-cp313-macosx_13_0_arm64.whl (633.0 kB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.2rc2-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.2rc2-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.2rc2-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.2rc2-cp312-cp312-macosx_13_0_arm64.whl (633.4 kB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.2rc2-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.2rc2-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.2rc2-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.2rc2-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.2rc2.tar.gz.

File metadata

  • Download URL: passagemath_libecm-10.8.2rc2.tar.gz
  • Upload date:
  • Size: 16.6 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.2rc2.tar.gz
Algorithm Hash digest
SHA256 0d4c739b5466233522a8e1cf1d9d6cbc52a76ce0e8f11067017bb57efd2d1538
MD5 0d42962a6085b8caad556c272d98dd90
BLAKE2b-256 f19b70fc606385e36b1b17b4cdd9a3ede9f9d27cfcd8c631538d1ca40c2c0fd6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc2-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 06ec2acc5dd4f937b327994dd5f5271085b6289f0f18bf1741b4fbc7c4faa717
MD5 93447444ef191d5635a86dacde0363d9
BLAKE2b-256 ef9addd775aceb5c8618bd4145d8d82bdd8b3e2a6bcb0ac41ef79a275fdeee93

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc2-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 23252e5a55de43f7644aa1c2c1f7e6617ce7bdf7d0cea5cc460fdf8a55152b5c
MD5 eddc8da4600681e517e44337ccd607c7
BLAKE2b-256 4d6e4d98833e0491f7be96bbeac8ee44f2b4807828ee27a3dc49fcf21f1bbc2e

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.2rc2-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.2rc2-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cf9b5194d29938eb70ec9d8b64df55cf19a18322e69c3ca2863865b28c7436b5
MD5 fab83756825eac5ac1d8dc9b88e341dc
BLAKE2b-256 14a86f3fc036623dcfde3a130483412cf5645179e7031172156d57c4d272d3bb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc2-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7e3c4bcf8a9967484369d72910ea6e5372e3043a64036bd1301fbca058a1f105
MD5 b418ea831a752c4c7e71acbcf9e46c3b
BLAKE2b-256 7c1a186d99965aacd539a20f53514ada5d3cf2a00fde3335ecebbf0433dc29f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc2-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 6fb24ab2501f412d6ca0e0c5a7d42e101ab98b73f0593783d3368b7208c375f1
MD5 a930dd2e12e8c8a57998b33ae7df6391
BLAKE2b-256 00b151d6e64748b00d21618d0bf583291a22fee52b6aa59d82d5d70b2740015d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc2-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 d53c056684412796d7b1d85f76999f38e45fb2a261c723ec868bd322f206eb89
MD5 edb0779a18b82bae917ccb8fab3f59f4
BLAKE2b-256 779eb379eee7f902cdb5e619c2522d15b39f4f7bfc32c389dd077bc8b23892bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc2-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7b5c22adf2976274f048cd8377f91c1aa482a6113ff556e27947f46e54a37bf7
MD5 70048ce561ede92b86895199105878a3
BLAKE2b-256 0d6ac5924566a449eae72de0d6358acfb8abbaa405ae3ba7e8d3bf330b2971a3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc2-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 43f702c94efdc357ca9af8669da811b22fd004810e38593f71504f5fbd88de49
MD5 007338f04c7a7a8c953c45ad4b44d7c2
BLAKE2b-256 39d173a6a93b94ce33e3b096a8e98b2210f26d8d9002c039d4835592eff0c52e

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.2rc2-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.2rc2-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 38661ae97d51931d129696bec881e577b127810934568752f309c713329e3e21
MD5 fdebf667246b94c76f218b1eb04f3da9
BLAKE2b-256 314d6cc224b90b72e83a120ebb7a4d42b547e6d703ab71baf67ed3be72795537

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc2-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e9aa4329ae63656a1bb46fed0402ee7ef59816edabde3740ee7ab4509b77a6c6
MD5 c4cf75f1ccc830b9ea1709cee6025a87
BLAKE2b-256 6e4e1d1564dc39b0019e8d691d06777f1e1968b25d68b82691e8c48b0b19d783

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc2-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 ed8f84ae7950151f36ed6019f2659ee2b93c52c2f2488c8c7bfada261b999347
MD5 ae99ff29a85ed208a1ed9f56715ba36b
BLAKE2b-256 486b2623b69cc0231c06430e63749faaee143e7dbb086cd3841d196acb250b37

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc2-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 9095a3b91d19f674124fbfac3cffa3ac83c2ce61857af068d2873617510d895e
MD5 c1f1352499037f230b34940b8f660a41
BLAKE2b-256 680ff326ddfec92ceeee495471b773812687012fcb1490b80f01a04d29082227

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 14a901188398fd723295839d12bfd37a0134682e470cd7ea88187463296d7b76
MD5 c49c84f59732876f43adf828a2e189cb
BLAKE2b-256 90610182fea577d28e8f0d1742a2f4d304d0fa7344be83fa98bd34a56ae65919

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc2-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 821d892461e2c1b524f86b1b6485aa54751435f1ae9cc445c88e53bdd01b663b
MD5 81c17dcf3d1a9eca616014bfde358471
BLAKE2b-256 16508f8fa2eccb1526ba6d2f82ab9ce1a7c0209b47e11f6f40b253317b930c40

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.2rc2-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.2rc2-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8be422f09eb59454945933b9548e47968baeff3bb2a8a4a9edb24dbf7d897329
MD5 6aab007b5adf1d48a6935c8f691f9dcc
BLAKE2b-256 be3370b40bbfbc35749378fa063a73a637d1c0944017b9c1d4a36edbb8962e05

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc2-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7cac50cd02e61ff222f005ab31ef9874f2588e35179674fa39d6653c155a7e48
MD5 baa9aacd0e0b7b1f18a6b35700b1c1c9
BLAKE2b-256 9c9e650662229cc5ba7a7f80d48579fe2c65a4f3e41a1084dbdfb39cb90bc19b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc2-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 d0bb517d1560afb8ead28eb81a477157158c60b02f7c079df6373a75357e72ae
MD5 e321e19c98bb2687ce3219a19460432b
BLAKE2b-256 4527c8572d0bdf601dfab1355c7960e75902d9587a5e1faddcda4179046e02bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc2-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 caa0750084d150c1935e5b4506e2aa71d2b6a61f35ab6bc7def2fda297383286
MD5 cff286e0da7f1fd2e9bf21139bcf957d
BLAKE2b-256 9699f9af713982cdc8f4eebc96582f0fe6c0e39fb027244a9313db28581158a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 21069b4b994c658dd2de414c4877f93e0120d2959ecf6a1b855e2f68e7f4053f
MD5 152fdf81ee652dfd5a8484f492dc166c
BLAKE2b-256 f73e4390818ccae47931a1813cfc076aad2f229b199b29853c36b0d827ec5647

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 be89a7ab77717f95210fc22b9c3bb39a18a89363640d7efd129298e85ffaf9e0
MD5 15da6d9f73346bff9f318bbcde2da05a
BLAKE2b-256 5cb61aa228f074cb079032e2218387afb422aa7fbdd5eeb43dac25e62ab03e6f

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.2rc2-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.2rc2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 dc3ac8443445e7673b198076bc7963695a2149e8e5284fb03d269b6ac3712f49
MD5 2c7edf02b030661f972ddb6cd3b07900
BLAKE2b-256 389e2b101a2ad86e74dc2fc43301ec8b94c3d8aa9b5e0ca8daef128892ba5b43

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc2-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6901631270e14d68b0fd939981f24b7abec662e8aa56d8862ee94615a72e8475
MD5 8fc882f9a2c4db67e55e0065a2242481
BLAKE2b-256 e80cfe7e1fce946a711c3a294e82289c75e0713c242917b1af0c735da5f68479

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc2-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 bc79be6d56b7709435c57ccab69842937a597cd2cd0e3765f83c162d9122a2c2
MD5 489d91d185f466e7c090777fadc6ab2b
BLAKE2b-256 ae9ff02dcf0b368a3d985ff52b709bda4b94c8daf3fa7866800912f616326bfb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc2-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 ee0a8548839563dc2c7e702a2840665e42592276cb854004ac17c97fe80be4cf
MD5 440083236eab23d014f972f6961f654a
BLAKE2b-256 843e9dce7768728f074e90b5ae345bdb587bb2b8d8a6c6c2da3bfca9ec65982e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8aef1ccba08750a8c4a14083b5dcf311bf8e1376751468b313e8c5e1f8b9c9b5
MD5 5d90260850a2f7ae7db86badfe192e8a
BLAKE2b-256 acdf0828f17490a8830cf9a28517c92cd30e9d211dd11f09ffcc3fb209d9efe6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8540dfe057dc992fdc2673066ec50d2a95eed79eefa860309e76f82696b6fe00
MD5 f50d8e47938b8e08e3756ebb0ef425e5
BLAKE2b-256 5926c335512598497743f159fd6e9a00a00f4428c7b9778bf3748d9e482bfa1b

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.2rc2-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.2rc2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e0d4daa3755ab5f210e7e70f652cd73a16b0b54f8691ffce67e85d06e35358f8
MD5 caf07fdfdb2ccc45549a476ac74e4057
BLAKE2b-256 7a59b72cff56c3794d5e08da5fe5c8d613151f39739ef30aefb51d1b137f59ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc2-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c844666a99aab86257e08d44e694c74fc6c80cad4c2382c37691db60faa8808a
MD5 f03d44f4327648c44ccd12e2c1cc6ef6
BLAKE2b-256 1786e45b017df2d557dc8d21450c9055f616c4d817b9ffaaf287363d06e1031a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc2-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 5b8564a6e7d8721bcc6d81783cdbdb37e8b51ca024514660e2e316e5a5aa9870
MD5 ae4efd2fd799ff15d06cace7e6487d92
BLAKE2b-256 d2bb007b505c72390dc49ecb6b448e8d332b9e6188033fafc028106247f9aa5f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc2-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 d6a78b5a07e5178732724fdbe231c431f279d958a7090541d0d98ff8ee327858
MD5 65c6dcc8c6a7833c296d47858829fbc3
BLAKE2b-256 8f9aeeaf0d7b001c0b768ae9ba59c5d9b9dca32b1966e7eb760c25b235a6ee6e

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