Skip to main content

Streaming-capable SipHash-1-3 and SipHash-2-4 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. SipHash-1-3 and SipHash-2-4 variants are 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.5.tar.gz (19.5 kB view details)

Uploaded Source

Built Distributions

siphash24-1.5-cp312-cp312-win_amd64.whl (80.6 kB view details)

Uploaded CPython 3.12 Windows x86-64

siphash24-1.5-cp312-cp312-win32.whl (68.2 kB view details)

Uploaded CPython 3.12 Windows x86

siphash24-1.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (103.3 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

siphash24-1.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (98.1 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

siphash24-1.5-cp312-cp312-macosx_11_0_arm64.whl (78.3 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

siphash24-1.5-cp312-cp312-macosx_10_9_x86_64.whl (84.0 kB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

siphash24-1.5-cp311-cp311-win_amd64.whl (79.4 kB view details)

Uploaded CPython 3.11 Windows x86-64

siphash24-1.5-cp311-cp311-win32.whl (67.4 kB view details)

Uploaded CPython 3.11 Windows x86

siphash24-1.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (105.9 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

siphash24-1.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (100.5 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

siphash24-1.5-cp311-cp311-macosx_11_0_arm64.whl (76.9 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

siphash24-1.5-cp311-cp311-macosx_10_9_x86_64.whl (82.1 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

siphash24-1.5-cp310-cp310-win_amd64.whl (79.4 kB view details)

Uploaded CPython 3.10 Windows x86-64

siphash24-1.5-cp310-cp310-win32.whl (67.8 kB view details)

Uploaded CPython 3.10 Windows x86

siphash24-1.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (106.1 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

siphash24-1.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (100.4 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

siphash24-1.5-cp310-cp310-macosx_11_0_arm64.whl (76.9 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

siphash24-1.5-cp310-cp310-macosx_10_9_x86_64.whl (82.2 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

siphash24-1.5-cp39-cp39-win_amd64.whl (79.9 kB view details)

Uploaded CPython 3.9 Windows x86-64

siphash24-1.5-cp39-cp39-win32.whl (68.3 kB view details)

Uploaded CPython 3.9 Windows x86

siphash24-1.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (106.6 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

siphash24-1.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (100.9 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

siphash24-1.5-cp39-cp39-macosx_11_0_arm64.whl (77.5 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

siphash24-1.5-cp39-cp39-macosx_10_9_x86_64.whl (82.8 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

siphash24-1.5-cp38-cp38-win_amd64.whl (80.0 kB view details)

Uploaded CPython 3.8 Windows x86-64

siphash24-1.5-cp38-cp38-win32.whl (68.1 kB view details)

Uploaded CPython 3.8 Windows x86

siphash24-1.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (107.0 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

siphash24-1.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (101.6 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

siphash24-1.5-cp38-cp38-macosx_11_0_arm64.whl (77.0 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

siphash24-1.5-cp38-cp38-macosx_10_9_x86_64.whl (82.2 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

siphash24-1.5-cp37-cp37m-win_amd64.whl (80.1 kB view details)

Uploaded CPython 3.7m Windows x86-64

siphash24-1.5-cp37-cp37m-win32.whl (67.7 kB view details)

Uploaded CPython 3.7m Windows x86

siphash24-1.5-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (105.4 kB view details)

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

siphash24-1.5-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (100.6 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

siphash24-1.5-cp37-cp37m-macosx_10_9_x86_64.whl (82.6 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: siphash24-1.5.tar.gz
  • Upload date:
  • Size: 19.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.10.12

File hashes

Hashes for siphash24-1.5.tar.gz
Algorithm Hash digest
SHA256 188ffbfeb74e79f72db29c494ad3fb517a70de5883f0ad513b90ab04f9ed62e8
MD5 f65988340b6d33aa1a00dc060f797a2c
BLAKE2b-256 76b9288de132215bbd15a8c802d7ec87ee1d380563b2355d4a8cbabab3444cc4

See more details on using hashes here.

File details

Details for the file siphash24-1.5-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: siphash24-1.5-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 80.6 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.10.12

File hashes

Hashes for siphash24-1.5-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 ddaeb365aa2874d6fa798b91b1d70e8e6928d43b8f8e922ae841133d7291270c
MD5 486976301406b40af5d1ed03da2b3261
BLAKE2b-256 147f33695442342aa3def8e0116d224f49f92a62b485599090608ad4be5d481e

See more details on using hashes here.

File details

Details for the file siphash24-1.5-cp312-cp312-win32.whl.

File metadata

  • Download URL: siphash24-1.5-cp312-cp312-win32.whl
  • Upload date:
  • Size: 68.2 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.10.12

File hashes

Hashes for siphash24-1.5-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 aede9a3800e5a982b78a557df60badf7df59dd8c46c1958cbac1ad2628a598c6
MD5 38553e510373d6b797b7c12bce6140fd
BLAKE2b-256 fdf2e9b7a73c14b9b3541e4123fcef5a4467ad3d4b579ed0c5821d5fcc3ff23a

See more details on using hashes here.

File details

Details for the file siphash24-1.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for siphash24-1.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9838f1db4c257f14b5246c54ec35b76547d2989eb0e6feab9f58a1203dcb129f
MD5 9393f1cfc2b152acd1b1ab3bd57fef9e
BLAKE2b-256 dea1ea86ccc1e54ac4d54472534e5c96043aa75cf2e658e7a7cd9b5bc2185582

See more details on using hashes here.

File details

Details for the file siphash24-1.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for siphash24-1.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 658fbb45fbd5663edfb266dea2a6007e62e0fddd237299a2c887ddd7684388a4
MD5 181599d1f673174527c91395f4bde0d9
BLAKE2b-256 085fe3e4cb12b239ecf4ed5a870773b2b2d9cf14a4c1acef13713153e3f2cb58

See more details on using hashes here.

File details

Details for the file siphash24-1.5-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for siphash24-1.5-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b76b8f34f29f24fa0c19185a54484fa220391682f6818de690b8b06428e22da5
MD5 56a47b832080619793a8d91be6a171e2
BLAKE2b-256 497f180f865b34407259e27fb0126939da9cb86048f6182c0b514209deb20d19

See more details on using hashes here.

File details

Details for the file siphash24-1.5-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for siphash24-1.5-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4a4e8ca025ac6676b87b17b79db23eef76c2440fc44be99d482102d439fdadb0
MD5 195bc8b010fe64d074ca9376b0abf7e9
BLAKE2b-256 efcbf79cf06dc6a431249c41ad47d37964f34bd609a3f995070ac16f9b8e02dd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: siphash24-1.5-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 79.4 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.10.12

File hashes

Hashes for siphash24-1.5-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 933bb424afd91ff734111b171f0f69a3cc8afe43880971e98188e9f2415fc0c2
MD5 8fbedd0eaeacafd6567b0a3e1d71d445
BLAKE2b-256 a0716d2afdb888db417b8676216c168e6dfe6d0cc6e456a3928a93c266332bdb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: siphash24-1.5-cp311-cp311-win32.whl
  • Upload date:
  • Size: 67.4 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.10.12

File hashes

Hashes for siphash24-1.5-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 66da6f7937ad3fd7b5287f921594104568fd3ffa5bf4babb657caa57aeacfca9
MD5 2b7df30a5d0fa69197a5fb4547eab254
BLAKE2b-256 b8ae279cce0b6981bb5557a1ea73eca04dd1ff081e06383f012fe8ca072507e6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siphash24-1.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9570d19f737c30859b2015acb7ff931f95915fbee99990b6367b6cb4eafd7cc2
MD5 74c374b2842b1906fbe410ce8d4a0641
BLAKE2b-256 ca75e627b0602dc5aa816354d3d42b26bc7c2507f8e902fe2124a79b1c255bd6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siphash24-1.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e685e3675299465ded03ca0c80ff86f4fe2b78241f9ee5091547bf02e016492c
MD5 cdfe36d67ebd132733afe11a38333eff
BLAKE2b-256 55398aa9ed963f3c0b3e788bc95e223dc1dfc225ee8f9242cf8a67dd2dc16529

See more details on using hashes here.

File details

Details for the file siphash24-1.5-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for siphash24-1.5-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 885d305cfe00017a838740d26c9dc182b56a15272d287b64c0a3f3f27a1f9498
MD5 86c4176b29b80711591d2e76c069b81e
BLAKE2b-256 760b46139c839acf595d154afc2f8908688c5c091c488ba4d0ffb7f5e556b648

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siphash24-1.5-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b2d1b01258f136f479ef54ed9ea3cc019cbde24b7edbbbd59d7a94699196f4b2
MD5 8641bd70eea48cc59b0dbc333cf80e3d
BLAKE2b-256 efffb888556867510bd9742e80a8750fbd7eb14a5d47fd3695e5ad72a9b668f6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: siphash24-1.5-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 79.4 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.10.12

File hashes

Hashes for siphash24-1.5-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 9bba3c06565d32dd557ef09b2e18a6caeedba9028e554c6df6bdd4f94186e308
MD5 a89c5130bd24cfe736e5bed1d39b2332
BLAKE2b-256 11b091aca31045d8b32e676d07cf127578fa2577b7047e5ec1ee2ed2e75d4c5c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: siphash24-1.5-cp310-cp310-win32.whl
  • Upload date:
  • Size: 67.8 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.10.12

File hashes

Hashes for siphash24-1.5-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 627c280a2831c446f90ccb3c564dc935430a1f7e110aea74999c1d6d2c7b618a
MD5 8527d5a6ec3b0c096240a06ad288ca2e
BLAKE2b-256 a1ed442c318951959eb1ee55ad85a20a259e03222fb90bed467526cd0d78afc6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siphash24-1.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f4e3deb10eae97d3a9c892fc0c9c4cd3829dc2cd7e998412553f16beeddfe719
MD5 8a6861c7ae743c321c889a73f6864455
BLAKE2b-256 9f6099104bef42f315615337d5edcb9282f6c5118f91c50efa0be07c75f9e95e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siphash24-1.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b80524cfcd8ae603fcfa81f46111c2f9c99eaa4a203229bd0becfd6c97e7b2b8
MD5 e03768f4610aac43a590eee33bc41b59
BLAKE2b-256 d82cca039f9d5a3b1f9e120bbb9f9aa689aaf86fca9e460ee2fd989dcebb8468

See more details on using hashes here.

File details

Details for the file siphash24-1.5-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for siphash24-1.5-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 037b5cf107876ea7e2ffe931af513dbf1d8a919659db1b2fde852fab351850bb
MD5 2e7e8244ec8ad3026c3b8ca322dc7a80
BLAKE2b-256 51df296288fdfddcc4289cb82f9f6b9ad5b46d4679e820e2ce1b9a4364b66935

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siphash24-1.5-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b9cb378b56a69c76dd3c395fb2ff619ee82602dbbecbf231f3149b312189ff27
MD5 62244bba20ab54b08bd7fc95dac54355
BLAKE2b-256 4c68527e3cfbb38bc58a6bfb45b240cd3525fd2758f25f80fd03ff8040fe0b8e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: siphash24-1.5-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 79.9 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.10.12

File hashes

Hashes for siphash24-1.5-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 7fa6e740f8f92adaa6900322a98ac7c1b2b8435ab0bee792e55b2fcf38fdc365
MD5 bc238067a5d6c75a0c9ef818116842e7
BLAKE2b-256 a725d3d234751a7b505a8f0aac548740ce1aef578f3ad3132945b6cdabcf3204

See more details on using hashes here.

File details

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

File metadata

  • Download URL: siphash24-1.5-cp39-cp39-win32.whl
  • Upload date:
  • Size: 68.3 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.10.12

File hashes

Hashes for siphash24-1.5-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 dc7d0dadcdf6d20ce9ce5643aacd4e89ceb534ef1a6b337e3b7c1a82f9208dfb
MD5 f7bfe75703175a50a9d96b169bc5489b
BLAKE2b-256 8a918d3a361634c835f9982cd579b7efe263bfca0fac03ab18d6a1eb19b21a16

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siphash24-1.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0f9a03e068d46f3ca18e2fd69924e91b002869df5fa9d8241ca138e6b63c1c89
MD5 ca55fb1c0feea41b10e814a8f692d055
BLAKE2b-256 f4ba17b83c0f73a0526f58166ec71ce2a1ff96bac5a606c7afaf45bbd1a00ba4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siphash24-1.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 133d749d681238332a7f08b84ceb5dba530717412c09444eaca49ac89525a13a
MD5 2db9dcb8cc697ddeb14e12f0cf4277ee
BLAKE2b-256 7ab16c9a41ce6abc308758a91f18caed282637781d3c586891d8b9f13ef3f3ee

See more details on using hashes here.

File details

Details for the file siphash24-1.5-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for siphash24-1.5-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0fec66db63a2687adc4e20334feff421a9561177dffb6a0538cf892ef0c376a2
MD5 cc1c46ff2c32f5ed122c2450e8df1428
BLAKE2b-256 423579c44c718856b8811f3834c2321df2b1b70603a4c642a233d083e90d6058

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siphash24-1.5-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2a17c6bcba47dcc67cf12d5c643baab9738a051c0418385c174727f7f426ded5
MD5 0a6b15f70f01e74f052e6ab5750d64b9
BLAKE2b-256 6da3dc68a712b401f0d22a58f6b1ed7a96dfd51ad21cca213b7a4f54c85149ec

See more details on using hashes here.

File details

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

File metadata

  • Download URL: siphash24-1.5-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 80.0 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.10.12

File hashes

Hashes for siphash24-1.5-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 3946a84846b29f404b8ce13c550559986b51eeef6c972b7242cd96a9f529deea
MD5 5c6bda933beb403ca2d77445b97cfafe
BLAKE2b-256 d50b21e2b3050de33dbc5244ba6549b1c68546f2d186c5c06a014d638513b595

See more details on using hashes here.

File details

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

File metadata

  • Download URL: siphash24-1.5-cp38-cp38-win32.whl
  • Upload date:
  • Size: 68.1 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.10.12

File hashes

Hashes for siphash24-1.5-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 170ba8631878a7380a7876f8172e0fc7ad1e0a4c4d04140b9268324356cc42f1
MD5 ed0164299bd3de959f67f58dc8e855c5
BLAKE2b-256 6d88261915c787a48c8ebdf37d47b99e697444eb940414f4e626234938a4463d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siphash24-1.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f4e0c285aed6e58faef01583a1295d2eda7deef4c24c68223d0952bc3bfb1abc
MD5 40e46c1a0cce1320e5cbd0874b2b4d20
BLAKE2b-256 e40dbfb3009abcc095855564f4eb7e7225caa7b4c354926a23d79da918557734

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siphash24-1.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b38028076446f64ff774f56d77fc78bdcb8ba00eef0c9c277c11aa47bdaa0c20
MD5 034804f3c8912dbd4ca5da79891e3566
BLAKE2b-256 3f26baede82c87d43f59e0948acf829cf76175112c5ad7a2c17c73cd806c19fc

See more details on using hashes here.

File details

Details for the file siphash24-1.5-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for siphash24-1.5-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 81638754af4be3bbe93cd71fa6351832248bdb2cdc5d0cee8171886a844bb852
MD5 1479f8f699b03e81c52c215686fd280a
BLAKE2b-256 a1a54af8c3d8cf15354d1ea1d4265b4cb630fb4ca7d605a3a0b5d06a2a2edfb5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siphash24-1.5-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 10c8f9787a7abbd3e4d6f3a2998f0bcb2e31c3f8a97726c9354520620fb2e133
MD5 412f608589f399410bb579b486d415f6
BLAKE2b-256 4e18e83241db33ebf002128e417a8a5604c501b40ed8f1e0ad9dce859a236854

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for siphash24-1.5-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 cba25848332118cb5a8ad134f42239cbfa95dfbc8f936d225189ce81103faac9
MD5 b00194febbfb410d0559777f085f7195
BLAKE2b-256 4011582bbf2d98a6a5fefa02f2d035de3211132c84d9a34416638ad33c4f92b3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: siphash24-1.5-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 67.7 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.10.12

File hashes

Hashes for siphash24-1.5-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 fd83676483192ad2f75ff846e93216a6848f9c9eb3d1e767e5db693757b41b00
MD5 9b47b6a8faed453be8535b9ee97c1a24
BLAKE2b-256 35cc4cb831c86428db1e4db2a8c3ef59d8696823ce2fc55b08e61b2fedd7f48e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siphash24-1.5-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 964e528f43ed0d854ed9ebc6cb20b963c8c32a2c61618793fe196c9728b0cff7
MD5 8f8f70276ee1659a93ff3ee226698c23
BLAKE2b-256 341fd7363bcc361a15f72e9ec077685f646980d0d292dc51de69569139a5c20f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siphash24-1.5-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8467caad636da460c517f6072383882a517ae31d263df299d00059dbf967bbd3
MD5 af466ea9e128930e84e9667ddd6e0d24
BLAKE2b-256 dc378918422741a3b8e03d3814b21fb859b569423f8988e0b9f31107eff9f1e0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siphash24-1.5-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 021e810981c0fbee4ae82143b4e378591f492e162ef04d04012c5552615d153e
MD5 10221740765918cc11a7107bf1c926fc
BLAKE2b-256 444a56d626b7f9838fb534bb8ff59deb13800e2e04f6c30766a7a6cc516aa2fe

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