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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.2rc0-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.2rc0-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.2rc0-cp314-cp314t-macosx_13_0_arm64.whl (635.5 kB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.2rc0-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.2rc0-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.2rc0-cp314-cp314-macosx_13_0_arm64.whl (633.1 kB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

File metadata

  • Download URL: passagemath_libecm-10.8.2rc0.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.2rc0.tar.gz
Algorithm Hash digest
SHA256 df7cb261caafeeb3d7a977569dbccfc3dcc27e102c2a5b40768a7efee4cfb1b9
MD5 3e0ffe0c64f14079529c9938ca731519
BLAKE2b-256 55a68cfe6cecc277e36a5f2bf50a5e5b5d3d3735b95f71435383e8f359b602d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d06aacefa6fa57096d4514a1edeae5782ba0d73ddf30d593010df03920bcc2f3
MD5 0fa957502a0ac4841282f0e6eb7b1cec
BLAKE2b-256 f1b8ee25057f89ea7e8d50825599d7f98244812c96b3187cdcd21dfa00febc77

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 63ccf04748ca5d85c5f85e55b41bbc63f8ce87dcfa36b505cee9ddfbb8a008a7
MD5 1d5a227a226e89a0db82b37ef2c897ce
BLAKE2b-256 eee94169801a281e6f1c5bf1ec792d7dd0d7268f17519b66bf06049b16f71d42

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.2rc0-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.2rc0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e865bfa64b064adc6ce5ef3da7ea2f96cf7fca8dac2f04008c354d7658d211e6
MD5 7e562dd599b800ab66a1bf8bb1529233
BLAKE2b-256 0b3a0663d9acb5c53e13255ceaac3478270eee91cce8320f17919318647292a0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9dd1e1594509af17e93543f25965b97e69e49c4f35302a524b10255c78af7389
MD5 ffd0d9260754ce6c26fda77a80935d85
BLAKE2b-256 b991a01cb4478942c6924148df514b44800059e0f921254928f02860452e1db8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc0-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 2663a1e7cbd1a22c7788c4e32b969c3907190e258df4504bd80a742cf0e4efd2
MD5 ea44d8b7f5663b8eb06f098e68ef8ec4
BLAKE2b-256 f09d866fbc5a767ce80e616d66696608ac337864889cd8cd94d8d02cecfc696e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0acd24fa8c145baf1da1506691c4e7c1dec2b96e77258bf5a477defb337fac70
MD5 b996677aab96d50fee03bd5fff230003
BLAKE2b-256 87e1e1eed7bacf7211a35b9492dc0af2fc7849c559b3effc627f2b2f1ce43706

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2ea350a2ffd90895e72a33ab5eb4072348d97b75ff4ec9f3863468bf835a61d9
MD5 b79788e2d12f987c3456e21c6ce0f1c7
BLAKE2b-256 99344ae2ffe26d1f546ade45852292c875f3642c90bb29590716558402e47a88

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.2rc0-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.2rc0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1cebfe5a63e76e5fa5fe04b6c0a87d711acb160241b80706a9ae9b02a98008ea
MD5 64fc80806f8c4c000fd6f962e4bd1cce
BLAKE2b-256 6854dd993eece83d42feff70db06941ceddb82ec7c31d57fa01307730e09dc3a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0944309f0e6682687877494e56a0502e8042258448c0c9ca6950e453c62f2a85
MD5 da3ae231a34303b15a425097f249e85b
BLAKE2b-256 58a6e5a5e1aa8027a1e4b794575df8c79f32d210ff3db6c3a234845cbf481ae3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc0-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 f9311ac839f9a31c614293e54eefe0807ec4ffcef2db193a5ca9cdec6b9b0261
MD5 74df49d25c419009eac0e34c8df41d76
BLAKE2b-256 1dcb70dbb7e53b0d0b6135764465e15735edb767e546d41e2f2ac0fc34c14580

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 23fb6870f6caef918144a4187c015182889e8a040965f0d28a49460662a851a6
MD5 8dd482f4783106db994bbf6d78898430
BLAKE2b-256 24df2ace81a97ec3ee2ee82de1c502b2321e69584833b9c2887d8ca4592fab17

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a7a80c2b44e12722921aa46dbc0bba68c851b95b126a46db628f3696ebf61ca7
MD5 87f33bb24fc5daf242d6bb746f931ca3
BLAKE2b-256 4888040b6109214f9c356ddb9baebe7af84120ae6b5647fba56bc8c064b052c2

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.2rc0-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.2rc0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 eadf4b8887522f64456c76a81b2b510c5fd5981951c3a873b659693a4ff7e8b7
MD5 dfeb78eddb7b10eacf9b0f6ba54a91bc
BLAKE2b-256 6030f7173598bbd5f140cbb11b82c70a4961983501de6eb49a3290681fc0ffeb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 bbb1c449fac413158692849a993e30e50d9d5cac3bc91c291ae4c5f922cce26f
MD5 d559f5cc3eda5b5b1e7873d1b4a51070
BLAKE2b-256 2e0300244ce8c99a4273cffc7de33cc7e4424b3aa54a16740df86bc1f04c0309

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc0-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 30d1f54c0ac47fdeced19b3536f514e43fbaa9291e081777a893136ba007461f
MD5 a446fc9658cf3f71524a697121f8f75a
BLAKE2b-256 bb5f868b0a12ab90b3cf094d261a6ffb06708ef17fc0615095bc80a3935818dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 170dc475f0e09b9d8aad8f56d038c643f6795a95f6023320ad1179eab798efb6
MD5 b36ddfc0c9d81d7e3b7cc721992d6615
BLAKE2b-256 a3d10065b826d6c499b0e0782b64b2964c27c51f1fe3b9a56731e9b9aae5a13f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 301ae5154d3407def9e4b7427aa2cd55d90127f35cf2bbd9c3bee381160c4e50
MD5 72eb5d0a8d19341b983953d62280d5a2
BLAKE2b-256 26c57c18bf90a89d0701cef7f6e0812eafccf3cfa751c8275731629f0033a21c

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.2rc0-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.2rc0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 db818994df3358200c342be1eb768be6c5ad6f4e62c5b9e4053032e300520a31
MD5 0fcb16f82061918c202d9266f7c8f23f
BLAKE2b-256 631f6cf814e6d9f606a8dde1b2a17a0a5e9e70e3459d9b8392810bc8215bd32e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 fb12fc7016c021daaaf13d59bcdb175371b3731227ab9da7b65872f97fad5128
MD5 7abc89746aa9e39d37f6804c2683a652
BLAKE2b-256 f3f8d3463baedad6ecb32b5aa8d4355f283942b45e1cec985e9ce8a0ecc32eb7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc0-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 d99fc392457082b95bb68f2825ae4acf522d18bd1ba6f35808d210f9ebd26e1f
MD5 9f859dee0d14bc7788d5f9da813534cc
BLAKE2b-256 77d268f33e768869aef8b18a426994d849c99ec1490a8b3ae912da7c96e91023

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f06e7d9812685bec7af0f1629f33a07114ccbe720980cb85ba081d10800366c6
MD5 e654f80b5353f8d65fea726871087600
BLAKE2b-256 80ec0b7508998b23155b34e5388a98a0c76eb4ab30918cf14e873e9f165c8ecf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 371a8a887a17d2ae809171ccdc7455c997d8f21e93dfca97a7735986bb486c93
MD5 14de5869ff2e0f7780093f4f089a8984
BLAKE2b-256 1efd99c5dc925342ab6d1539ae54bfcf0ca27582d0a6a8b070429ff29e1650e1

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.2rc0-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.2rc0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f566469a59fe338b770eaea41fd5932012c2f80bfe9b0ae89e94da6562d2d7e5
MD5 739fe8ffdfb6bcffdfd1f1cd923686e2
BLAKE2b-256 d1faefea8f4a4c331ff6178c01d80a59873a995dbc54cbaf0b7508f1959618e6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7194d80ff8ccca2dda4010e4cab98be0194eaee1b5b427601d209e76af1bb448
MD5 750b01b8228bf59127922e5aa47ab178
BLAKE2b-256 001b987b8976f7d51b5946f066e661b668926576ffe22dc6c8012c20826b3da5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc0-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 09465b64a3381c114d12ce12405fc1cf5c500348d20e8933f821378165a1494f
MD5 3c5d3b7fc89f35ea5f4cdc64708ad8a4
BLAKE2b-256 eb6ebf1aef07790f6ccbcd7b216f562296efec2ef5f0c4287f2427b21d9ce62a

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