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.7.tar.gz (19.8 kB view details)

Uploaded Source

Built Distributions

siphash24-1.7-cp312-cp312-win_amd64.whl (81.0 kB view details)

Uploaded CPython 3.12 Windows x86-64

siphash24-1.7-cp312-cp312-win32.whl (68.3 kB view details)

Uploaded CPython 3.12 Windows x86

siphash24-1.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (102.9 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

siphash24-1.7-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (98.2 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

siphash24-1.7-cp312-cp312-macosx_11_0_arm64.whl (76.2 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

siphash24-1.7-cp312-cp312-macosx_10_9_x86_64.whl (82.1 kB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

siphash24-1.7-cp311-cp311-win_amd64.whl (80.0 kB view details)

Uploaded CPython 3.11 Windows x86-64

siphash24-1.7-cp311-cp311-win32.whl (67.6 kB view details)

Uploaded CPython 3.11 Windows x86

siphash24-1.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (105.6 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

siphash24-1.7-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (100.6 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

siphash24-1.7-cp311-cp311-macosx_11_0_arm64.whl (75.3 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

siphash24-1.7-cp311-cp311-macosx_10_9_x86_64.whl (80.5 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

siphash24-1.7-cp310-cp310-win_amd64.whl (79.9 kB view details)

Uploaded CPython 3.10 Windows x86-64

siphash24-1.7-cp310-cp310-win32.whl (68.1 kB view details)

Uploaded CPython 3.10 Windows x86

siphash24-1.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (106.0 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

siphash24-1.7-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (101.1 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

siphash24-1.7-cp310-cp310-macosx_11_0_arm64.whl (75.2 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

siphash24-1.7-cp310-cp310-macosx_10_9_x86_64.whl (80.2 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

siphash24-1.7-cp39-cp39-win_amd64.whl (80.4 kB view details)

Uploaded CPython 3.9 Windows x86-64

siphash24-1.7-cp39-cp39-win32.whl (68.6 kB view details)

Uploaded CPython 3.9 Windows x86

siphash24-1.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (106.5 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

siphash24-1.7-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (101.7 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

siphash24-1.7-cp39-cp39-macosx_11_0_arm64.whl (75.8 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

siphash24-1.7-cp39-cp39-macosx_10_9_x86_64.whl (80.7 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

siphash24-1.7-cp38-cp38-win_amd64.whl (80.6 kB view details)

Uploaded CPython 3.8 Windows x86-64

siphash24-1.7-cp38-cp38-win32.whl (68.4 kB view details)

Uploaded CPython 3.8 Windows x86

siphash24-1.7-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (107.1 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

siphash24-1.7-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (101.4 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

siphash24-1.7-cp38-cp38-macosx_11_0_arm64.whl (75.8 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

siphash24-1.7-cp38-cp38-macosx_10_9_x86_64.whl (80.7 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

siphash24-1.7-cp37-cp37m-win_amd64.whl (80.7 kB view details)

Uploaded CPython 3.7m Windows x86-64

siphash24-1.7-cp37-cp37m-win32.whl (68.0 kB view details)

Uploaded CPython 3.7m Windows x86

siphash24-1.7-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.7-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.7-cp37-cp37m-macosx_10_9_x86_64.whl (80.3 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

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

File metadata

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

File hashes

Hashes for siphash24-1.7.tar.gz
Algorithm Hash digest
SHA256 6e90fee5f199ea25b4e7303646b31872a437174fe885a93dbd4cf7784eb48164
MD5 e4ef8c007d169b48239c8232b9c84690
BLAKE2b-256 0ebef0a0ffbb00c51c5633b41459b5ce9b017c025a9256b4403e648c18e70850

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for siphash24-1.7-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 7459569ea4669b6feeaf7d299fc5157cc5c69ca1231dc0decb7a7da2397c782e
MD5 7043f3af16d6ee6431ad1196fe08f222
BLAKE2b-256 e0d339190c40a68defd19b99c1082dd7455543a52283803bfa111b0e45fae968

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for siphash24-1.7-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 69eb8c2c112a738875bb283cd53ef5e86874bc5aed17f3020b38e9174208fb79
MD5 415f132bca753dedf36bf4640cdabe01
BLAKE2b-256 3d7545c831626013950fb2ea715c218c3397e5cf2328a67208bf5d8ff69aa9e6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siphash24-1.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 eea490a200891905856b6ad0f9c56d4ec787876220bcb34c49441b2566b97887
MD5 f37e9e856615fea8517dde1c672988c0
BLAKE2b-256 96bfe6b49f8ff88130bd224f291ea77d30fdde4df5f6572c519aca5d8fc8a27c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siphash24-1.7-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bc37dd0aed23f76bd257fbd2953fd5d954b329d7463c6ff57263a2699c52dde6
MD5 e996fa38575eaeb74b688a82f9b0fd18
BLAKE2b-256 294c4c1b809bf302e9b60f3ec09ba115b2a4ac1ff6755735ee8884924fcdb45e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siphash24-1.7-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 49ca649bc7437d614f758891deade3b187832792a853269219e77f10509f82fe
MD5 04f53c23009194598ad1f636cf7990f3
BLAKE2b-256 593eb0791ab53aa9ac191b71a021eab2e75baa7c27d7feb7ec148d7961d148ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siphash24-1.7-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 76a64ff0cdd192e4d0a391956d9b121c56ed56e773c5ab7eb7c3e035fd16e8cb
MD5 a48722bdb81e33a61251b49e1e1cc86a
BLAKE2b-256 3e6293e552af9535a416f684327f870143ee42fc9e816091672467cdfd62cce6

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for siphash24-1.7-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 ec06104e6ef1e512ee30f1b8aeae2b83c0f55f12a94042f0df5a87d43a1f4c52
MD5 77870efab334e1660ae01bb9acaf6445
BLAKE2b-256 b51dbedcd04c2d1d199c9f6b3e61a6caae0e17257696c9f49594e49856b17a99

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for siphash24-1.7-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 7b4ea29376b688fbcc3d25707c15a9dfe7b4ebbc4322878d75bb77e199210a39
MD5 1a0ef47fe13d0eb10a4210fef9c4c899
BLAKE2b-256 79521afbd70142d3db093d49197e3abe15ca2f1a14678299327ba776944b4771

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siphash24-1.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4062548dcb1eef13bbe0356d6f8675bfe4571ef38d7103445daa82ba167240d1
MD5 099e4affb8bd1ede29910ed8add41f55
BLAKE2b-256 f0aa736a0a2efae9a6f69ac1ee4d28c2274fcad2150349fac752d6c525c4e06e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siphash24-1.7-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b8ff44ce166452993fea267ea1b2fd089d8e7f103b13d360da441f12b0df121d
MD5 d58c2a063f8828d6c179f89c98dc5092
BLAKE2b-256 505a77838c916bd15addfc2e51286db4c442cb12e25eb4f8d296c394c2280240

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siphash24-1.7-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ffca9908450f9f346e97a223185fcd16217d67d84c6f246f3080c4224f41a514
MD5 6c59b1fdb4e1867c1295244f9fa6f3e7
BLAKE2b-256 56bdec198a8c7aef65e967ae84f633bd9950d784c9e527d738c9a3e4bccc34a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siphash24-1.7-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 de75488e93f1cd12c8d5004efd1ebd958c0265205a9d73e8dd8b071900838841
MD5 ba563bd82a7874107d758441e4635b48
BLAKE2b-256 4e674ffd23a848739966e1b314ef99f6410035bccee00be14261313787b8f506

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for siphash24-1.7-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 b6cadb06d4a4d305ff8c5f95cab03ed611ae19fe292c77371ee8b852f6075458
MD5 69a1b40e76efd1b3fabcbe8cf086d205
BLAKE2b-256 4193918b04eb6fa5a6d0099067d1d83d679f4709a6014f9f4bc43edef7e1b5a7

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for siphash24-1.7-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 e72b218d949e954b4e4bae6d8b58fa687ba81f844c9ff5edaef1a3facafc6b46
MD5 72b0c7b4f00c29abef3df15f053f9fc5
BLAKE2b-256 e65badc0483bd11cff6c3eda2d9ecac670d04b97655cc79d4593def2bac832c0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siphash24-1.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 db372dc1b242f7fa08c42cdf4e5257a9ac416e6ad42c6d7ee96862be36f59f1b
MD5 a48d5fa5a1fcfaec10db9b2e8fae4032
BLAKE2b-256 43eeb225619e0e6889ee3a71175a966ba5d1b84e4fe6cf7c85b5756fbbf3892a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siphash24-1.7-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5cd17d38233a7a1db1f9e8e5043b6035ed1000477ceda30dc3d1a6c5d13e92ed
MD5 45faf627a87f9260f976ca4c07b706c4
BLAKE2b-256 a728ee5bc61bf0d834cb31bd41f4f6f56ccfd9eeda25e0522e9722de4700a0de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siphash24-1.7-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 69f50254c7aa6e4c749b7003d70a146e4d24dffa8393a54d288862944b180c83
MD5 d6e5e0a1e34a5e3cb58837ff980785dc
BLAKE2b-256 e0af75db98d45694928d586c46cb8d38b4ba056e9ad22520db3f5fe3286e756e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siphash24-1.7-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ac574867427640d531e7d034e974986ca3ab612699d7c989757e411ef75ec13a
MD5 21e3ac0145f0a7d47a3715c0bfddc563
BLAKE2b-256 3fd74aa16f020c999f0d15e0edfddf805958a77d3c2f57b7505c8c98af6695a6

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for siphash24-1.7-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 838c3a47c1a362fc07be76f04fd29faa9d0d147a137b72409ef0f2d6e005345b
MD5 18356addbcb5a3a29aa2972d9403543c
BLAKE2b-256 1df38a6199372dc87704276cf07d41851215e7fc9938dfd88aa5d7dc6029e9b4

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for siphash24-1.7-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 2d1e4b91520af38c58871185260f200bd9fd14935571ec82e894897837c2904f
MD5 13b9b87d4058355200f294c2f3cd4d37
BLAKE2b-256 c481752c13be1c525b933e29a4e581e31ef0d0ef64d71618c6b0644991f568a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siphash24-1.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c750c14c2215b6aeb21b7708b48233c56a919708a1548ee383df4dabb8f6be06
MD5 a378390c89d3eecf0a7af6808f687a4a
BLAKE2b-256 8032e3ab33d6f3d9be1ee28839dca9da1263545da87e1cb3923025b1c49df55e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siphash24-1.7-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b6abbda084a5f6ea448fb03cd08354dd88b4ec850762f05f8a29a3283df092f1
MD5 dec3eb10d80dad423bde24f0874947f0
BLAKE2b-256 119f11b46bc924bbf755e64592bf456bdb2290591c3e85b378f798e35bceed26

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siphash24-1.7-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 261788a9fd0b89a2761c395f0e0a261112d30699fe80750d7917429bc6954735
MD5 5e575b4b3ba97141349e5d15f5303873
BLAKE2b-256 6766f9e9acb0d325dbc643efb1dbac73b47e5bde0af40f50d4ac57bc9f8e4a8f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siphash24-1.7-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a84b83c267c16da04ca20266430f4ee8df142eb49e8ff63154a298c1446f3e1e
MD5 2768a7a7ccef79a57a85394fedd366ca
BLAKE2b-256 85fcdcd92338557a8c8213ee819634e7e06a6a3b5e46c958f09f298bb17b1c4a

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for siphash24-1.7-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 43161acef3dbdff667f59290173554f9785cb4838646058a23b2231c1f5cab58
MD5 9a0e6d907ce301d86acc2c2c83069775
BLAKE2b-256 7377d01612a76a39f89b78137a1000eb69a2bf92fbc1767003b7d5ca6d5c0c33

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for siphash24-1.7-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 68d23947604db79ebde177a7706012d3f66e5892c27d0d4f172e9f8f93c70275
MD5 db5a701848c5210519a55e0025574ee0
BLAKE2b-256 c41f5e235849d91a0120f46ac84444bddd56d3025d587bbc800d53ae1cc4efe5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siphash24-1.7-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 550f7582239258ef6743a4033ea6c6407f572860d360f7220a48ee4434ebfe94
MD5 793d507d97a76ecd8a54cc3460a29ab0
BLAKE2b-256 4735765e58357cccf6bc9dbad3200fe7889015268f8d225cd9ed9223a3746013

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siphash24-1.7-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 01694d69a27cecdc0ebbedbf4592b9f084f6a3259d163b929ce1f7a6c9080dca
MD5 a1d89e05f2b35b53441fce0fe4f4f9d6
BLAKE2b-256 2aab2b2e7e12ea0b8e9ab03b35844ddf34b420e64940dd55fe6807cb1036a52a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siphash24-1.7-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1c861b3c4f41b1b82f2db35d44d45ba84fca4b6452b20922a175e77748410c64
MD5 febae785a76e6556aac2b2255006fff9
BLAKE2b-256 5c0b2732a76875c8413918ec3c936033f095a0746c679b747e801172ea3e0c98

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siphash24-1.7-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 bc21a7fffb9959a8163dd46f611e07d45c35c7a9fa04c2f37e3e196452769497
MD5 bb52d2e78a38bf8b6ee0479ec12100e2
BLAKE2b-256 7ba5324bdb668bbe1b54f5b9e74b5762842df72d7b89df58a6af25ec5a3ef2e5

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for siphash24-1.7-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 d3d4d14ca9c05b470fba8147765e14af953e7956b7da54a0bc1bd5f7c666d1c2
MD5 5f15d72b689e04011157a5552f99565b
BLAKE2b-256 3e668c2b92814022cd807da34039b43ef7748e1bc771a6fad39b8c3ab8ff59b1

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for siphash24-1.7-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 8b1e08115097213708d14e951bb1714173574771e61a6855c4757e1b9158a1b1
MD5 d231d63f277a66318ffc7c445cb213f0
BLAKE2b-256 bd0cf700c03444bbbdb3c2b87a37ca224269123fb92214c0a59cb074df0e8cfe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siphash24-1.7-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 274bb60e52447f4b8072d7214fa52862d5441f04f3e5f764ef26afc4ce4315bb
MD5 7723f9d7ce909710c2a7bc33ff4d2a64
BLAKE2b-256 e19dd410460b65fda4a006b62195c68df08a6d038c18a9e0731f37cae8ee487d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siphash24-1.7-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0ab640f5b9c5502170ac303abc3219ba6357d72d790278dd7d1e19e1da4de7ad
MD5 19d2948c8049285261812e77030b6c04
BLAKE2b-256 701c056244a29c5fa6a91eef4073a8c4432985fe2b7ed8546aa1eaa0487c64e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siphash24-1.7-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 cc3fc35f56e472380549880e4c8b699b95932fc4517806748634eb3db5e55f06
MD5 e12c44ffe4d71c9eeabd1bef615e29d0
BLAKE2b-256 fe27e580eb7c0bec25cfe35c403951e81b72723371ba69bdb3d20365b4ffac63

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