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 was created in October 2024 with the following goals:

Full documentation is available online.

passagemath attempts to support all major Linux distributions and recent versions of macOS. Use on Windows currently requires the use of Windows Subsystem for Linux or virtualization.

Complete sets of binary wheels are provided on PyPI for Python versions 3.9.x-3.12.x. Python 3.13.x is also supported, but some third-party packages are still missing wheels, so compilation from source is triggered for those.

About this pip-installable distribution package

This pip-installable package passagemath-libecm provides interfaces to [GMP-ECM](https://gitlab.inria.fr/zimmerma/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.5.49.tar.gz (15.4 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.5.49-cp313-cp313-musllinux_1_2_x86_64.whl (999.9 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

passagemath_libecm-10.5.49-cp313-cp313-musllinux_1_2_aarch64.whl (899.7 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_libecm-10.5.49-cp313-cp313-manylinux_2_28_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

passagemath_libecm-10.5.49-cp313-cp313-manylinux_2_28_aarch64.whl (907.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

passagemath_libecm-10.5.49-cp313-cp313-macosx_14_0_arm64.whl (381.9 kB view details)

Uploaded CPython 3.13macOS 14.0+ ARM64

passagemath_libecm-10.5.49-cp313-cp313-macosx_13_0_x86_64.whl (452.3 kB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_libecm-10.5.49-cp312-cp312-musllinux_1_2_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

passagemath_libecm-10.5.49-cp312-cp312-musllinux_1_2_aarch64.whl (905.8 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_libecm-10.5.49-cp312-cp312-manylinux_2_28_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

passagemath_libecm-10.5.49-cp312-cp312-manylinux_2_28_aarch64.whl (914.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

passagemath_libecm-10.5.49-cp312-cp312-macosx_14_0_arm64.whl (382.7 kB view details)

Uploaded CPython 3.12macOS 14.0+ ARM64

passagemath_libecm-10.5.49-cp312-cp312-macosx_13_0_x86_64.whl (453.1 kB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_libecm-10.5.49-cp311-cp311-musllinux_1_2_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

passagemath_libecm-10.5.49-cp311-cp311-musllinux_1_2_aarch64.whl (902.9 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_libecm-10.5.49-cp311-cp311-manylinux_2_28_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

passagemath_libecm-10.5.49-cp311-cp311-manylinux_2_28_aarch64.whl (911.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

passagemath_libecm-10.5.49-cp311-cp311-macosx_14_0_arm64.whl (382.5 kB view details)

Uploaded CPython 3.11macOS 14.0+ ARM64

passagemath_libecm-10.5.49-cp311-cp311-macosx_13_0_x86_64.whl (452.8 kB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_libecm-10.5.49-cp310-cp310-musllinux_1_2_x86_64.whl (993.7 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

passagemath_libecm-10.5.49-cp310-cp310-musllinux_1_2_aarch64.whl (895.1 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

passagemath_libecm-10.5.49-cp310-cp310-manylinux_2_28_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

passagemath_libecm-10.5.49-cp310-cp310-manylinux_2_28_aarch64.whl (904.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

passagemath_libecm-10.5.49-cp310-cp310-macosx_14_0_arm64.whl (382.6 kB view details)

Uploaded CPython 3.10macOS 14.0+ ARM64

passagemath_libecm-10.5.49-cp310-cp310-macosx_13_0_x86_64.whl (453.0 kB view details)

Uploaded CPython 3.10macOS 13.0+ x86-64

passagemath_libecm-10.5.49-cp39-cp39-musllinux_1_2_x86_64.whl (993.4 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

passagemath_libecm-10.5.49-cp39-cp39-musllinux_1_2_aarch64.whl (894.6 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

passagemath_libecm-10.5.49-cp39-cp39-manylinux_2_28_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ x86-64

passagemath_libecm-10.5.49-cp39-cp39-manylinux_2_28_aarch64.whl (903.9 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ ARM64

passagemath_libecm-10.5.49-cp39-cp39-macosx_14_0_arm64.whl (382.6 kB view details)

Uploaded CPython 3.9macOS 14.0+ ARM64

passagemath_libecm-10.5.49-cp39-cp39-macosx_13_0_x86_64.whl (452.9 kB view details)

Uploaded CPython 3.9macOS 13.0+ x86-64

File details

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

File metadata

  • Download URL: passagemath_libecm-10.5.49.tar.gz
  • Upload date:
  • Size: 15.4 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.5.49.tar.gz
Algorithm Hash digest
SHA256 e7419f86b0d171bcf53fd367810ba9cb1c373eacffb6d08a14294cb039c64e4e
MD5 a553bd9d5fa4673cf4b0940cd88175b0
BLAKE2b-256 af94a0201d2b61739e3e6dab7f969b1099ee8ce1e30e4ff92a6fb10c3085a004

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.5.49-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ffca1aa9502b3cc9248f16c6eb769272cca637b771238dbb2f60d8958908b7c4
MD5 98d443562d9663d4572a7a0ed6cef39c
BLAKE2b-256 19b17c0248585e85953788e1b8fbf59eca48dc9dcacf514206298ff9bce4e9a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.5.49-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9a26ab24046bb0c97139554e7ed1bf5333a0044de750e8bc84d48818b6d34b96
MD5 f218cf0229122bf39051123e65225ac3
BLAKE2b-256 f3fb19dc1c84938a5a42c5c5111519261be5d385f24bca839b26ad75cfa5f632

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.5.49-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.5.49-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2971c7c23047db02fc39e4028babfeb8c6fe84eb56f877053d1000255ef53609
MD5 a4ecc9b22ba8f3404cf8f87ab4e8d721
BLAKE2b-256 141ada5aeb3bd31c6a56edcfaa9ef801b9fd3e451053454ec4b1822146d38bb1

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.5.49-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.5.49-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c3d5589f433ff7e957953d11cf10232b67355512e238bf6f3967aaf0fb132f28
MD5 74c3e91924914ff2dec3d415260ebc40
BLAKE2b-256 e42d2d6162bb7cb8024d8553d18f84e4bd05c1951b811599f552842a8b9a65cc

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.5.49-cp313-cp313-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.5.49-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 f8690f6e9c0ee9962b8b216d0ac06a51ca67b5d234cde6f1839dcea4c2ddbe4a
MD5 7581dc7f64599e3b4ee3378e006e2226
BLAKE2b-256 3998ad846dc50c46a067f438e819035795f5bd7eec114a73dcc46859d6a9aabc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.5.49-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 2960f1ff545d2f3788b4e1c442c94ba62f4fa4728f7dcdfff28a4b08422b743c
MD5 c1a33b8470b5539cfccbe0dc67e19182
BLAKE2b-256 4543fa503ad77828ef9fd8d47da96f56eadee294e2e213e7c8e216cacdddbfd7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.5.49-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 335904482e59b8219d95cdaaac3391d5840c97a3873cdc5d59318a8d68fb17a7
MD5 a1690ba4785aa733dc79005317f5efba
BLAKE2b-256 8b5e7fa5bdd76938572e993c8c621bb348ab8ae5be247ea10d65015e15ab7a22

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.5.49-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a6a59f57780090b5a5fba0179fc74bfef3ed6ceec171c3f4699a6c085e1fb603
MD5 f74d9d7828149bdc7f1b68e2706e9c93
BLAKE2b-256 8ab5e9541c74f384d28dc9fe4e762c9371595bcbdc9d0a9f54f7a5f452236c8c

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.5.49-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.5.49-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7fcc944dfc10db8d9abbf8a1be8ec87dc6711fbf0d70f1726edf7d8b15496a5c
MD5 8dffa032107b24071b75f9887e1e69b1
BLAKE2b-256 868a725d47e8507651b9757274ac93880f5cf51fc097c3ea4a0464fbbbc7ed95

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.5.49-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.5.49-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 103fd30fdf404956c537343b2e25b569f7746a179a2af1346d579518fa32c49c
MD5 5d867e3cf01eeff1581238475d01eaec
BLAKE2b-256 790cf5086f292972ab527f1845027e28a9fe994ff44217e855a9a627a4b46a03

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.5.49-cp312-cp312-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.5.49-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 84bb0469da928a6331c31d1dfcd9aef5f61d781381957041d3d1d649dfe07709
MD5 42fd454244596e76fe8f8a9338484e58
BLAKE2b-256 13700da453a6273aff1aeed115333f2c0569c37c719a8c2e7dd9af82496ebd2c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.5.49-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 0c13783a24ab68685e384cf3e2e39cf3efc26c7e311542510a55dd9ce96ab5e8
MD5 feab8a885cd44392e91d67e8660e87b2
BLAKE2b-256 51a5973faa6c4e4c399a9fc8d1304b2e512ed4cb2805b1433252af0e04fabd0a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.5.49-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8df2c8c5a719e9cbbf386e49c45c5bddb30aa9e45917449f7574534af1d1c93f
MD5 dce4dc64ce7b97e001325fce7c04f0c9
BLAKE2b-256 9a520c1315fc1561be244879bc51037a1ff0e4b3026aa0a0266ff552992e1639

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.5.49-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 dcbe818851880bf216c88d505e6aa88f903793aaac742038da7c851f92d1d03d
MD5 34a6c241eb4df58189ed381476c326a9
BLAKE2b-256 9e95397c89895b9ffeee7ae9cc7cecaffe3573f8700f8f717da61fb4a08b6a98

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.5.49-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.5.49-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c20c767d8afc63a9bb6b1fb4efdddde04bc3c7b14809ffb9b1c9d67bc42f5b46
MD5 93acb081ab7739fad72fdc0ddcc916c2
BLAKE2b-256 f5c01be0216767c0d49d83c2c65608da50323979b754741027e0c9a0d1a9ef94

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.5.49-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.5.49-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d6b6d3cc3fa638892f43bd2e9000b12af0baedf5ae3f4c171ac9589d39fb8ea3
MD5 ae12725edd15cf101bb624b3a7625824
BLAKE2b-256 7dff0117c40ffdc9b59790ca7f2cdb08e4c66bed96a5c041dd88d4bbc8243b23

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.5.49-cp311-cp311-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.5.49-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 1612ca47858d5fefb0f063d206c6db8ffbd68ff6cb24973ec4f8835e9f250cf3
MD5 4668e221479a6fcfffd0082e69ab24e3
BLAKE2b-256 cfb7e426358fb2ed8e89e3cf5a19765c10f353ce881af10cde1e3bfbba0d50ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.5.49-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 370f7bc82287c6fd2d03437f33113666f4658929288900dd9230fe145a8c439a
MD5 4062b3637b19924e3c35d29eb48f4b22
BLAKE2b-256 67aef2ee585d568b01219a1c0eaf12b7ae1d4f1c057ba8313a25556cb542e596

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.5.49-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.5.49-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 05bcf237a42d2bfd524659109712c8742ec426997decb9ffea1aacad52134f68
MD5 757b5277845823bd2bdcfeedff89980a
BLAKE2b-256 f3bcdc26f85551f9a583e3fef0c90f729ef75df97666441c09758f518a648b41

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.5.49-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.5.49-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bc05f3432095611dcff1f4cba0e27d3f381fd248ed70924c0c958bc254801ccc
MD5 e3b6c78279c9940270851866096c2eb7
BLAKE2b-256 27ae116201e58293920bf2093dadaded44bd9487631c62da1938f59dfe9abcb4

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.5.49-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.5.49-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f8dea193d99d61c918da7bfb0e83e95bb86143e2e85446715ec1749c6f3d81f5
MD5 9a95c96bf914a7b5c1eeea7c9047b9c8
BLAKE2b-256 0894151ca1d2314d53bca5d114573964c3e0e062e2c1e39e276f438dcab8f32f

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.5.49-cp310-cp310-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.5.49-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ed2e90eaf9a1c8ef3bcc80555e38814da30517f168e3f8f4e34d1f6eb94e8ccc
MD5 1dbf472cb1eefda7fe8808b34f1b65fc
BLAKE2b-256 c004c6179c2898e1a2a8658a904dbb5c6569a44f48df85ee9f1dd702552f4525

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.5.49-cp310-cp310-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.5.49-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 a577ed1b8f8928e2e935c465e8c979719238ccca3c4295921d7f165a4197db1e
MD5 2f84afd9914efd80029674d506b9a753
BLAKE2b-256 fc3998e9caeddeba9fddd290d28cbf82f773b146ca0d9bc3d3d28bca38095eee

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.5.49-cp310-cp310-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.5.49-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 9e1b26d51617ce6ee3dc8f31c016ec56b8f53c723f6183865eeffc38b1d44362
MD5 d0ead3572ea466a82a9417808eb571cc
BLAKE2b-256 e03367098aa1044da3977ef2e5eeea188bc1dbb6a3be73457a379e8191c7f19e

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.5.49-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.5.49-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7cf695bd940719b873ae4d735bc8c7935bdce42423fbae06f649615536886768
MD5 0fca5b0b463e2f06fef119c094aa1419
BLAKE2b-256 b87579f24db33eaf1d7ccaa0c0c8bdad4cfb98d653d017c5afe02069d689f877

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.5.49-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.5.49-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3de961a6ecff5383cdea61e8fc6237eef4d757da6c14e650b184cc14f5269e51
MD5 820d86674abfb1ffc3d54d9e211c0686
BLAKE2b-256 e2b1fe7e3975122903252438338df88c51ac5b1f47b57428f9b69b90aaf1e2ce

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.5.49-cp39-cp39-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.5.49-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9862c5de88625a59806325f26bef12e0467e7793449ef0f0cd8a4bd229d03c7d
MD5 ac5d0e52d2d0cd9907a6f77085c20488
BLAKE2b-256 65898cd58f7dd5860d4186d8211f7780622c2548b4b8cafe66df058c641b9b07

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.5.49-cp39-cp39-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.5.49-cp39-cp39-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 05574fc6c75d639c3f6f847cafabb45c146fa781305c5bdacb5f04570dc1d0b4
MD5 89e0811d012527eb951f033f7db4e02f
BLAKE2b-256 9ba656143dced823053432deca7263e80b1ac418f240defb9990d1bbc22c69ec

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.5.49-cp39-cp39-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.5.49-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 2253e2db9eb0577e117afeb84fbce2a8c0b6215eb95484fe3fef155dd1eceb81
MD5 b07f9cef802bddb876fa73b73fcf0404
BLAKE2b-256 5f340a48b0fdf05d44d886661285ad4315a088f92721e70ff5920e7b063db825

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.5.49-cp39-cp39-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.5.49-cp39-cp39-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 e70b395e3b9cd8790cb70483d9aefc171127d31b004c93ed212d7ec47e26d4a5
MD5 3fa503fd31ce31dd4fdf4250bda0b196
BLAKE2b-256 f3b594860806bf02df95bae623a487049066f4b36e491fb94352fdddb593e4a7

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