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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ x86-64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_libecm-10.8.2rc4-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.2rc4-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.2rc4-cp312-cp312-macosx_13_0_x86_64.whl (704.3 kB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_libecm-10.8.2rc4-cp312-cp312-macosx_13_0_arm64.whl (633.4 kB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

File metadata

  • Download URL: passagemath_libecm-10.8.2rc4.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.2rc4.tar.gz
Algorithm Hash digest
SHA256 fc1f17ca08d41520332cf7d5112712b9c1dd475ca479393a63405f8c13d02f0b
MD5 478f1dd6940bc1e1991fd2d0cc445f8a
BLAKE2b-256 5ee0797e7a20c86c01deb33976dcb0e71a8df2982705fbd79e0b9634d55c8d2c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc4-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9de7b9bba09410448275ae9f151b49c719e1cf5f4d18148db19e43d42eb2542f
MD5 054dd8f38b19adfaed2879f939947a8f
BLAKE2b-256 8dcddf018e842e2ac78aaa453d04b736f6bbb087cab356d90a08736c1257dfc7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc4-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6464d34143caf39beb7b324d50d7ece3defc105f8405dcf7cd8d8e3f8dc6d41a
MD5 197eabdc7d9e74af8c89ecaa38bf5be5
BLAKE2b-256 ba9c66de8ed763a5e042371908dbbf6bea5336cc0b1013167c1346eb7e8b4403

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.2rc4-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.2rc4-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b64c1a36b1cb88b2a582df5978176d4f5a37fb94da5934d6112ed306b014469b
MD5 48f72d7ab129cf2c6b2ce1aad1a324b1
BLAKE2b-256 741bd27d05b4018f3640b5c0d050a9409f43d52d320750dab763d06fdadfa7ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc4-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9930c65ecb11ff8db9418bf9b0683eddd2df172da3ddddfa0b6099e1af6d0026
MD5 2bb376cb279cebebaa2bc24949b7f362
BLAKE2b-256 fb14fbc5f8dd7bd2c21b9b985e7b6574435f693f84ad607f7017895f05029cc9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc4-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 f23637e4e2409d90f077f1b0c3e6d5dd10dcce05a0ba73bb3d6eace4cea26fab
MD5 38dbaae698521777744591dd9d44df45
BLAKE2b-256 aa9f7d1667ce726693deb5429c1eedd4609c1857daa9eb3ef97c88d3796616a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc4-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 7f7c6e4ac300e2894bf4f1bec43d29fb37be070db6bfd3d81639dd06a0ad8b7f
MD5 5b45843cb2a7e835ff08a79081d578ff
BLAKE2b-256 0a696a941024ed6b47981065830d12a15f900bccf04da4f157649aaa4bb506b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc4-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f1927ce9ad7b58c25d3f60b924e082b465267dbad1403274b1b0b9d5a82558d7
MD5 68b6f5cedac7151641c876f267c2bed8
BLAKE2b-256 4c8dab35cb5edf787898234aa8a23059356e2ea27f7c0cf411a0eaf10532fbb4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc4-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6255ca15f2fdcbe106279ca64f5e19e90a4686e2fe5809c9e7a34191eff1f0db
MD5 6e63adcf3d5b7dd91f7336cd8a03346f
BLAKE2b-256 336fd55e45d3730697ddba6f01fdb2990a4f4b15a897baaba7158980bb17d025

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.2rc4-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.2rc4-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a739d0b19d90e349e66bf6fada5e0bddf12605c0c6b9624ebb5d78b3e7938c80
MD5 970eaad11a114c630bb5c08bdd6a5aec
BLAKE2b-256 a8e11981b341c5a8cc4db08d523975431fca9db4e7dce8268d66278d3ad98118

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc4-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4d95f5e962833b2b74a73bf89594508249b522b7ef5b3bc9a325bf5c2ab766b8
MD5 5d9a73b2c76651e02923c22957fe96df
BLAKE2b-256 09c4b4cc942cd0c7ce9adc74d4c5402e89efcdfc5b456161d476ab940d8af979

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc4-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 13a16259630717e4abb3cdf826ab8930ef9be9b5835f176f065bf174daa7391d
MD5 c2f54e16ef4a51371373dee93626c77a
BLAKE2b-256 5205567a02c1cefe4f6cb10a9579880c65015344285af7ec8b9a7185395646d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc4-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 5f38d56b45816374a55f22ce260fa0564fe0d34feea53982b112319027cb9337
MD5 621d4b6b6afa37d6780f0bc1b4a636c7
BLAKE2b-256 35e09ffa541dc146f5fb27e982ad0192413ea23e98124f17f40cdd957dd79d51

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc4-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bd3967b437ed319bfc3f0e6d8bb5f4e6be52f0eaec7d736167de7b3147da6180
MD5 b76fb1b81aedeee51afbbcce3b2b6a71
BLAKE2b-256 9c0492f593c1535ec5776c4bfce1aab759e43d8b0f6af142379cde25bbd61e68

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc4-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 35df06cc072cfd2085f535b3b6b2acb5f9e2abebc1e0c9789dccb228c5cfc95f
MD5 803a66cfd80907a9231714c7474d66e2
BLAKE2b-256 c757ed500b6d70e2bbbeeaf9faab2d794667fa9379aef2e6df277dba55e45d03

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.2rc4-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.2rc4-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e11c1794a14e64d013fbec8f8ddb62f6d6f493fc6ab78d1f675b3bebc098ac7e
MD5 2b8f05106ecaea6647d4ae029c2dcad9
BLAKE2b-256 a51da8056ad88455a44dd534b60a6bb60a12ce0a1f8919ef2048ded021ed04fa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc4-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 668877326e0a5bcf4587633ab02933f8fd171b02e26c8ec46c0a8f63442a0959
MD5 bdcaefbe4be813ae842b4f6d663ce32f
BLAKE2b-256 f3922191989f20d116697d7c4970f7a40242e613ba39c13bc9f73123927dfcb5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc4-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 c690dbcdbd4b2595378945b9284990bd987313ffe38a2ef7fc6ba5259fd4e91a
MD5 154cd79b8355e91976606aba9be7961a
BLAKE2b-256 c899eb135712aec7889492fb9d737c1f9c835f05f9ba0b59d669f0c4ce236a0a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc4-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 e2a6942bf4d4b673dd92905563e02faf50e2d5dce43b8dab169a7d6783aaadd4
MD5 b047fa05f4998f971304a84b8e6022ce
BLAKE2b-256 c71e509d98ca5ce0309490944948cd5e45fb363b4cfe215075eceaa4607d5ec2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc4-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 998a7402d55486b33a74d0a5a829fa505bdced4c87a58a57b551eea8a4c7bc4e
MD5 8d257fb2550f0251bdc0c77c6ec9eefe
BLAKE2b-256 cc303f9a42e02475a9e203cf042d1c4f6aa28c611c9d0c0d93dbe3a00ebc505c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc4-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 86b4deda28b51c275829618bf91a3e9046dc81b0388bffdfebb18afff4a19d6b
MD5 59196970ec16a5e01eef693aa50f4228
BLAKE2b-256 a2c2433771a8bc6fa9c943f64119a80c26055710ce7eadd16edca3f88d0da60f

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.2rc4-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.2rc4-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 53eda7ecbdc56f8bd4f4e8afa8fe421e88592e279e5219d2c8a2a6451d397e18
MD5 bfbeb9b956c3987937253d7d99d375b0
BLAKE2b-256 c970375f0d84fe2189f88e0ec259b7e33255f800b8794cfcd5374d0e0d184de4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc4-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e65c72ce4dccdfd6d9d58e27dbd7a31235db0f94dcca2340b5091595be574281
MD5 434eca59377de0ee5989af4a6e30abd1
BLAKE2b-256 bce8d208fee506951261ce265e026d0ce71cb7ee44e7fd3b0296de0673dc26f5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc4-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 840e6a3d8fb8c5f6dbd68ace92cb9dad986a4070e14e4b14aaadf4753ca030c8
MD5 8f6bc4daae50c1caf9529a4b4d6187c1
BLAKE2b-256 23f9b897e579b0c30198847b31725b9da2012eab0ab445038289da4f50334f31

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc4-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 4efa463b9696e2b74681f69e99d7bff3f97a7c979e9dd484e5b3a53bbdd6cf94
MD5 c7370def06ab7a93c5f18f86f8adcc98
BLAKE2b-256 aa7657209184a405fc78562eb79976a46dc48af677851f772be1f0aeb6399fb6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc4-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e29af16faa889c6a1aa4c93adbb7a017f5d929f9ef38bacf8700404191999910
MD5 0d4701478ad7bd158d91d82b33253005
BLAKE2b-256 e3cef5e8ef00f16b53c561267e55a39c2ca26b6bc39fb992ba7f3585c5a0e55f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc4-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0c3d6f4154c44c92372256f66074e6f5be2739b46a1d5f1e8f924be82dbfed82
MD5 793eb778f59a68298d39c81ac9b72629
BLAKE2b-256 257f26424a22aa8d7bae61edabfe0abdc02587688db75bcd9ca1f9bd5b37cb79

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.8.2rc4-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.2rc4-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f3bfb1fea3dbb97410df37e883b8589500cb0e18283cc7861a20adfebc79bf3c
MD5 5e1be8a56bd4cc297ce47da1ab24c86d
BLAKE2b-256 720e55083a55a15949c9bc709d18376a407a990341335ed6f4885050e9acd259

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc4-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 dce13fb8be4f84892f962e5837910c13f32235a99c3f41f4e203abf2f23933a4
MD5 718322287101f52a9553767389bbd0e9
BLAKE2b-256 8157c5c8cb6dd2278d5479fccc849268d9e81904406bb79fbfbfdc2819631661

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc4-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 e4a564f2623d050b94d035a1d69fba620836a308805c5e54142587e5c343c319
MD5 a1ec78bebee272e7b98d6b07f76d6ad7
BLAKE2b-256 f0688dd8e89c5302a3c42bb0248940c6b8729b0e2d42db6481140f618fb54fee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.8.2rc4-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 bf6ce644257fec7bd99e2883a039f1ca3602fa83c6b7c4892adf299bc9c9216f
MD5 c7f3e421c45a8833a1f401118a1ddbd2
BLAKE2b-256 8e3acfa2927e6b1cd390f70b0eeaf921d939e3f16c3ca511841029edfa425444

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