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 --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.6.tar.gz (16.5 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.6-cp314-cp314t-musllinux_1_2_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

passagemath_libecm-10.8.6-cp314-cp314t-musllinux_1_2_aarch64.whl (3.9 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.6-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_libecm-10.8.6-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (3.0 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_libecm-10.8.6-cp314-cp314t-macosx_13_0_x86_64.whl (795.4 kB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_libecm-10.8.6-cp314-cp314t-macosx_13_0_arm64.whl (732.3 kB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_libecm-10.8.6-cp314-cp314-musllinux_1_2_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

passagemath_libecm-10.8.6-cp314-cp314-musllinux_1_2_aarch64.whl (3.9 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.6-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_libecm-10.8.6-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (3.0 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_libecm-10.8.6-cp314-cp314-macosx_13_0_x86_64.whl (793.4 kB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

passagemath_libecm-10.8.6-cp314-cp314-macosx_13_0_arm64.whl (729.8 kB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_libecm-10.8.6-cp313-cp313-musllinux_1_2_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

passagemath_libecm-10.8.6-cp313-cp313-musllinux_1_2_aarch64.whl (3.9 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.6-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_libecm-10.8.6-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (3.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_libecm-10.8.6-cp313-cp313-macosx_13_0_x86_64.whl (793.4 kB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_libecm-10.8.6-cp313-cp313-macosx_13_0_arm64.whl (729.6 kB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_libecm-10.8.6-cp312-cp312-musllinux_1_2_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

passagemath_libecm-10.8.6-cp312-cp312-musllinux_1_2_aarch64.whl (3.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.6-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_libecm-10.8.6-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (3.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_libecm-10.8.6-cp312-cp312-macosx_13_0_x86_64.whl (794.1 kB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_libecm-10.8.6-cp312-cp312-macosx_13_0_arm64.whl (730.4 kB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_libecm-10.8.6-cp311-cp311-musllinux_1_2_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

passagemath_libecm-10.8.6-cp311-cp311-musllinux_1_2_aarch64.whl (3.9 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.6-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_libecm-10.8.6-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (3.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_libecm-10.8.6-cp311-cp311-macosx_13_0_x86_64.whl (793.3 kB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_libecm-10.8.6-cp311-cp311-macosx_13_0_arm64.whl (730.1 kB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

File details

Details for the file passagemath_libecm-10.8.6.tar.gz.

File metadata

  • Download URL: passagemath_libecm-10.8.6.tar.gz
  • Upload date:
  • Size: 16.5 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.6.tar.gz
Algorithm Hash digest
SHA256 662365316b1bb8a054a140b8a0441999bb31e875b7ca2396b38333ee2816732d
MD5 4533dab994cb287ea48286281e313515
BLAKE2b-256 143d15d8d0286a76f335fdf3957b299b37465504e255da2758a0d20b489b9a84

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.6-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.6-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 835546de1e94b20b93062a6416b81424f022b1214e5cf3491efb456456745f41
MD5 a92dfcda877e7513cebd516b02e7b738
BLAKE2b-256 8d83443b756a45e2fd7fd4a779d04dc6789a0bcc027b742de7b46e40d3b9e466

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.6-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.6-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 295f1cb32a06ae0f6949d729e298df0eeae19deb00de329cd101b557d9f3114d
MD5 9dd98a4bb6d81e29759028bd090277f0
BLAKE2b-256 004de76ccc74396e391ede8b10392c3c03aeabc590630d76b6b49c73082de101

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.6-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.6-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e778f3de522df948dc6f3d0e1bb3626d1b1eb91d943859d68199a92a45a99474
MD5 62912956b666aadad399cd000e71748c
BLAKE2b-256 8b12a09074cc97064fd1207a43ea975c6216b9c1de7ff5a9aeffbd207c3fcd97

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.6-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.6-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2055a54252c1977b1bd3e2e7ff2b89a92d233f99f23ae7adb48fd1576800a9c8
MD5 36207cfcafee31e4e5d405185aac202c
BLAKE2b-256 ab5e4d46d948700efa130ab1d992780bbd3827f079966fdeb09b94e0e9a41317

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.6-cp314-cp314t-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.6-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 f5c7cfcd14bb6b84008f744ac7e1b28937b134c1026f13dd0ef53d88e1682881
MD5 afdf76e8ac8e4ba4e04ecd72d2bbe563
BLAKE2b-256 983265ab58172aa06c5f1e2d62b5aae06706298c6eb4e9da68024ae354595920

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.6-cp314-cp314t-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.6-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 84e3e2fb9445160936a8f25930d1e0526a6e8382ae96a389317bcb4a96fb79e5
MD5 ced980fd7e3c4a4a26d9bc6e5e469d0b
BLAKE2b-256 c2d523676d1eb4708bbb27acea9deaf2c006a5e6a34537cb8b833a34e58270fc

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.6-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.6-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 39ca070f5c294a77d21428bc33dca77b90e7cc8413915cfce15847804aaf749c
MD5 bf37580827fab17bd3e1ec435fa848e4
BLAKE2b-256 08803da1ba4e0a498f9bdcf4ca3e1690fa9a8187ceaaa51052fc72c12bcfe274

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.6-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.6-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ca49c50bb65bdb33da97aa3f2040ed8dc2e0c8fb1fba7d8ad421808a0fe0a942
MD5 c0f5a10b364dabedca4538887b9af955
BLAKE2b-256 1aac7ba55d1afdc301d85bba11eed84624b681d5c1261ef44d310721be9b4bd7

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.6-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.6-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 30df54c985aa3ab7e80ed3829845da9dca0f740fab0e539d0c367dcec87b4503
MD5 61d1bd8fb4e292ad1744563931b6318b
BLAKE2b-256 2a4507c40bd1e825412c9bc5321c541f1f305c750e39f314815adbfce2afa295

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.6-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.6-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 61daf4e05de244b8e80060e7e60535b52ab7db516a478aea7261fa076e0dbb9b
MD5 8991eae5ab35f97244fe7c622fcb9cc9
BLAKE2b-256 6f56d846b4d5afbbd88eaa7415f865588fd2eafa0e7a4ae25d7d0c7740a40473

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.6-cp314-cp314-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.6-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 07826bc00e4ecee4e01b00e94938615e450588002d25e486b97f3b128eed7ec0
MD5 82f037f089be69de76ae28b6a406d0d7
BLAKE2b-256 421ab9ad37d3830b591d9d726eda29a54c72e592503eaa061938ff376022a76e

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.6-cp314-cp314-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.6-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 76db329a93621fcb22d98f7b8a03d6e4686373e99c859a57589a8ca114654620
MD5 b36ff92eac57371ba4d192960790cf1c
BLAKE2b-256 614b96e9e958dedbe691771c3454b46a5e6880e9298e5d6b301cae65ba164547

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.6-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.6-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e2859bac81ddc6bf12b40d73d358691c8954be4261b5a107409b12b0ca177b4a
MD5 900035f1f3c3573c9b0d57fcd0aa5f94
BLAKE2b-256 659795765e1325fb3cb029c3901855780b9117adf44c99ef7e761104f5fc0f1e

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.6-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.6-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 182871d6e4837cafae92ecf101bf1229ba6bd226749428106ff98a663009af02
MD5 fbd8a2d8480c893229d37a2f91e806fc
BLAKE2b-256 87db94d899e620d17e1ed7fcb69bfe706529574cefffe7c44f2144832e03a556

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.6-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.6-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e6f439a059b7192dae5787a48c07d576dddbdafde2508a69a0998cfa979bee63
MD5 c1cc3fbc6118a29fa9066ad0e90647f0
BLAKE2b-256 f00627b9c92723b369b9aa615efb236932dbcd4912ddc24d7e006a9f320b69e5

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.6-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.6-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f70010ae6b79cafc2ff99036e70d27dc74cff448b05e192b45792ef89deae104
MD5 975440c0ae62d9d3ab763d2b8b33e5e4
BLAKE2b-256 12d3098e48f455ad57193ddc5a68b24f5a4631af4add1c283d6b5f8b9c4287aa

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.6-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.6-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 8e35cef763649161b655d2f474ad7329c6bf9bbe8d834c08dbead4e274ecb35a
MD5 808340612d02edd26b7caa397e5181d3
BLAKE2b-256 6dad55aab7b83055b0cb52cd5b113ce93f6f253e0dbe059086da474c93b304ed

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.6-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.6-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 23afcceb5cd4d30979dce2f6571cf6a2e01b919ef9da5cd66d5bcdee40a0c260
MD5 0f411b446bbbc2cb62f97b39f3a10d6b
BLAKE2b-256 ac8256adb22739d2ff96c2f3b9e1e0a1f319c9b2e65f78a2dd8e477281505a34

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.6-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.6-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 95ef69f570f79a6419f08fd4817f7d904aa186e8089fab6a5486046e7d9cebb6
MD5 716b3435059a8baa459fe37728f7c71a
BLAKE2b-256 588e512b2e90b5ee36d89580b2500074c7bb0fb66b32455079bcce87241b5343

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.6-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.6-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c8054a2151672bd41e8c4b8d38676e49225c3d390a811b061aee0a81b0cd4077
MD5 7236184d767c3ad9e9ef69009fc921cb
BLAKE2b-256 4276a2bae866e16b9da87e186de299019497280ccb83959c9c5a9f77dba90a69

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.6-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.6-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6ffa8df30cc3cc91cdbc9205a1cde7849f947c217528a0cd0d58aa624b8acda3
MD5 aabe6cd688ca6a94369bd4cb812a3d75
BLAKE2b-256 df9a2ec533b0723ad4280f86fbcb32fc52615767190d67ea7e4556c1d341d65f

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.6-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.6-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4a80e8ef0de1234fa149f78f2c66d1079c2ca6e1ef76aa025714533d1c100c02
MD5 f770e7cedea1c72df24765bbe9bace23
BLAKE2b-256 7519fbd7a07cadce027ed1deb33a0c315378c2dea20da00947df7a6b041e15d3

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.6-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.6-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 44e776e7fbf1ef2576ac68eab869f025f6aaf7104410810f966db07322e80174
MD5 146035b1e1d7ac68af5edf008f031ae1
BLAKE2b-256 f2d77243b42cad33e12d0d6267d3a651f72110a558ba4fed4f7888841cbd0134

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.6-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.6-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 459c2f868ab913c7caebe2a6c3da16ad30f26f344f06b4d05c97a7d3f2081c8f
MD5 61b74a767b7d6a0d6396f798efde68a4
BLAKE2b-256 9fa800e52aa4ea9a3c93373408afa5c23d69306818704de2fa5fb3d37118f485

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.6-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.6-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e281bd1b0f82b69e456bf1ca40c663a8aaee8bd582701c422336ce9b372f2ab2
MD5 71740c593dcbc1ee7958608b100153ff
BLAKE2b-256 68c9c20b9f487ce2c6e743e796e634f6c07e959c648bf1500552770dda66a8ab

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.6-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.6-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 17c17e0bf82454e3f73ff102c0a31c02254744ce9fef668db1c170b431e99cbe
MD5 9d5227f3b5b7562feb4e3a4f66d9da26
BLAKE2b-256 447c23fa4b24dde95202a2fc5ecc7ff543663e11ac52374eae7ff2b4706bf81f

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.6-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.6-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6e9bbc2769d8e2ad67868d8b6d0a748bde320486954e256be4baae2e029bd40b
MD5 3d1a213f639df226ef867b025b88c0da
BLAKE2b-256 db6121abcd6871c0f7c5dc29b60b843f03d2d6abf24505f91157c114045a4203

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.6-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.6-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c7c43d4014a8f522bc8f18d38bb59b473f7eeef4b228554724aa5187e38a6590
MD5 3789f5ebfe98abd857f7db0ae1e8c28d
BLAKE2b-256 3921b18f49a76bd5edbe25b0e12c5c0099ef52ff8952695594e83b33bceee4b9

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.6-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.6-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 01a6afeb68b38abe973d4dcab5550338036328232badd6a0f764a168658fce5d
MD5 ef91f6349b31f24c436368f1c1c499f8
BLAKE2b-256 6c4b649aa91696850b85909ecdaf1be2c3256cb1735e920da8a481cc93926ed7

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.6-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.8.6-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 a7365015f589d4adee566083f7de348200bfe1cb302f905223ae9a6a0c889ba6
MD5 fdb05fdd43d4a28d5ba1291e93a85993
BLAKE2b-256 cb5a032514ee2c6691db203c386b400360ef8ac5856065c69a1391c36bf3bed1

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