Skip to main content

Streaming-capable SipHash Implementation

Project description

This module provides a C-based implementation of SipHash with an interface compatible with the hash functions provided by the hashlib standard library module. Only SipHash-2-4 is currently implemented. The module documentation provides a detailed description of the API.

This module differs from other similar modules by providing a streaming-capable implementation and an interface compatible to the hash functions provided by the hashlib standard library module and by providing binary wheels for all supported Python releases on the most common platforms. More platforms can be added to the build job as needed.

Following the hashlib interface, the return value of the digest() method is a bytes object. SipHash values are customarily stored as 64-bit integers. This module extends the hashlib interface with an additional intdigest() method that returns the hash values as a 64-bit signed int object.

This module is implemented as a thin Cython-based wrapper around a C language SipHash implementation copied, with minimal modifications to allow compilation with MSCV, from the c-siphash library by David Rheinsberg and co-authors. The c-siphash library is based on the SipHash reference implementation by Jean-Philippe Aumasson and Daniel J. Bernstein released to the Public Domain. This module is distributed with the same license as the c-siphash library: Apache-2.0 or LGPL-2.1-or-later.

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

siphash24-1.1.tar.gz (10.0 kB view details)

Uploaded Source

Built Distributions

siphash24-1.1-cp311-cp311-win_amd64.whl (69.3 kB view details)

Uploaded CPython 3.11 Windows x86-64

siphash24-1.1-cp311-cp311-win32.whl (59.1 kB view details)

Uploaded CPython 3.11 Windows x86

siphash24-1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (478.8 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

siphash24-1.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (474.8 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

siphash24-1.1-cp311-cp311-macosx_10_9_x86_64.whl (83.0 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

siphash24-1.1-cp311-cp311-macosx_10_9_universal2.whl (155.4 kB view details)

Uploaded CPython 3.11 macOS 10.9+ universal2 (ARM64, x86-64)

siphash24-1.1-cp310-cp310-win_amd64.whl (68.9 kB view details)

Uploaded CPython 3.10 Windows x86-64

siphash24-1.1-cp310-cp310-win32.whl (58.8 kB view details)

Uploaded CPython 3.10 Windows x86

siphash24-1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (438.2 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

siphash24-1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (434.7 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

siphash24-1.1-cp310-cp310-macosx_10_9_x86_64.whl (82.4 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

siphash24-1.1-cp310-cp310-macosx_10_9_universal2.whl (154.3 kB view details)

Uploaded CPython 3.10 macOS 10.9+ universal2 (ARM64, x86-64)

siphash24-1.1-cp39-cp39-win_amd64.whl (69.4 kB view details)

Uploaded CPython 3.9 Windows x86-64

siphash24-1.1-cp39-cp39-win32.whl (59.4 kB view details)

Uploaded CPython 3.9 Windows x86

siphash24-1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (440.4 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

siphash24-1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (437.8 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

siphash24-1.1-cp39-cp39-macosx_10_9_x86_64.whl (83.1 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

siphash24-1.1-cp39-cp39-macosx_10_9_universal2.whl (155.5 kB view details)

Uploaded CPython 3.9 macOS 10.9+ universal2 (ARM64, x86-64)

siphash24-1.1-cp38-cp38-win_amd64.whl (69.3 kB view details)

Uploaded CPython 3.8 Windows x86-64

siphash24-1.1-cp38-cp38-win32.whl (59.3 kB view details)

Uploaded CPython 3.8 Windows x86

siphash24-1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (447.2 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

siphash24-1.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (445.7 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

siphash24-1.1-cp38-cp38-macosx_10_9_x86_64.whl (83.1 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

siphash24-1.1-cp38-cp38-macosx_10_9_universal2.whl (155.2 kB view details)

Uploaded CPython 3.8 macOS 10.9+ universal2 (ARM64, x86-64)

siphash24-1.1-cp37-cp37m-win_amd64.whl (68.9 kB view details)

Uploaded CPython 3.7m Windows x86-64

siphash24-1.1-cp37-cp37m-win32.whl (58.7 kB view details)

Uploaded CPython 3.7m Windows x86

siphash24-1.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (414.1 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64

siphash24-1.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (409.1 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

siphash24-1.1-cp37-cp37m-macosx_10_9_x86_64.whl (82.9 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

Details for the file siphash24-1.1.tar.gz.

File metadata

  • Download URL: siphash24-1.1.tar.gz
  • Upload date:
  • Size: 10.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.10

File hashes

Hashes for siphash24-1.1.tar.gz
Algorithm Hash digest
SHA256 92483b96cff7c5a8881828b4d9154b75f176199caf161e81e4dea42675735be5
MD5 5dd43f6ed178a6dfdd4b823bbfbb6418
BLAKE2b-256 36ae90beff23439ab0bc14e61514b80f36512745528e9f3c1dd704b9b076a905

See more details on using hashes here.

File details

Details for the file siphash24-1.1-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: siphash24-1.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 69.3 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.10

File hashes

Hashes for siphash24-1.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 527f0cb1d102213f13bc43e620a3d96936bc20deb75d96a13391251e17cbc05b
MD5 4d9a47e95031a43547c5af9da91786ab
BLAKE2b-256 ff7c13d7479b2ea8b5860dbc3ba391d90c3954bad078471097a407f6501df13b

See more details on using hashes here.

File details

Details for the file siphash24-1.1-cp311-cp311-win32.whl.

File metadata

  • Download URL: siphash24-1.1-cp311-cp311-win32.whl
  • Upload date:
  • Size: 59.1 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.10

File hashes

Hashes for siphash24-1.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 05387d23129ee6bcdc68675b6ddb584c1a12e1ec53992bc3bdce56469755fbf2
MD5 4d130b68998960b9d57777c3a11969a2
BLAKE2b-256 ce04f97ecc364b3093653b51478ed73e3a2049cde5d93ce93f7c3184a81fe9ea

See more details on using hashes here.

File details

Details for the file siphash24-1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for siphash24-1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 477905b8b4a929f3cb95e5b6d96fc8016715ec0387896b84dfa2aa3c23b48fa9
MD5 003685182877aab9331f0eef985d7eae
BLAKE2b-256 589273de8ab86d63efaabe0678e9649155fb932226e7928f688ec9ab57d4ad15

See more details on using hashes here.

File details

Details for the file siphash24-1.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for siphash24-1.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 36dad7b5b85a26ace7ed706cde9ebfd9ac604dac326bd9ddfd6cfb07f62f845f
MD5 2861286c777a251ffa3f0c51a1582bd4
BLAKE2b-256 2603e6b6258717fdf2cc303b17842f9f60867676e3d8157eae682a33f2a0ffba

See more details on using hashes here.

File details

Details for the file siphash24-1.1-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for siphash24-1.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 da5c6b440ab0bae38e7a2f09d0b88629a6773f015b972259ef111d4cb0940e0d
MD5 f5a301d6408def40d8208567f8ab1f5a
BLAKE2b-256 39c685a8dbbb8c925e11be2bf7bd44605e341fa0ebd12350d08efbebb9e78abf

See more details on using hashes here.

File details

Details for the file siphash24-1.1-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for siphash24-1.1-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 3082eb0d66149a7e1ee78265bd076dd60aef8f5f3ed11ef2c3f713a48998e46e
MD5 45f6e68432f33c2d46833e00129d0b01
BLAKE2b-256 32c6f58f0aad7d10a69d4f6242a07f4f2c40e09ace91f39348ba828460474294

See more details on using hashes here.

File details

Details for the file siphash24-1.1-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: siphash24-1.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 68.9 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.10

File hashes

Hashes for siphash24-1.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 17b907f8c904a0328c10954531b0598d6c15b201b44c056446ba5d185a5e9913
MD5 ce942bf81d3215cec00865c7b52675ef
BLAKE2b-256 fa2e19ba6d027128591bc85a22b9508ae39a0173f128ce91c0899d8b21f72123

See more details on using hashes here.

File details

Details for the file siphash24-1.1-cp310-cp310-win32.whl.

File metadata

  • Download URL: siphash24-1.1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 58.8 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.10

File hashes

Hashes for siphash24-1.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 066ef4099e706698f54af39a99123fe5f95c98e9ba8785801f3ed6edd0a9b1ef
MD5 ecf5a35e927d3d83a845d785622c9002
BLAKE2b-256 931c5b434e4533ba9fa3682ba003cfa2c186767068679214cb39cc33c7c71871

See more details on using hashes here.

File details

Details for the file siphash24-1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for siphash24-1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 52645294e5e09f593fd2b2b84b4881852efa71703fc3d459e87c3e5ec80d3514
MD5 b6bae2723c3990f0d9c6d2e95d710e2a
BLAKE2b-256 018a0b3f2f1722ea2407a9fe6401b53c7942778ef6ac049a856894f306acbe3e

See more details on using hashes here.

File details

Details for the file siphash24-1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for siphash24-1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 549507e7431a6043db46b9123f117fa0b4c7c5b285165d5ecf52a6495d596138
MD5 cf1c40684df59dd48560519058d627ea
BLAKE2b-256 cbb7b1bf7f107afd6f93b6b4c5370fb738e0c3eed6a358dae5338c587b3733d2

See more details on using hashes here.

File details

Details for the file siphash24-1.1-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for siphash24-1.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 74edb31fa0953eb063348d57ebb69edceea47a83c2c9a9d9dab34aa5802bd6ec
MD5 05bdf636e660cf2ef62c6f02a559c317
BLAKE2b-256 8ca5a2d25ec64f03630485a8b48ad113f37cc38f651d715b9b787f48aebf2475

See more details on using hashes here.

File details

Details for the file siphash24-1.1-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for siphash24-1.1-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 74fe814d3b4bae365ded49cffe2e29249bfc8af3a1e27866d4e6b9cb1fb5418c
MD5 48884aec95508e1e7c122de91aa05150
BLAKE2b-256 904638ce4927088eddce734912372a42863b19bb6bb1b482237d5885f07afabe

See more details on using hashes here.

File details

Details for the file siphash24-1.1-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: siphash24-1.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 69.4 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.10

File hashes

Hashes for siphash24-1.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 d8feb07731adf353e9272787e5f1ba722506c77279261b683da0b4431cd594ba
MD5 a0136a91a4c512bd4459307888354d55
BLAKE2b-256 8a62c26d67fd711ea2a2a835333e40afa5f763c5642f9bd835c824aedb7780f6

See more details on using hashes here.

File details

Details for the file siphash24-1.1-cp39-cp39-win32.whl.

File metadata

  • Download URL: siphash24-1.1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 59.4 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.10

File hashes

Hashes for siphash24-1.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 6e47efabe8047cc355b87966db85b76a956084f471bda8a831d39fe739c63324
MD5 b3c3ab465d4c9bd7a95663f7d03786da
BLAKE2b-256 4ae06e9b7735cbcb41e26b14c702be99a20e0888bedaff0a94ad2b339f2cc073

See more details on using hashes here.

File details

Details for the file siphash24-1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for siphash24-1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3b85e8d1188e8b187129aaa5778842dcefd8b6c3c84b6756d702f883a3fd42b6
MD5 bff496c559daa2ee7da7ac67dece6037
BLAKE2b-256 d8df7ec604cd9808fca1c643daf3ab2ad31df67b683d196bd5576ba8d409f398

See more details on using hashes here.

File details

Details for the file siphash24-1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for siphash24-1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3e03ce358e1222bd780859ccac3097636e40f4805188acc48290bf60a0c8f6a0
MD5 6c5af8fbb1173f8446dfe0200f6a64c6
BLAKE2b-256 b35eabd95cf37e794753f2ab39343acc7a7fea07bf153ee8b33606586231ebc0

See more details on using hashes here.

File details

Details for the file siphash24-1.1-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for siphash24-1.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0293376491990a2d8f357d8bbc879fa10b30ca722fc46aff2edca05b8d02aaa8
MD5 5bd1405d56b4a56f79fb7a89b35a57f6
BLAKE2b-256 7bd257e8f572faf0cbd4e6f5c09ea41196c5fc1de6172ba1a9c34a890ab97160

See more details on using hashes here.

File details

Details for the file siphash24-1.1-cp39-cp39-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for siphash24-1.1-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 414cb1bb2377100c5c115b8d4a9401b465e951dd644a313335dd106d1a3b4996
MD5 72f6ed4827eba1316de32ccdcb7a2375
BLAKE2b-256 d099080261f66000cac03e91a2bfe4aade0b1e2026c1595664399276bd6991d7

See more details on using hashes here.

File details

Details for the file siphash24-1.1-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: siphash24-1.1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 69.3 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.10

File hashes

Hashes for siphash24-1.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 5f626d789d8707598ca4e8ded76af346242e4362dd9777cdbbff920f8a27f161
MD5 194d823401ebb0016a50df28bf82135a
BLAKE2b-256 580fd8d6ac5c1ac2b1004ff5468f218ea2d0a70cab9da187d6b941571ad8c55c

See more details on using hashes here.

File details

Details for the file siphash24-1.1-cp38-cp38-win32.whl.

File metadata

  • Download URL: siphash24-1.1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 59.3 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.10

File hashes

Hashes for siphash24-1.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 3f7e8b92e2b6fe1e728e31263138f4b9d3f8dc01d4ea2bcbdad4ba2e613f8dfa
MD5 77e60fb0aa20b258118dbe726b86f27e
BLAKE2b-256 347738cf6d95d1e7dff552118c9ec77413f25b57c25ee65916a4b282029cbb75

See more details on using hashes here.

File details

Details for the file siphash24-1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for siphash24-1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7948eb492f0a1a3c16cce5b2501da3f6885ad45d94bdce89d3e8bc8b4022c80b
MD5 9283bb7640db5bcad825a7a9a90a3e59
BLAKE2b-256 221f021cf3c50e063c9510a18ac9f34341d0f1560697191f353df458c398a1f0

See more details on using hashes here.

File details

Details for the file siphash24-1.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for siphash24-1.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a4206b0197e4c45e0d668529274bd93471d2e60c11dd449d65dd1e9071bb9bfd
MD5 6e14f4f14534b13e2ed4a2d8d73792f2
BLAKE2b-256 5baf37ce19aaf8ed9d573a48af9f0e909493abdffcecc56611ea1b6cd1bcdd21

See more details on using hashes here.

File details

Details for the file siphash24-1.1-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for siphash24-1.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 87632baac21508a05697d66cc81cba639538fd4fedb7635d00ea748a05397716
MD5 509813fd2fa5c7a3ae7682453107b183
BLAKE2b-256 3250fdea7fd6d1bb149207e560fbccebbfe05469fad530ce924c5db19fba2689

See more details on using hashes here.

File details

Details for the file siphash24-1.1-cp38-cp38-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for siphash24-1.1-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 19ae671be56f1b55ec97bd7ac8e319d18a4e4fdbf7d431d54699f1a271be07b5
MD5 513404bfe167d821d1c95c1276f01d4d
BLAKE2b-256 e4b15ed86bf311a90f09e1f75a38b09779ba3a38f46fd1847c0fcf24d18ad3ba

See more details on using hashes here.

File details

Details for the file siphash24-1.1-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: siphash24-1.1-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 68.9 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.10

File hashes

Hashes for siphash24-1.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 70620612d7e309373a8a6d97ab4a92373d298ceacdc3531399139b6a4983b99e
MD5 f8c42a28cfd571e9d51af42bb970670d
BLAKE2b-256 76341e582b876defc7f2a5b6f43e9f035f23026d02f3418d61838cf418d35c9a

See more details on using hashes here.

File details

Details for the file siphash24-1.1-cp37-cp37m-win32.whl.

File metadata

  • Download URL: siphash24-1.1-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 58.7 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.10

File hashes

Hashes for siphash24-1.1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 f8d10a6a2005e9c351cd8c35aa0852eb8655d2e1a11577bb1820e3e3bb8c14d2
MD5 641cac671d2f7e734520b27743f3a415
BLAKE2b-256 b9e95d816ef17b4611e98d24c45350b39a0a473d6497211905562984bb5056b4

See more details on using hashes here.

File details

Details for the file siphash24-1.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for siphash24-1.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 69528478fe87d4167707b396659687ad9b7e2d36fb10b554177d46a5470a9351
MD5 817a05f00561af9acaa319aeb7aa8835
BLAKE2b-256 52d67f91d271d7a33111d5b27ba29382925abeb0ebc5b0e08ecd4eff3b742a90

See more details on using hashes here.

File details

Details for the file siphash24-1.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for siphash24-1.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6404b87582da9424e01f05ffe2f5c3d80bb9429a908b35712b9421b0d1f42a07
MD5 084491b3656cda9b65e5658d0850c5a5
BLAKE2b-256 43d0cce1ea772f20cb783e230ac28ebeee8ea81babd4a6b36648184bcee8720b

See more details on using hashes here.

File details

Details for the file siphash24-1.1-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for siphash24-1.1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5ee792a0423d6810b4d4e1386fa6d8dc66def6fb87cf2725d555a28d808b1090
MD5 ce9205ca029d9095696aeaa47912c1d9
BLAKE2b-256 e150179ba1be0e6f464e97b1bdf5703001a8c9a83ac19c8bb235883f2d8b052b

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page