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.6.43.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.6.43-cp314-cp314t-musllinux_1_2_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

passagemath_libecm-10.6.43-cp314-cp314t-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.43-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.6.43-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (2.1 MB view details)

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

passagemath_libecm-10.6.43-cp314-cp314t-macosx_13_0_x86_64.whl (695.3 kB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_libecm-10.6.43-cp314-cp314t-macosx_13_0_arm64.whl (625.5 kB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_libecm-10.6.43-cp314-cp314-musllinux_1_2_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

passagemath_libecm-10.6.43-cp314-cp314-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.43-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.6.43-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (2.1 MB view details)

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

passagemath_libecm-10.6.43-cp314-cp314-macosx_13_0_x86_64.whl (694.0 kB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

passagemath_libecm-10.6.43-cp314-cp314-macosx_13_0_arm64.whl (623.9 kB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_libecm-10.6.43-cp313-cp313-musllinux_1_2_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

passagemath_libecm-10.6.43-cp313-cp313-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.43-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.6.43-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (2.1 MB view details)

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

passagemath_libecm-10.6.43-cp313-cp313-macosx_13_0_x86_64.whl (694.1 kB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_libecm-10.6.43-cp313-cp313-macosx_13_0_arm64.whl (624.0 kB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_libecm-10.6.43-cp312-cp312-musllinux_1_2_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

passagemath_libecm-10.6.43-cp312-cp312-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.43-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.6.43-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (2.1 MB view details)

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

passagemath_libecm-10.6.43-cp312-cp312-macosx_13_0_x86_64.whl (694.9 kB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_libecm-10.6.43-cp312-cp312-macosx_13_0_arm64.whl (624.5 kB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_libecm-10.6.43-cp311-cp311-musllinux_1_2_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

passagemath_libecm-10.6.43-cp311-cp311-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.43-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.6.43-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (2.1 MB view details)

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

passagemath_libecm-10.6.43-cp311-cp311-macosx_13_0_x86_64.whl (694.3 kB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_libecm-10.6.43-cp311-cp311-macosx_13_0_arm64.whl (624.4 kB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

passagemath_libecm-10.6.43-cp310-cp310-musllinux_1_2_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

passagemath_libecm-10.6.43-cp310-cp310-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

passagemath_libecm-10.6.43-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_libecm-10.6.43-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_libecm-10.6.43-cp310-cp310-macosx_13_0_x86_64.whl (694.5 kB view details)

Uploaded CPython 3.10macOS 13.0+ x86-64

passagemath_libecm-10.6.43-cp310-cp310-macosx_13_0_arm64.whl (624.6 kB view details)

Uploaded CPython 3.10macOS 13.0+ ARM64

File details

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

File metadata

  • Download URL: passagemath_libecm-10.6.43.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.6.43.tar.gz
Algorithm Hash digest
SHA256 3a14f3ae9baa09a952b78386e63e20c0a959e88dc18a246b9c08d713617910cc
MD5 1af8edc5bfcfd63aa774cca9e8db18c7
BLAKE2b-256 31264bb06630a1f9dde0c14a55144feab2469211fc68a4508900184721ce7fa8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.43-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fa8c3085e20603b04d9b1040fca3c8a056780919274df4379157158b449e28d7
MD5 f010d1105ceb721495864ad06606506a
BLAKE2b-256 2450abc7a0bf30ed5b40ca3279f011a45a8bd54839ff476cc1f28c4608fd4170

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.43-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e6ce7a2b2f82d2125f4b4129e6c53ff1d6cca05d1d60c2f1e707fcd6e4cd523e
MD5 8d1e530350a2710a916587145d2db30f
BLAKE2b-256 7874a3dc3b875447c63a22a7d2dc799b53917d4d0a74c4f23473866efeca4717

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.43-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.6.43-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fbcc48385bb9f2ffc23f7a4082f2ea454bbb380a6c86ede85ae28ac0e6e085f9
MD5 8b4fdfe8207efd1d519ca5e0f01321e2
BLAKE2b-256 b2c2e76e2e7525278c037ae7493f3c6e1b876824f419a39b2fc181857e5801ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.43-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c332cbe14a79bcff541c1f2260a0866da792ef0d534bc94ff9e0012511a23eb0
MD5 45e9905b80eaf0f4ffbfa5146032f8af
BLAKE2b-256 6a390f9a079047ab44379aa833eeec77a33859bfb81cdc7059aedb4fcb0a097a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.43-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 fed40291d43ac34f2ac0e8d26c62ef594f34e3cf96d6900adceabdc53c5b4402
MD5 5d885c989cf94a490caaf3a9cb48a587
BLAKE2b-256 b371e99b551412bcacd778ad151719f0bfd7705daf89b1b626586118fb14eb62

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.43-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 63282c2ae8e2e3c6db39cc869b7a6c7093bdeecaf177fe1af66c5859febe9616
MD5 06ccb5e36bcfe63e71a2756c21c0e83d
BLAKE2b-256 f0346ddd4acc901c22cd3d143f45b353f5139ecb590284ad2a938538d151cfe5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.43-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b9260ded8e1033926a0923e292d5d7477b46afe6f3466577dcb5bac4190edebf
MD5 74bb4d9dd65a85eb853f4312567a3425
BLAKE2b-256 954b3309aab44549764e48c20e1a031dccaf1dcc3740dc0b20462c7e695c8bac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.43-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4b284cb76460fec4767d8ca33f7af9637d6363cdf9da2004402b603bb2160ac1
MD5 d5c1b40df0c24943d899f635bd17d157
BLAKE2b-256 1f1516415b59fc1775a5f6928f306550eea45227cd2e3bc46021507b02ec0ea7

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.43-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.6.43-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d83097b61d5b8b3356482393a3b5a99e92d06ad8cc667774a15adc7ea3212ac1
MD5 d3b6a19a1d939823b7fb307fb62c83b0
BLAKE2b-256 850cbc6e495cc086ed1d86fdfe8456c0b13f4931e6477206709c8dc114279a47

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.43-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a501c7c78686e0346024ded3392349141e7f59a65063120ca18b3012e5be6094
MD5 3a4eeb147ab91ceea43054ea7a940262
BLAKE2b-256 7ac5408abb09a3f956aae3993d9989f7454d26b59125ff417912e5c200179e96

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.43-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 a64b8253f566b8c77c79625e68522ffeff8821acdf67e6df6b0467d2a644b53a
MD5 922fa38f8ab98abb6711892fffe6f317
BLAKE2b-256 1226a8dfed35054e57f8de7f58872819b35578fe94bc43bd703e4bf58217cc2f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.43-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 e223acca15cf6ffb18f06cce36bdd9e67d66e86253ba6fe8e58742c7272632f7
MD5 f23cad54e63cfb2834a540125161eec0
BLAKE2b-256 cfcc7bb7716562cacd4f4933ba8ee6294be5566625bef751d46563721a73248f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.43-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 912fe49ec92a69603acf54013a150516963d9c792b68066e965cc305c0512074
MD5 0b7de759dbc251b516331421cddd9de2
BLAKE2b-256 520e1b97cada89860e2fdf683bc1ae9ef851c278ea0b1dbd8aeee5eb9995cf4a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.43-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fdc2f10dd07c78c08e5ceab90165e814f38332b5b92103ba26c408a3282d1e7b
MD5 f1d556a55555cba659b6e7420c6fb84c
BLAKE2b-256 f84ea374f702f264cf81559b5c4a2879d40d104b196efc3bfd4addc974e5b067

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.43-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.6.43-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b76d1de53487e2f7dcf38451f428cf7c74a8e3d37f63a24526a0b4f516ebee59
MD5 bde5589090a9a9608957ed55cad5159a
BLAKE2b-256 cd2b6b4c673ec959bc3aaa789fe852bd6bf8cae6616e015bce7e5a2b6154d0c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.43-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ea9d79d833d3564a2546e782947d6436160d946dfc9fa9ee269b5c82aec3c100
MD5 84352bcbbb41564858e59c301769d0a0
BLAKE2b-256 eacd1811aa61599d2cf74cf2fdeb4e325ed6d5f7fe9b8e9c134247ef85c68f69

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.43-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 3861175bf31b42dbfa4d56ca657a2f524ca7286a25085f4cf890a9e54fd29bb4
MD5 00d0727f889fc779957afa7dc63a5774
BLAKE2b-256 559ef50a8ed743213977c31147f8554a682e972cf0c8949a003671c0691373fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.43-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 3f1aa3add7de1a254a89f9d8fa8bc9001c63cc76b278b159287a95a21fec11d9
MD5 3dd344f22af615e5b1a6e36e7ddb7f10
BLAKE2b-256 f48b14300760fbf3a58b154302341623e0c93ef5f1640544c1eab1d7c93a161f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.43-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2e60cb2e567e3ff9195e24e9953556bf973dc8a4caed1fa0e98ec38ed7bb7752
MD5 8fd35dc5cc01e6fa3cccd4c2ade8aaa1
BLAKE2b-256 8e727ab284da8c94ca2872768709bfb7366e36ac3ee8faca8e3864f6d8cb9378

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.43-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fa587fa3f60516b3287d74f78bbabf7358850235e4f7c3500309ef2957e798f9
MD5 ce66973617a3797928f67b69d57d8b88
BLAKE2b-256 e340b021d7c6adf9a91f3b12f623d56f2bf447e5972a51cd0d3e00e5d23aefa9

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.43-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.6.43-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 60a2c841e1b889b36e7b17dd3951cfd91ca9a3dfea00d034d24edd45730e72b8
MD5 8d692c9b0b976efdc9dff31058703fb9
BLAKE2b-256 b8ce7474135f24085db9a8441130434d224e0e0f1c72b3730badd1489067a4ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.43-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 79c73ee888fa67bc8860a6bdd0650dae576d31f2bc8a9dccad337a74e081782e
MD5 da1f74d53e5da23c801ae936fe2673ba
BLAKE2b-256 77f91e5edc591c4639ede5d9e787a3db715fd4a5c1559e595b2f2873e42efb88

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.43-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 37f0bd214dfa2e92d369b33cc09e19c6f649bc340f9cef9a22b5155999e1c4d5
MD5 48b86bc1569a9824a89ed279f6e8fb59
BLAKE2b-256 b7cc184105c9b51f3d508fa42a5a86289f17dd4553a6a82d379598cb3b4f469d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.43-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 b272217bd208e1e2fe701777db87560f74cf90822b57b9a82de1e59e7cda3f27
MD5 263e1bf4ff332403a06e9e40e1378036
BLAKE2b-256 b780562dfd79a174adc6ae7fed06a0f74d1a1ef61cce02d50b5f497e62fd3b89

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.43-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 79ef03db205a0103737d4462e18c6318120fa1c76290919dc315ad5f0220cb30
MD5 b0ef5b53e74201ce72f1799b2078140b
BLAKE2b-256 e3659e4059c7ae6fd659ab4d01c9637435b5c99d7904c28e1d7195703d95413e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.43-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ea05f32ab32a1cae75e1a98477c6058b0a0fefe3c3349f1c90af1bbd52bd3d84
MD5 2aefbb16050b9b6d1cc878d1c06e4a54
BLAKE2b-256 112d385d70960834f4a1ae3a42e7b4ef4153e678394446dffddeb5f29b612fca

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.43-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.6.43-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 93d28d1ac2aa49aff2502cd8c11c59da673f977ecc0dfc21f8a7c510c62c2a6c
MD5 9a93e92e0d27252523fdbd54ca284c3b
BLAKE2b-256 1fd092ec145928909d214c1aefa4286f8dbb6a425ab1247103b160be1a6e7dd9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.43-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a36f063784e1a7c3d2fc2ae661a801d9983cb83231d83c0aae329b67607fd0d3
MD5 bb4597d32d62b597fd9bf8be0f4c19c8
BLAKE2b-256 f75cedc63f09ca4b79bd3e66dd44f1d47c04d91734a2ef8128f16c05b08a892e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.43-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 17c591887a62dfc20c63687f50015764baffada1b6fc97d003addf9799f122f0
MD5 f955ac90d049484a02ac1ee775b5e30c
BLAKE2b-256 3d8e3097b1bc881c2394a4e6b03453bd2f89e7abfc5bf1717751d043ece77dba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.43-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 e1e2ff34e1d5c0d509f418370330e9345394303fa61cc68525393e9fbc00d486
MD5 531c1d86467c36b5157b8d4ecb2207fd
BLAKE2b-256 b4e031947bae92114ec28d79d3ea609bfb22569d325a1e6b6c60e89714c8226b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.43-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 09dd7b437b93415bd1893c4221a03fce5a79cc1c315f698df8a7ee2f603f0839
MD5 e3823e2e4183a3a4a7d5913fd2635bb6
BLAKE2b-256 a00443bfff78100e6cb6bae458396d50a68b00800228fa4bef91fb9a78560924

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.43-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a9baf72bc5a0b64683c583ca330b5e7dd310a75ca62af98f8db6df7b65b4540e
MD5 1e980594abb3158f242c7cd5aa102ac5
BLAKE2b-256 5606d58bc5e02e7dc551dad0c9fac1b511f938b102f6359ae32fb1392ae71f88

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.43-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.6.43-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ddb372ec50c02ff774f24fa2747d15c9ca288fde75f4be319e006834588c93f7
MD5 d0cb81688cbce68f222e80354caf89e7
BLAKE2b-256 1c86f61183969b23dbc6062763f768f147fabb9052e8a90eabc0e81ea5724877

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.43-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.6.43-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 dae81c200c325c556caf1793f2872f2f20930225f3e504a01ff47bdd9ce8deeb
MD5 d5f1e8b99d1e7fdf1a764992330ccaaa
BLAKE2b-256 92b253db9b9ed5f6da301f5d13d1d8a2c2e11ba32ace63471f076d1e1ab46150

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libecm-10.6.43-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 603973df892776c20f85b0a427d950e71652e48fb213e9aac18be3eb1bcc9e8f
MD5 1278721e3b5e1f3412ec93f5979e3f9f
BLAKE2b-256 0983a7a1bfac5d9f12b2b6eab3a50617b093add10d9b46b673366643c39fcc25

See more details on using hashes here.

File details

Details for the file passagemath_libecm-10.6.43-cp310-cp310-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_libecm-10.6.43-cp310-cp310-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 f1be2230eba03b0d6f0275be658aa9877fa2d7a9a3cba774d87d7766ebe7ec4c
MD5 94d73aebecda033ac94938d5076ae354
BLAKE2b-256 4fb8cde6755e956a7a4cdc09c4fae31d30a055c1fb61e0026ad18c604aea514a

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