Skip to main content

hayahash for Python

CPython C extension over hayahash.h: small, fast, portable 64- and 128-bit non-cryptographic hashes for targets with ordinary wrapping 64×64→64 multiply.

from hayahash import hayahash128, hayahash64

h = hayahash64(b"hello world", 0)
h = hayahash64(data, seed=0x9E3779B97F4A7C15)
lo, hi = hayahash128(data, seed=0x9E3779B97F4A7C15)

Requires CPython 3.9+. Package version tracks the shared algorithm version across every language port in this repository.

PyPI releases ship manylinux/musllinux (and Windows/macOS) wheels built with cibuildwheel, so pip install does not need a local compiler. The sdist remains available as a fallback and still builds the extension from source.

python -m pip install -e ".[test]"
pytest

The extension compiles the reference header directly (not a reimplementation). When building from this monorepo, ../hayahash.h is preferred; the copy under include/ is kept for sdists and checked against the root header in CI.

Download files

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

Source Distribution

hayahash-0.5.0.tar.gz (25.5 kB view details)

Uploaded Source

Built Distributions

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

hayahash-0.5.0-cp314-cp314-win_amd64.whl (10.5 kB view details)

Uploaded CPython 3.14Windows x86-64

hayahash-0.5.0-cp314-cp314-musllinux_1_2_x86_64.whl (73.6 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

hayahash-0.5.0-cp314-cp314-musllinux_1_2_aarch64.whl (63.7 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

hayahash-0.5.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (67.2 kB view details)

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

hayahash-0.5.0-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (76.5 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

hayahash-0.5.0-cp314-cp314-macosx_11_0_arm64.whl (7.7 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

hayahash-0.5.0-cp314-cp314-macosx_10_15_x86_64.whl (8.0 kB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

hayahash-0.5.0-cp313-cp313-win_amd64.whl (10.3 kB view details)

Uploaded CPython 3.13Windows x86-64

hayahash-0.5.0-cp313-cp313-musllinux_1_2_x86_64.whl (73.5 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

hayahash-0.5.0-cp313-cp313-musllinux_1_2_aarch64.whl (63.7 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

hayahash-0.5.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (67.2 kB view details)

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

hayahash-0.5.0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (76.5 kB view details)

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

hayahash-0.5.0-cp313-cp313-macosx_11_0_arm64.whl (7.7 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

hayahash-0.5.0-cp313-cp313-macosx_10_13_x86_64.whl (7.9 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

hayahash-0.5.0-cp312-cp312-win_amd64.whl (10.3 kB view details)

Uploaded CPython 3.12Windows x86-64

hayahash-0.5.0-cp312-cp312-musllinux_1_2_x86_64.whl (73.5 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

hayahash-0.5.0-cp312-cp312-musllinux_1_2_aarch64.whl (63.7 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

hayahash-0.5.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (67.2 kB view details)

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

hayahash-0.5.0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (76.5 kB view details)

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

hayahash-0.5.0-cp312-cp312-macosx_11_0_arm64.whl (7.7 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

hayahash-0.5.0-cp312-cp312-macosx_10_13_x86_64.whl (7.9 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

hayahash-0.5.0-cp311-cp311-win_amd64.whl (10.3 kB view details)

Uploaded CPython 3.11Windows x86-64

hayahash-0.5.0-cp311-cp311-musllinux_1_2_x86_64.whl (73.4 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

hayahash-0.5.0-cp311-cp311-musllinux_1_2_aarch64.whl (63.6 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

hayahash-0.5.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (67.0 kB view details)

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

hayahash-0.5.0-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (76.3 kB view details)

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

hayahash-0.5.0-cp311-cp311-macosx_11_0_arm64.whl (7.7 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

hayahash-0.5.0-cp311-cp311-macosx_10_9_x86_64.whl (7.9 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

hayahash-0.5.0-cp310-cp310-win_amd64.whl (10.3 kB view details)

Uploaded CPython 3.10Windows x86-64

hayahash-0.5.0-cp310-cp310-musllinux_1_2_x86_64.whl (73.4 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

hayahash-0.5.0-cp310-cp310-musllinux_1_2_aarch64.whl (63.5 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

hayahash-0.5.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (67.0 kB view details)

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

hayahash-0.5.0-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (76.4 kB view details)

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

hayahash-0.5.0-cp310-cp310-macosx_11_0_arm64.whl (7.7 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

hayahash-0.5.0-cp310-cp310-macosx_10_9_x86_64.whl (7.9 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

hayahash-0.5.0-cp39-cp39-win_amd64.whl (10.2 kB view details)

Uploaded CPython 3.9Windows x86-64

hayahash-0.5.0-cp39-cp39-musllinux_1_2_x86_64.whl (73.3 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

hayahash-0.5.0-cp39-cp39-musllinux_1_2_aarch64.whl (63.4 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

hayahash-0.5.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (66.9 kB view details)

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

hayahash-0.5.0-cp39-cp39-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (76.2 kB view details)

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

hayahash-0.5.0-cp39-cp39-macosx_11_0_arm64.whl (7.7 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

hayahash-0.5.0-cp39-cp39-macosx_10_9_x86_64.whl (7.9 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

File details

Details for the file hayahash-0.5.0.tar.gz.

File metadata

  • Download URL: hayahash-0.5.0.tar.gz
  • Upload date:
  • Size: 25.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for hayahash-0.5.0.tar.gz
Algorithm Hash digest
SHA256 072b7735676ce26b2c10a245a5ae15b2c40eb30edcea521331b4d57f98c1381a
MD5 4353034378ad7f3260d3458dfd8b712f
BLAKE2b-256 2410a4aa76b645e99c751415472aa7a659f0c32cd44edba455e104bea8cf5331

See more details on using hashes here.

Provenance

The following attestation bundles were made for hayahash-0.5.0.tar.gz:

Publisher: release.yml on thevilledev/hayahash

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

File details

Details for the file hayahash-0.5.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: hayahash-0.5.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 10.5 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for hayahash-0.5.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 c53c46cc76451cec5f06aa8d39930012a553b8fa6dcb8001c1bc2d3b7947e5bd
MD5 b3cce3b5a33f7f9cc09aec455b49d202
BLAKE2b-256 71270939c2a3cb517986fb1587f88d716ac3fd6d5d14e4bc047b2402bb4b294b

See more details on using hashes here.

Provenance

The following attestation bundles were made for hayahash-0.5.0-cp314-cp314-win_amd64.whl:

Publisher: release.yml on thevilledev/hayahash

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

File details

Details for the file hayahash-0.5.0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for hayahash-0.5.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 854b26fb818c504dcb35686dec832fa5152df443cc18c796bcac93e60f6824dc
MD5 1fea88aadd473de2357aa95d32891648
BLAKE2b-256 33e83de282644a89b51fc43b8752ac2d0c2a52fe5506adeeeeed1f1ee4c13312

See more details on using hashes here.

Provenance

The following attestation bundles were made for hayahash-0.5.0-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: release.yml on thevilledev/hayahash

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

File details

Details for the file hayahash-0.5.0-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for hayahash-0.5.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1e37de1e8ff90b680069e64e176fd95f5903f577f63c2cbf89a7c5abb17d471b
MD5 2d67e615cfc8f1eade28a69e77edf20f
BLAKE2b-256 e65ed201b4c30a49910a48447ac1d0a5686fa9e36cf7fdfd8ccf466b33d98688

See more details on using hashes here.

Provenance

The following attestation bundles were made for hayahash-0.5.0-cp314-cp314-musllinux_1_2_aarch64.whl:

Publisher: release.yml on thevilledev/hayahash

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

File details

Details for the file hayahash-0.5.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for hayahash-0.5.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 71b6daf608bdfc5cdcf9e79aa19eaf0321b4b4e4e1aa2a3ab9f797fd5ae5ed99
MD5 bcfa9d507eb1a6e4098b68ae63e1340f
BLAKE2b-256 672ae3f3be79a3883a41e009df9f1fcebb870bf6c6f03ad261bd9e2919bb1527

See more details on using hashes here.

Provenance

The following attestation bundles were made for hayahash-0.5.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on thevilledev/hayahash

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

File details

Details for the file hayahash-0.5.0-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for hayahash-0.5.0-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 0b7e0b8108694c0738acbd2c0feb5a9d9c1a1f6e400d1c2f0c926557ba557933
MD5 1ac05fde99b3a7a52d5fd81cab62ad3d
BLAKE2b-256 29e51e2d4345931ef3a0f4422f81825105369551380b058a18361b80b5c3e27b

See more details on using hashes here.

Provenance

The following attestation bundles were made for hayahash-0.5.0-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: release.yml on thevilledev/hayahash

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

File details

Details for the file hayahash-0.5.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for hayahash-0.5.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 458608780ef628494f31951820b1b01135a49f1c36caedda9609026f12193fda
MD5 49c470114d6353c42e18a305399ec31d
BLAKE2b-256 365e8fbf0663ba6bf45a26e965de69b13e4a986ebc6480f398164093bcd15362

See more details on using hashes here.

Provenance

The following attestation bundles were made for hayahash-0.5.0-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: release.yml on thevilledev/hayahash

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

File details

Details for the file hayahash-0.5.0-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for hayahash-0.5.0-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 07716f83a1e0ec1a5d229fe5c796fa450bde7ce0422cc382aaf205592f13967f
MD5 f52107f804d8ec8e72f475fb8180cdbf
BLAKE2b-256 99c339be75a3449abb1c2b9773f6cdb8e9288f9f790fa99c1989a1fa86944f30

See more details on using hashes here.

Provenance

The following attestation bundles were made for hayahash-0.5.0-cp314-cp314-macosx_10_15_x86_64.whl:

Publisher: release.yml on thevilledev/hayahash

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

File details

Details for the file hayahash-0.5.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: hayahash-0.5.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 10.3 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for hayahash-0.5.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 e5117384efbe9a889048f5dbe08befcf2e55b9941bc730aee2422e8e40b3caad
MD5 35e05c9ac63ad45219ac76b2f710380f
BLAKE2b-256 54311d5e48edb184452420b3692335b31f52d930e12cec63b90dd721dd75e11a

See more details on using hashes here.

Provenance

The following attestation bundles were made for hayahash-0.5.0-cp313-cp313-win_amd64.whl:

Publisher: release.yml on thevilledev/hayahash

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

File details

Details for the file hayahash-0.5.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for hayahash-0.5.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3d474125e674627ed0c0a97f2a7d6fd2a72f45fbb44ce5e9b1f55fc2ed22759a
MD5 4b00bdc7a9d66de503139a671cb84309
BLAKE2b-256 f130c4f0c6aaa58012a545d150c9945fa3ffdf1a0608d386ea1245eb1122ac62

See more details on using hashes here.

Provenance

The following attestation bundles were made for hayahash-0.5.0-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: release.yml on thevilledev/hayahash

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

File details

Details for the file hayahash-0.5.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for hayahash-0.5.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4333f584a7c6dc45c1754a02af2a1f6cd85a8185c925a41a4e984ac740ba146b
MD5 aad6db9b9f2ede2cedca9d11a6996baf
BLAKE2b-256 3523623919028ed3251bef94e62461afc2f27748a419f790b1fb78ee4d43791d

See more details on using hashes here.

Provenance

The following attestation bundles were made for hayahash-0.5.0-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: release.yml on thevilledev/hayahash

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

File details

Details for the file hayahash-0.5.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for hayahash-0.5.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2e68d0a5f81d8cb770532036395e88228fdef7a59b0981e8dbc23ad49431b396
MD5 a2a44807d22b51ac332312cf8929b519
BLAKE2b-256 c9580b8541903f915755d350120cabe8c3bf344178c868e3154dc36c5aeb158b

See more details on using hashes here.

Provenance

The following attestation bundles were made for hayahash-0.5.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on thevilledev/hayahash

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

File details

Details for the file hayahash-0.5.0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for hayahash-0.5.0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 a0fc0dcf5f6d07f29b81e53ecc54238a84599d6024193367c2bed0c3e375b8aa
MD5 76871a2d145a39060b3f3f19df5cd38e
BLAKE2b-256 848925225d00f40a44b5d585bf9826ea1207037fdd61996fb0b207ab484d897e

See more details on using hashes here.

Provenance

The following attestation bundles were made for hayahash-0.5.0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: release.yml on thevilledev/hayahash

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

File details

Details for the file hayahash-0.5.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for hayahash-0.5.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d3498717fde396a0a29f2f3a9d0b77b6ccf2bd5b8e1b22de83c65753398a4ce2
MD5 320870ee14f7f5e4ec5394c3f400b5e8
BLAKE2b-256 bdfaf8a8ab6b2d5905ad42beb145e27d99498bff9e137358807fdc519488af1d

See more details on using hashes here.

Provenance

The following attestation bundles were made for hayahash-0.5.0-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: release.yml on thevilledev/hayahash

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

File details

Details for the file hayahash-0.5.0-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for hayahash-0.5.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 8809ef6ebee0ac01f3b94f4693de34ba26fd45a699a3a12320c883da6ca13055
MD5 d226a824736f2db23a5cc1012f70406c
BLAKE2b-256 5352c7c9a0ca45f886c283cb8411454cbfe8a3b4b8c1dca40d8fe144761dfe8f

See more details on using hashes here.

Provenance

The following attestation bundles were made for hayahash-0.5.0-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: release.yml on thevilledev/hayahash

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

File details

Details for the file hayahash-0.5.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: hayahash-0.5.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 10.3 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for hayahash-0.5.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 996d538c6afb9e06c615fa532042c7656c9a2b616a9e99d6b0af1e0c67278765
MD5 c4d47f3c2a376a09da6e06cd4a176070
BLAKE2b-256 d3ca42ea394923ae468816c51fb078078fcbed04bb3ea12f734743d272d53d98

See more details on using hashes here.

Provenance

The following attestation bundles were made for hayahash-0.5.0-cp312-cp312-win_amd64.whl:

Publisher: release.yml on thevilledev/hayahash

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

File details

Details for the file hayahash-0.5.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for hayahash-0.5.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 003714725ed20373a049e3cb7974822794dbc24d9dcff7ce38ee41635de787b5
MD5 b0f743549f4c5ed3ee55734e3df71e83
BLAKE2b-256 9e572ba6d87b92fedaf0ff745a6e1f04b975ad7de1194989d6741774635037c2

See more details on using hashes here.

Provenance

The following attestation bundles were made for hayahash-0.5.0-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: release.yml on thevilledev/hayahash

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

File details

Details for the file hayahash-0.5.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for hayahash-0.5.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9a47d5706439e91219528e1f7b5f8779a00aed7f018edcee900167596f0c150b
MD5 46f6a11c483d28149725e29e16d6d0cc
BLAKE2b-256 0d22a65c9e01f135400eac40c5f75b998fc246c26edaa8e0e7a1725072f5011f

See more details on using hashes here.

Provenance

The following attestation bundles were made for hayahash-0.5.0-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: release.yml on thevilledev/hayahash

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

File details

Details for the file hayahash-0.5.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for hayahash-0.5.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ee7a630d9c15add1fbdc2ac16d5de185ecda7757f3c0f58f22ac5b2bff54eb16
MD5 2c05b3c1c043701551b8f864b4f71976
BLAKE2b-256 edc22ecd82584bb4e4c17aa27a4f1a020228a2a4ad28658b7cb230e8688e82ab

See more details on using hashes here.

Provenance

The following attestation bundles were made for hayahash-0.5.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on thevilledev/hayahash

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

File details

Details for the file hayahash-0.5.0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for hayahash-0.5.0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 fcbcae1dab3062fec1e6b4db286656ad268fd3bf932562a29a1e3e51e1e01211
MD5 757375a81c4300181581c8009cdb0444
BLAKE2b-256 c08d8b4b9ce7b0fa14fb960991d911f2d4e15bc86674366287202645d8d34a13

See more details on using hashes here.

Provenance

The following attestation bundles were made for hayahash-0.5.0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: release.yml on thevilledev/hayahash

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

File details

Details for the file hayahash-0.5.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for hayahash-0.5.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b09be1b47c0f1172e6b01e2042daeb7b74a236cde9febbf33f36f739cf3d7f80
MD5 946eaaec6651d7498327d83be49db1c5
BLAKE2b-256 7b2da2810c3f8c5afa6c1b937e05d59bc698fc0303bbba5999241e872fc36cfd

See more details on using hashes here.

Provenance

The following attestation bundles were made for hayahash-0.5.0-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: release.yml on thevilledev/hayahash

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

File details

Details for the file hayahash-0.5.0-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for hayahash-0.5.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 524a553a21dafdba91c3e4680ea2215fb45917ef03e90e9369bf1e380d688643
MD5 6799acb98e0f634b4cb9763af2040018
BLAKE2b-256 79e936c0a54709808abe54b89246e05b280a5f21beb12c04633b39f24d164d23

See more details on using hashes here.

Provenance

The following attestation bundles were made for hayahash-0.5.0-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: release.yml on thevilledev/hayahash

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

File details

Details for the file hayahash-0.5.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: hayahash-0.5.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 10.3 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for hayahash-0.5.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 0941eb1ef7f3c8af8f901af9fb9cdc3447e73b521ac513de8fba88ae2191214c
MD5 cdd5e3e70852f447b9e78687d907fc8e
BLAKE2b-256 d74de2e547239d8db5dc4113cc3e84475734f3822b504d989837c13205c92d84

See more details on using hashes here.

Provenance

The following attestation bundles were made for hayahash-0.5.0-cp311-cp311-win_amd64.whl:

Publisher: release.yml on thevilledev/hayahash

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

File details

Details for the file hayahash-0.5.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for hayahash-0.5.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 42736f333d9ad73f00f85e8dec2509052c85bad7725daa15ff9002cd44d88121
MD5 073d552cfbf0bf4801f98c4831085f60
BLAKE2b-256 c9df7fa5d05d18c81b55382a0c106619321a9cbd220b891e99c43c06b8871c9d

See more details on using hashes here.

Provenance

The following attestation bundles were made for hayahash-0.5.0-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: release.yml on thevilledev/hayahash

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

File details

Details for the file hayahash-0.5.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for hayahash-0.5.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9c6949dfc2304d604e02b250013b6e4294e2813511abfbe2b3156974ec0b8357
MD5 4b1601ebdfd89cb9a01eaf42f8d64efa
BLAKE2b-256 b962b06661334e5b2397bfd66778aafe18a3e20cefd51d82849f77aa5b4399b9

See more details on using hashes here.

Provenance

The following attestation bundles were made for hayahash-0.5.0-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: release.yml on thevilledev/hayahash

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

File details

Details for the file hayahash-0.5.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for hayahash-0.5.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4269896070e74d96c2da2afdc10658378c764322c0a12fc57352fb4c59b2d423
MD5 30bd12b04ab0a6e6b73acad3a9d59327
BLAKE2b-256 903b4cd8eaf445937ccfb7b3ada12e870eec4dbc2d09149564b6005e7838ab68

See more details on using hashes here.

Provenance

The following attestation bundles were made for hayahash-0.5.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on thevilledev/hayahash

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

File details

Details for the file hayahash-0.5.0-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for hayahash-0.5.0-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 85bf8cb0b96585c0a3eff7dc0a5b2f43771da1f7f444d5f0a67373c91f8fbf1d
MD5 4fa8df66ae198d229cd2e49dbdba3733
BLAKE2b-256 474ccdaa4fee1e1a50eff8def8e7491002e1fb9e1751a3d9230163245810db60

See more details on using hashes here.

Provenance

The following attestation bundles were made for hayahash-0.5.0-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: release.yml on thevilledev/hayahash

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

File details

Details for the file hayahash-0.5.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for hayahash-0.5.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2da2be70f6e2b003c7dbbe2a9eaf40113cfaa5a3eac41d8f0fdb866d2ecc9a67
MD5 64ebb512d8f12a26a48e8070430ed8f4
BLAKE2b-256 7fd4b59ce48fb10dc81188cb8cbe321ac74bfcf1683d0500afc131888df3de1d

See more details on using hashes here.

Provenance

The following attestation bundles were made for hayahash-0.5.0-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: release.yml on thevilledev/hayahash

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

File details

Details for the file hayahash-0.5.0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for hayahash-0.5.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a09cb40d116079f29ed60a955f847d48224d029d234d55654a889c779cff3559
MD5 582a03cce4cced203ddd618a78b54e24
BLAKE2b-256 6bcb4002eac57eb8ee3fe58323ad4e378a8b7fd8b2ad40d6c9c372d172bcf841

See more details on using hashes here.

Provenance

The following attestation bundles were made for hayahash-0.5.0-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: release.yml on thevilledev/hayahash

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

File details

Details for the file hayahash-0.5.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: hayahash-0.5.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 10.3 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for hayahash-0.5.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 4c9dd49c69d6aa9fc7079efa77ab81e9b81b976875e6ac9d119cca9488987072
MD5 c254e84f92f1d3bd4aebf5d550006e3f
BLAKE2b-256 145e40b0e8c6ef5fb7d364b60c6ac60f313b6974a25423b10569834b2f874305

See more details on using hashes here.

Provenance

The following attestation bundles were made for hayahash-0.5.0-cp310-cp310-win_amd64.whl:

Publisher: release.yml on thevilledev/hayahash

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

File details

Details for the file hayahash-0.5.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for hayahash-0.5.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8034f250b243738612dd4d62878d90fe99b1a83c26797e4e95d389bc025c8a2c
MD5 7f42268927667f831395a073798ef8ae
BLAKE2b-256 29ee1dc2f7f855725d127e95096432ce781124fa303b3989513b915194896fc4

See more details on using hashes here.

Provenance

The following attestation bundles were made for hayahash-0.5.0-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: release.yml on thevilledev/hayahash

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

File details

Details for the file hayahash-0.5.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for hayahash-0.5.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e5eedf70f0276e9f2413454aba8248e19066e2c8aee8552056f7671707a3d845
MD5 dc51fcee9a4ffe7cadb76e37f034f09d
BLAKE2b-256 1e975de4fce9015fd11d348061d8935e89ecd189f7c1d581a759a36a38fa1877

See more details on using hashes here.

Provenance

The following attestation bundles were made for hayahash-0.5.0-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: release.yml on thevilledev/hayahash

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

File details

Details for the file hayahash-0.5.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for hayahash-0.5.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c7ff10b3354377d1e9eee374bd7b63b257ffdb3ad6d8810ff512cdb604d7a875
MD5 34ae4faf99ca24623083cbf1a5d362c3
BLAKE2b-256 08649440e105889611dfbd4bf4bacb0546d38c42b366ab42389e2f2e37b9993b

See more details on using hashes here.

Provenance

The following attestation bundles were made for hayahash-0.5.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on thevilledev/hayahash

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

File details

Details for the file hayahash-0.5.0-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for hayahash-0.5.0-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 9387c851e634dc0f18e5c491e9e221305e1113c42e96d5abef3ced0cd2bcf74b
MD5 58c742ac933994394a35650696bd1d7d
BLAKE2b-256 aeafe2b3f3ca3280dbf15e577fd031d55fed66150b1028db9d30680e17e4e7f3

See more details on using hashes here.

Provenance

The following attestation bundles were made for hayahash-0.5.0-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: release.yml on thevilledev/hayahash

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

File details

Details for the file hayahash-0.5.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for hayahash-0.5.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 99278c20eaacf3dc2f42f016ec3ba689a96aedd22bba4558655b6b68b2f8862a
MD5 7cc861d3fbca9116d8d668b70de68eaa
BLAKE2b-256 59e0a272e4b8cb85fce2a7f04460a14ffb882a2e80c8e50aeb6b91489a19cb38

See more details on using hashes here.

Provenance

The following attestation bundles were made for hayahash-0.5.0-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: release.yml on thevilledev/hayahash

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

File details

Details for the file hayahash-0.5.0-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for hayahash-0.5.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 fe846a66ee38b1e32d6c27a7a226f4add5b6577324e3011d3e364e83005a42c9
MD5 3046bdc638f7d59314435a42b3834ce0
BLAKE2b-256 0a9710716693b968e317dfa9da2580582722285aff18a32313a9e258b78714d1

See more details on using hashes here.

Provenance

The following attestation bundles were made for hayahash-0.5.0-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: release.yml on thevilledev/hayahash

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

File details

Details for the file hayahash-0.5.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: hayahash-0.5.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 10.2 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for hayahash-0.5.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 4b81ba585e0f7a6e7459b34bb8547c1afdd8a492cafc49260b8a70b2597db011
MD5 f4bd870a13c0eed0d5e001fa30852f31
BLAKE2b-256 000d1dc8b9e424e23f5eaf14f3f2ac5b26e09a213a1d68e55111311a7dd15c1a

See more details on using hashes here.

Provenance

The following attestation bundles were made for hayahash-0.5.0-cp39-cp39-win_amd64.whl:

Publisher: release.yml on thevilledev/hayahash

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

File details

Details for the file hayahash-0.5.0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for hayahash-0.5.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 12882c4e0ae760c8f201ebd5b91bdb4e48973e9efc0a47c7fb5cee22e2ca4ce3
MD5 d1942e0024acdbbe8f1f0ca6530d47b7
BLAKE2b-256 26fd0665dfc233280b95130ac44c5e86cf55a9e2918bb535c87fc87ade84ecd7

See more details on using hashes here.

Provenance

The following attestation bundles were made for hayahash-0.5.0-cp39-cp39-musllinux_1_2_x86_64.whl:

Publisher: release.yml on thevilledev/hayahash

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

File details

Details for the file hayahash-0.5.0-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for hayahash-0.5.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7e301d80cd943f5f513b43203602640796459f185da86910377285ed4ffdb1f8
MD5 d7b3b4ed31dcf81c26d0f236ff6ef65f
BLAKE2b-256 15742fa35a492537a9705ac0e3192939ef9eb1c84cd13068d1b174bed34cd4f6

See more details on using hashes here.

Provenance

The following attestation bundles were made for hayahash-0.5.0-cp39-cp39-musllinux_1_2_aarch64.whl:

Publisher: release.yml on thevilledev/hayahash

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

File details

Details for the file hayahash-0.5.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for hayahash-0.5.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 90847494f53a051cb519917967b86623f86d06318d568a8518acf2c808142569
MD5 bdf24a3e7dc69e2ead133bcc670a367b
BLAKE2b-256 c9fd94786c0671b911adee5444eea5e896ff95f30d9ea5254ce86964d8c5fd8f

See more details on using hashes here.

Provenance

The following attestation bundles were made for hayahash-0.5.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on thevilledev/hayahash

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

File details

Details for the file hayahash-0.5.0-cp39-cp39-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for hayahash-0.5.0-cp39-cp39-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 f67e3af8c28ff65e80052df713899eee37939191779a0bffd7bb9ed52d29e5c6
MD5 b98745ab99d7f732c04994c8ddb44d2f
BLAKE2b-256 4dbe40108ef89854619cf3e97cc61e20e62f9f057377a3ae1ffd8a2aff12c5b1

See more details on using hashes here.

Provenance

The following attestation bundles were made for hayahash-0.5.0-cp39-cp39-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: release.yml on thevilledev/hayahash

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

File details

Details for the file hayahash-0.5.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for hayahash-0.5.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f3893454ef04c9d3f5b77b9adb8ba20957de63ae70334fcda4826a06a615d9ec
MD5 e528b1c4dece76a01f45a68bbeb625a6
BLAKE2b-256 63552e6512e0ff3b644105ae71863a1bc67de0091ee4f6b28b28f336efe2a497

See more details on using hashes here.

Provenance

The following attestation bundles were made for hayahash-0.5.0-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: release.yml on thevilledev/hayahash

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

File details

Details for the file hayahash-0.5.0-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for hayahash-0.5.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9756290c6ac946961cac7b7f23180a63a57bb72e1e9753e90b00f24e81140302
MD5 ba6b2a07314397ebbe3ae066dfe5daff
BLAKE2b-256 9c240e979b19114d005945f98d8ea07943711c78411c070c6f7cf7b7c944780c

See more details on using hashes here.

Provenance

The following attestation bundles were made for hayahash-0.5.0-cp39-cp39-macosx_10_9_x86_64.whl:

Publisher: release.yml on thevilledev/hayahash

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 Sentry Error logging StatusPage Status page