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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.1a4-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.1a4-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.1a4-cp311-cp311-macosx_13_0_x86_64.whl (703.1 kB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

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

File metadata

  • Download URL: passagemath_libecm-10.8.1a4.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.1a4.tar.gz
Algorithm Hash digest
SHA256 b28aced82c55b274847bb53f6d25a9e4c1d2d2804813fe41410b6c439a4efaca
MD5 aaf37a6ded057487c042b0280825e8ef
BLAKE2b-256 7cd957af5a8050a65ac198f8469f6fbb1bbc80e9e559cfdc07f96dc8e1feb640

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a4-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bd57310bfc61dde89e6f962035b77160cff5451454d6b662811092d5dbacbadc
MD5 8575e3c925dadc10008f20057edc00c6
BLAKE2b-256 1bed69d199f7bda13b78cc6a4691fbbaa3c18b5e452ce414e324fa7831e5f690

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a4-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f9bfaee5d7dc0293fd462722235af76bf04cabbb07e02773c081a393e82487cf
MD5 24223126bf16eb964154332e45278763
BLAKE2b-256 b738b5985ad276b5e0dbb31f552856dc0677b431afdbc5ccdc395828afdfcd72

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1a4-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.1a4-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b5fb8e7979127dcccd97abee61e48d990fcf722491af17ba676489f7e98e9f33
MD5 99428a500f32caf5fa22e20c0ab000fb
BLAKE2b-256 7633488106d3cd02dbd99c2041f078afebd74dce85e2c8acceba0da5cd7cbf6c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a4-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 47dcb53206a45850ba6d0ce5803f32ba62e6feffef692415b5ad630b20eb920c
MD5 53bfeb1ba9ce146c5e7fa9c72d1b47e1
BLAKE2b-256 9f08841bb0f91f8bfc954af875fbee26169309d5669ccbad4479ea4e62b98c65

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a4-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 0a036053ed66122b192bb17658c96045dfee5d4fb5115cf63362f79efc712fe9
MD5 7401aff3ae8336fab40bb780d80c9006
BLAKE2b-256 6a17b2a2da5767fb2fd2fbfc44267677723fec178f93065713a181bcc69b9839

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a4-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 0298194b81504eef75b88625c655324b5e0b9a506fc14df3e0a79b5730bbcf56
MD5 e6b3a2ed7a51c9a05d85a14817ed3a37
BLAKE2b-256 d1732976b787b18efa93236f9f614d8d9d6a27dbd53fee094329be1b432e48e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a4-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 34bfd93d6346539c7ef336314fe8f07e49914c4a5581e460921836c0fa120843
MD5 53288d8d370724ac7cd16a75523cbfdd
BLAKE2b-256 dbf46a5858693df47a7302b02bc8244ec78c0fd5ce8b704702c0c51c15c7f71f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a4-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3ee57a9d4d46e9b72b0868703fa27971e5441494a67a69f89b936bc158073b4c
MD5 df94ac7e8880823dc77ab211ba053c67
BLAKE2b-256 23366ed5024e390bd1f722dd18da738d4b24bd85e23db3a47ed4b2bd481e4070

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1a4-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.1a4-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 76a25489b0687724e0ad4d823dd58f4c4de0096eb05986ec84a9ac3d1fad0b44
MD5 fbf1332279dd94917d3f0ce9558836d1
BLAKE2b-256 4b159a23ebc3cef1aa055726a1efb420133bf4ef4f32a4839607863c4fc40454

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a4-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e0b93bdab782e333df1baf03898eaca527e2bc5f0860ef418ebf5825abba9c12
MD5 dbcc6545478ea8d654eccd83f3c4afcc
BLAKE2b-256 89731787f70057c4cc4f571479c7cc3f7a5351144b6460367a9218b7c403d635

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a4-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 d73e5175838242b99115d49fab153dc1bb167d4d2c290c8838d6cf7db3019ca5
MD5 8dd023374eccc4a1c387842584b41b12
BLAKE2b-256 0f858c0a4756ead5239077bc154714605d4bcd30c4fb7d1f2a3b85cb5e447965

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a4-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 f982f6ce7d43c6e81cffdcb54dd129c1caeddc2b8250ee0304d6fa616128d8b1
MD5 efeb5ad66f2b4335b6e082806e3e6f82
BLAKE2b-256 ab0db00b7f5466a661038ec5136a714f648d1178f16542727497236f194c11c6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a4-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d71fbf76ddd7fc8dd77acd930e59f3eaa323fe5cf1820974c56c4eca2a0b0fed
MD5 33aab3ee9e0e288367d69d5a1c77f506
BLAKE2b-256 419fdba76077fb549f3c465f5ef7088533be26fb4a1c7fd57f9fe01cec1da4c0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a4-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 885166fbdf8e6f2b4f99f793e0c9ab4e8023861d58ce18661eb2354ad38ac66a
MD5 fbacb75cabdb56ab8631f0d89599e60a
BLAKE2b-256 9acc369aa70c60baf59766749e833287dab8ad1c9bb0dedd14ab776c6543cc2f

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1a4-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.1a4-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 53a1e2309002bac0cab0d435c2f651cc964954028dce75809262d07dd0b22eeb
MD5 0274e6528803f75fac7420b9cbce1e07
BLAKE2b-256 935d5899cf663dd6c2df1cefb58bdcae3e7a3821f898677ce1dbbe3e6eec9479

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a4-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1907667f4405df6c234d8f9d68e788d3ed07af20743bd2930380dd1bf9cb62be
MD5 00e13f24791518c603e73b8178af855d
BLAKE2b-256 5c2069315077d630d0200b3899f7195f8b5b86b36bde9cbb01555ac876bf4f08

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a4-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 349ae2b4357a15aed57e301fd30de5eaba23262eb38cdb423443626face46fff
MD5 329ddc6da1c9d9e7ded80202b21a6122
BLAKE2b-256 ddedb6f7650ed8e600037ee38b875b40f32a7a6ddea76c361894704641644aff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a4-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 f148672fc7f85caf9622f8e9d4f661be3f2a58bf31d1867a2a95508ac4504ec5
MD5 3fb244f6b2fda560bb487eaba176a27f
BLAKE2b-256 f6f6bd93f52660ad6d1010acf847ded1ed28b529ec7f778a124b00344e592678

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a4-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d2deaeda9910e296771085b23e5ae2d982623b0172325b1699e4141549b88438
MD5 bce769a40b9c8fb517c94d8042ab1c96
BLAKE2b-256 203365423865dd5fd21ab2683abed01fc0823357ff9fc36b3eee44a74dbe708f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a4-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 06e54e46a798bc987368344249d91a0e949c1d5e9662a5d5686e171dbee173e0
MD5 9d9570d9adfeef04049581aeb24ee702
BLAKE2b-256 05958ee71e8ef8b2d70eccac01843fb9f2e4aa847fb8fc629148b368003f79f5

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1a4-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.1a4-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b25a7ddeed1070141e8864e5c185201daeb85952b58474de2f95b6abcf54d988
MD5 878fcefa2970c63cdaa2087d208697b6
BLAKE2b-256 bfbb96259f0ace78c342b77988359973e3d1fe919af6cd32a5e0344cc8136fab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a4-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 abf59323fedea7f5d2ea9f4a11e53627078b6e4b628998ba38a5d5d8451d68f2
MD5 47319395e6f9cc0c8f5b6ef8bc2b63a1
BLAKE2b-256 b35a8343dde4bc4ea3995d4fafcc815fa8dcd267143abdd01d3ef61e2a9c71d5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a4-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 065d409a1e77f5521e1a27d090b22541c35fabba2afcf8423c0bff8dd53598b5
MD5 94684d9b814e4cc5f22249ba72b9ce1b
BLAKE2b-256 3897c64e99915d64d296414bb5fa8c343f81446d04275d772a01fa837b927eba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a4-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 ee0a93a7323a114d1deb7009a1602ed944dcb514be5db63a61e38154b20ab233
MD5 036a6e8fa7830e2d1bb292ad01b11bf0
BLAKE2b-256 2fec85293118d92a79fc7f729636cde881a236eae5139584fa50db8ad2f4fe52

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a4-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4eb6bf9fc47a6c8a7ec55907af9bb52c03410d6126e7477c79750c90b297de20
MD5 de265edfb553f93812e0e7d1776f4f3b
BLAKE2b-256 abc3c4953d859247d91d04ea9b26b97682cdd875de088cd3077c7d539f1b4332

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a4-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ca7cf1a3bf71b34761ceb3596f774ce1c82ab3e67a8bae303eaa3745a6afb180
MD5 131f6cc16850ffdad016123298c0974b
BLAKE2b-256 efb2aeeedc3ab00ad9ce196fd470b09a931bd5b0fd2a271f894e49d5a300c97c

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.1a4-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.1a4-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1d89c1f7f31263bcfa687b07ec2f5f82ad0f6dd5448dc960d9edbf83ce246b31
MD5 edf22e2c65411a9541ec5bc239ad81ad
BLAKE2b-256 89ca620e5f009afb45870ef1631ec7c2a649bbebcdc0cd20cd84c2fc625333bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a4-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3320a5b011f5b41e8116311718147452e516abaf9a1834244ec541728d866146
MD5 f96f4b30dc4ac0afe4167ee672599efc
BLAKE2b-256 30a0ad45e310fa1b4f1a58c6dd93abf6088c004ef7962fda3cae744bcf9f9052

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a4-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 717064aa603cbd5a0520b40faeaf50b2f735e7bdf641b96119450b7242dc064f
MD5 23c49bf38d808ad49bbfeae578d7ca63
BLAKE2b-256 cbc18eea8c6041d948d1dd322c228700fa5f3c0bdd80640a12ba82d569f36a44

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.1a4-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 5c014aedad4b11279cee6c7b3971fdd2f80507cfe79d76dd6937e9dbd04c7bfb
MD5 da100ada1b72ec3d95d642c6de09f528
BLAKE2b-256 8d7247937fc8dc49f3109c21893fa74b108f8d792287c65e9118a3ed14484b5b

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