Skip to main content

Native SHA3-256 PoW nonce scanner for the Animica CPU miner

Project description

animica-fastpow

Native SHA3-256 proof-of-work nonce scanner for the Animica CPU miner.

The Animica CPU miner's hot loop is otherwise pure Python, which caps multi-core hashrate (the per-nonce Python overhead dominates). This package runs the loop in C with the GIL released, so each miner worker gets native hashrate.

import animica_fastpow as fp
assert fp.available()

# digest = SHA3-256(prefix || mix_seed || nonce.to_bytes(8, "little"))
# returns the first (nonce, digest) with int(digest, "big") <= target, else None
res = fp.scan(prefix, mix_seed, target_32_be, start_nonce, iterations)

The miner (animica.animica_cpu_miner_repoexact) imports this automatically and falls back to its pure-Python loop if the extension isn't installed — so it's an optional accelerator, never a hard requirement.

Install

pip install animica-fastpow         # prebuilt wheel (Linux/macOS/Windows)
pip install "animica[fast]"          # via the animica miner extra

From source (needs a C compiler — gcc/clang, or MSVC Build Tools on Windows):

pip install ./mining/native

Correctness

The C SHA3-256 is the public-domain tiny_sha3 (NIST SHA3, 0x06 padding) and is verified at build/test time to be byte-identical to Python's hashlib.sha3_256 and to the miner's digest_from_sign_bytes. A wrong hash would get every share rejected, so parity is checked, not assumed.

Performance

The self-contained keccak is portable (no OpenSSL dependency, so it ships as a single .pyd/.so with no external DLLs). A follow-up AVX2 4-way batched keccak is the path to a further ~4× per core.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

animica_fastpow-1.0.1.tar.gz (6.9 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

animica_fastpow-1.0.1-cp313-cp313-win_amd64.whl (15.0 kB view details)

Uploaded CPython 3.13Windows x86-64

animica_fastpow-1.0.1-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (23.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

animica_fastpow-1.0.1-cp313-cp313-macosx_11_0_arm64.whl (12.2 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

animica_fastpow-1.0.1-cp313-cp313-macosx_10_13_x86_64.whl (11.9 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

animica_fastpow-1.0.1-cp312-cp312-win_amd64.whl (15.0 kB view details)

Uploaded CPython 3.12Windows x86-64

animica_fastpow-1.0.1-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (23.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

animica_fastpow-1.0.1-cp312-cp312-manylinux1_x86_64.manylinux_2_5_x86_64.whl (22.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ x86-64

animica_fastpow-1.0.1-cp312-cp312-macosx_11_0_arm64.whl (12.2 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

animica_fastpow-1.0.1-cp312-cp312-macosx_10_13_x86_64.whl (11.9 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

animica_fastpow-1.0.1-cp311-cp311-win_amd64.whl (15.0 kB view details)

Uploaded CPython 3.11Windows x86-64

animica_fastpow-1.0.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (23.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

animica_fastpow-1.0.1-cp311-cp311-macosx_11_0_arm64.whl (12.2 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

animica_fastpow-1.0.1-cp311-cp311-macosx_10_9_x86_64.whl (11.9 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

animica_fastpow-1.0.1-cp310-cp310-win_amd64.whl (15.0 kB view details)

Uploaded CPython 3.10Windows x86-64

animica_fastpow-1.0.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (22.8 kB view details)

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

animica_fastpow-1.0.1-cp310-cp310-macosx_11_0_arm64.whl (12.2 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

animica_fastpow-1.0.1-cp310-cp310-macosx_10_9_x86_64.whl (11.9 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

animica_fastpow-1.0.1-cp39-cp39-win_amd64.whl (15.0 kB view details)

Uploaded CPython 3.9Windows x86-64

animica_fastpow-1.0.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (22.5 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

animica_fastpow-1.0.1-cp39-cp39-macosx_11_0_arm64.whl (12.2 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

animica_fastpow-1.0.1-cp39-cp39-macosx_10_9_x86_64.whl (11.9 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

animica_fastpow-1.0.1-cp38-cp38-win_amd64.whl (15.0 kB view details)

Uploaded CPython 3.8Windows x86-64

animica_fastpow-1.0.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (23.1 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

animica_fastpow-1.0.1-cp38-cp38-macosx_11_0_arm64.whl (12.2 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

animica_fastpow-1.0.1-cp38-cp38-macosx_10_9_x86_64.whl (11.9 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

File details

Details for the file animica_fastpow-1.0.1.tar.gz.

File metadata

  • Download URL: animica_fastpow-1.0.1.tar.gz
  • Upload date:
  • Size: 6.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for animica_fastpow-1.0.1.tar.gz
Algorithm Hash digest
SHA256 45f3ccb335a64745bd60b3b23ea40ea371b39fd2fda5bece5645d54d4121a5f7
MD5 c4a8e255254dd4c730600fa15dc4f286
BLAKE2b-256 e7a260e31fe6b3d7e2cf737d6cd4b3e0bb84e1251389056cf6440a680e18a9b7

See more details on using hashes here.

File details

Details for the file animica_fastpow-1.0.1-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for animica_fastpow-1.0.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 2a9881388b8f6e3e83d56d609d8058b61b1c9c9178a0bac918906fbbbde0ca4d
MD5 742fa577bcbb3ca9cd6b4a8860e6897f
BLAKE2b-256 0e632d34a137d9d3de79ac1179bd22151bd7df3141410b064d7bbd142d95e0e2

See more details on using hashes here.

Provenance

The following attestation bundles were made for animica_fastpow-1.0.1-cp313-cp313-win_amd64.whl:

Publisher: fastpow-wheels.yml on animicaorg/all

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file animica_fastpow-1.0.1-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for animica_fastpow-1.0.1-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f7db2864084280ef25c91b83f8363f42f5bd9a6a1950d49377bdd2d972517672
MD5 f449f7fdf563601e99b69673e14bc832
BLAKE2b-256 8ddaaf87e309aec3bfbd50c9c2352d3a87fe993354b4ae5ee366276d89f5a8dd

See more details on using hashes here.

Provenance

The following attestation bundles were made for animica_fastpow-1.0.1-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: fastpow-wheels.yml on animicaorg/all

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file animica_fastpow-1.0.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for animica_fastpow-1.0.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bd3006167655d7cfd7c5f370cc14a1e94c93caec685268236ac2ffa02eebf6b5
MD5 926afa5fa32e900780f497771be01488
BLAKE2b-256 8b9269b5f512be625ad601456f170bd10c85691c5803612ce383185ca1327932

See more details on using hashes here.

Provenance

The following attestation bundles were made for animica_fastpow-1.0.1-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: fastpow-wheels.yml on animicaorg/all

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file animica_fastpow-1.0.1-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for animica_fastpow-1.0.1-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 ad5801d995419cd1e669c9e4b033495797900a3aea485eb2ce9fae69fda07c72
MD5 ca4cc46e8dac30e15232bd27fadec07b
BLAKE2b-256 46e7c3626d9f0506e688467c040c87411df41286b9e1e4a08ae7ee54f3063c43

See more details on using hashes here.

Provenance

The following attestation bundles were made for animica_fastpow-1.0.1-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: fastpow-wheels.yml on animicaorg/all

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file animica_fastpow-1.0.1-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for animica_fastpow-1.0.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 8d9f796c78f8a9d6d784018b1a9689b996c084fc4e6d08b48f060dd49bf0aab0
MD5 e46782d5cf7d36ca50af61386d208385
BLAKE2b-256 6bf4aa68f14fa974f882411f9b0dc8ca439d1b0a7e0618ab043677c7ed76b8ae

See more details on using hashes here.

Provenance

The following attestation bundles were made for animica_fastpow-1.0.1-cp312-cp312-win_amd64.whl:

Publisher: fastpow-wheels.yml on animicaorg/all

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file animica_fastpow-1.0.1-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for animica_fastpow-1.0.1-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 39496c8c93c6f5bf7fb3d6f3bd0bb26b4fba489bc6fce88aab43515858d1a515
MD5 7574da4791b46c51d1c54cc058d1ff76
BLAKE2b-256 25352aec0a0bc096392d484a8a39a52bc99fd584f1612104bc022321a11c6691

See more details on using hashes here.

Provenance

The following attestation bundles were made for animica_fastpow-1.0.1-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: fastpow-wheels.yml on animicaorg/all

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file animica_fastpow-1.0.1-cp312-cp312-manylinux1_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for animica_fastpow-1.0.1-cp312-cp312-manylinux1_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 f9935a0fe96c3f8d0a775599f6f77d7531b20123c505aa14b647644f15a664d4
MD5 5654acc417dfdc7933d1e2d06e6c950d
BLAKE2b-256 edd5daa8d18da5919fcaca7152f8165e8709044951d6d2631021d822c071639e

See more details on using hashes here.

File details

Details for the file animica_fastpow-1.0.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for animica_fastpow-1.0.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9e02a728f08e6f12a86f9d45c794d7171267a650d7d320c0e0730e47e31115fa
MD5 4d0135d31ba5233f10e1271fdef29fc5
BLAKE2b-256 87106674f7185cd7704235aa1d75a5a5a906c1d5bf26597eaf180fcb7dc49461

See more details on using hashes here.

Provenance

The following attestation bundles were made for animica_fastpow-1.0.1-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: fastpow-wheels.yml on animicaorg/all

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file animica_fastpow-1.0.1-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for animica_fastpow-1.0.1-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 c6d7b49c445294f224a4a73036af2ff081d530eeb82a377c1f85e25f772a3a52
MD5 4c1981f464f7469d42a56e72d3d0bd7a
BLAKE2b-256 94d368eabd932b3687004ffebfc1807066e98b494a5b67330b8018c3c7f4de54

See more details on using hashes here.

Provenance

The following attestation bundles were made for animica_fastpow-1.0.1-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: fastpow-wheels.yml on animicaorg/all

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file animica_fastpow-1.0.1-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for animica_fastpow-1.0.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 d0b457df5606ed68195199879b51a90d702616cd2e8560681709ec1f1818a44f
MD5 329aece8f45c58563c89ea391ff9af30
BLAKE2b-256 77e43e55d6b35eddc186b7d448015cb53c7f49f51c51a2010f8345f1397c8f3c

See more details on using hashes here.

Provenance

The following attestation bundles were made for animica_fastpow-1.0.1-cp311-cp311-win_amd64.whl:

Publisher: fastpow-wheels.yml on animicaorg/all

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file animica_fastpow-1.0.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for animica_fastpow-1.0.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d3649d12cd80b60027dbc5eba6c29ead7c4d6ab3ab6d7704f6ee514fd5a6f3ad
MD5 4c36b6c24861c38030996f7086b381c4
BLAKE2b-256 4fda3153094723d8b9f32edb9d2d68e5afaef307c4e27d59c64426acaf533c54

See more details on using hashes here.

Provenance

The following attestation bundles were made for animica_fastpow-1.0.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: fastpow-wheels.yml on animicaorg/all

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file animica_fastpow-1.0.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for animica_fastpow-1.0.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 102f6208ed6e129b86319a0a211cb270be6e0e6137cfb9516ec785da521429e0
MD5 e1ea28c20a4f25672532b9985d162e6c
BLAKE2b-256 80e6e97f2641df53e36e835e3d3116e68bbc7ba478a7d70a5c549bdec9ec7917

See more details on using hashes here.

Provenance

The following attestation bundles were made for animica_fastpow-1.0.1-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: fastpow-wheels.yml on animicaorg/all

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file animica_fastpow-1.0.1-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for animica_fastpow-1.0.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7cb39dac001ce0b23d75ab6718f9e65c589416da98c45aa428bba398995a0f84
MD5 ecebd4e67496b106876c739d992deb07
BLAKE2b-256 45ed8eb24720c99f317abb9a5b94c3461e859fdb03dc86d29cf04cf8f06798e4

See more details on using hashes here.

Provenance

The following attestation bundles were made for animica_fastpow-1.0.1-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: fastpow-wheels.yml on animicaorg/all

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file animica_fastpow-1.0.1-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for animica_fastpow-1.0.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 2d7173021e81a4f85033aad204bac01114bf428023edaeb5c81bec39a3c79128
MD5 4518485221e2c13917ab9a101a9c5b3c
BLAKE2b-256 ca20e4a13c965b83b83cb8fe9fd5ec92173988e545a15f2c086115ca63d35b08

See more details on using hashes here.

Provenance

The following attestation bundles were made for animica_fastpow-1.0.1-cp310-cp310-win_amd64.whl:

Publisher: fastpow-wheels.yml on animicaorg/all

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file animica_fastpow-1.0.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for animica_fastpow-1.0.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 47d4c2628f4d90a9f33c69f44b49bc218300b8afb3ac6311663df064ddde8b1e
MD5 27ba5482af228d1ce8ed707b6dbecac5
BLAKE2b-256 d8436e6506e9fe55af9b91c472370f9c2c9401e8e3b8c78c572d7a957e9c2432

See more details on using hashes here.

Provenance

The following attestation bundles were made for animica_fastpow-1.0.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: fastpow-wheels.yml on animicaorg/all

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file animica_fastpow-1.0.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for animica_fastpow-1.0.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6390a43f39c29521fca6dd809f642a4dbd3c9876998fde4bdff1ffc96415f0ac
MD5 72325e929ed9be6ef5c6c48e2a9037ff
BLAKE2b-256 8bc7d44df807a193c224e65a820df7ebf42f950ba644197b0d8448251af3b01d

See more details on using hashes here.

Provenance

The following attestation bundles were made for animica_fastpow-1.0.1-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: fastpow-wheels.yml on animicaorg/all

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file animica_fastpow-1.0.1-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for animica_fastpow-1.0.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 479667d3fe29bf67a7be2b71ad1fe57a7fb2889f15f14232408d0439fd1dc177
MD5 631917c60fa213ea0b23274cc2662e23
BLAKE2b-256 2458f4808a64dd407ae1f04ba195427e33ae3e96c66d2fb55275b50af83db4c8

See more details on using hashes here.

Provenance

The following attestation bundles were made for animica_fastpow-1.0.1-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: fastpow-wheels.yml on animicaorg/all

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file animica_fastpow-1.0.1-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for animica_fastpow-1.0.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 a6635a095d16547f62d9267fa8c2c71913dbd57bb85e2a8939e2da4f01344662
MD5 4844093ebba262a274234fce1b6e7253
BLAKE2b-256 5ab002e4eec0b530a7ce6e7a9d27100c4188d18dad176efeacdf450dad05a7e1

See more details on using hashes here.

Provenance

The following attestation bundles were made for animica_fastpow-1.0.1-cp39-cp39-win_amd64.whl:

Publisher: fastpow-wheels.yml on animicaorg/all

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file animica_fastpow-1.0.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for animica_fastpow-1.0.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8036947bcc22a9825d72e0faaf73e36bbbaf3d88875ebefcc8fa9dca079f0f63
MD5 190ae26a594acdaa64f62e73b4efb044
BLAKE2b-256 f314aec8a81d0cfcd1f85ad367ea7e80000f0df9aa05857e3b999af7c7795a0f

See more details on using hashes here.

Provenance

The following attestation bundles were made for animica_fastpow-1.0.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: fastpow-wheels.yml on animicaorg/all

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file animica_fastpow-1.0.1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for animica_fastpow-1.0.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2c6ce81b7cc9336b6e93d47b2627781939c185cd996406f56102b583787184dd
MD5 327011540f9c033f07edefa18822df9c
BLAKE2b-256 1731849ff19c0dcfa263ffd7f2aa7475eb061909f6b7b9fbb9c6697691cf7bc5

See more details on using hashes here.

Provenance

The following attestation bundles were made for animica_fastpow-1.0.1-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: fastpow-wheels.yml on animicaorg/all

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file animica_fastpow-1.0.1-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for animica_fastpow-1.0.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7d478e5fefc4b6765bed2f84bd0da02bfcc926d2cd3b2d8ed306963e20bd56a5
MD5 6f20ba2774d39e008e66e9bcf4d52ed5
BLAKE2b-256 dcbc602e17a9d20eab90b889669875015d09e70f7aa6b2b501354b2edd6578b0

See more details on using hashes here.

Provenance

The following attestation bundles were made for animica_fastpow-1.0.1-cp39-cp39-macosx_10_9_x86_64.whl:

Publisher: fastpow-wheels.yml on animicaorg/all

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file animica_fastpow-1.0.1-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for animica_fastpow-1.0.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 bfcda8aeb1ff81576832714f1a65f5806c944d20020a14a003e5fb9d13191ab5
MD5 40c7b03e3dd33419d4ca932da6e7199a
BLAKE2b-256 0b889cc7d5fa942564223a96b53813b4e0cfd2a0322520f5cd454374f39a746c

See more details on using hashes here.

Provenance

The following attestation bundles were made for animica_fastpow-1.0.1-cp38-cp38-win_amd64.whl:

Publisher: fastpow-wheels.yml on animicaorg/all

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file animica_fastpow-1.0.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for animica_fastpow-1.0.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f81fb1dc64cdda169f201626990afecb587e076f4c66716d7489dac0e79c1cc6
MD5 23a36635c04db698d29c395bfce87132
BLAKE2b-256 9b8d4d7a03737a8e8ea9c885b082699276cc34f2b70e7bd8d493c8ccd811c1ab

See more details on using hashes here.

Provenance

The following attestation bundles were made for animica_fastpow-1.0.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: fastpow-wheels.yml on animicaorg/all

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file animica_fastpow-1.0.1-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for animica_fastpow-1.0.1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 394485b96beadb9f9e1fb1397251aaf80d89599285116afd2aa8a9f6cad78ce9
MD5 6bc414d085e5a2340ec79f6d56b3beef
BLAKE2b-256 07f0f17f5efa380b02deacb7560ed8aa4b0748de099aae6da1ddf550fe82830d

See more details on using hashes here.

Provenance

The following attestation bundles were made for animica_fastpow-1.0.1-cp38-cp38-macosx_11_0_arm64.whl:

Publisher: fastpow-wheels.yml on animicaorg/all

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file animica_fastpow-1.0.1-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for animica_fastpow-1.0.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3ad922fad635f6f37fe25bd3b3439aabb7fcb0c24559afb0ae94741b14c3c6b3
MD5 3b28ae0bebfc52cdf88b2dfd1f435bf6
BLAKE2b-256 efad6988fee26560eb9b63c9dbc2c70e8837d392ab1546665ca1d0281c3553dd

See more details on using hashes here.

Provenance

The following attestation bundles were made for animica_fastpow-1.0.1-cp38-cp38-macosx_10_9_x86_64.whl:

Publisher: fastpow-wheels.yml on animicaorg/all

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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