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

Uploaded Source

Built Distributions

siphash24-1.3-cp311-cp311-win_amd64.whl (188.5 kB view details)

Uploaded CPython 3.11 Windows x86-64

siphash24-1.3-cp311-cp311-win32.whl (160.8 kB view details)

Uploaded CPython 3.11 Windows x86

siphash24-1.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (94.2 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

siphash24-1.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (90.6 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

siphash24-1.3-cp311-cp311-macosx_11_0_arm64.whl (81.1 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

siphash24-1.3-cp311-cp311-macosx_10_9_x86_64.whl (84.2 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

siphash24-1.3-cp310-cp310-win_amd64.whl (190.1 kB view details)

Uploaded CPython 3.10 Windows x86-64

siphash24-1.3-cp310-cp310-win32.whl (163.4 kB view details)

Uploaded CPython 3.10 Windows x86

siphash24-1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (97.3 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

siphash24-1.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (92.9 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

siphash24-1.3-cp310-cp310-macosx_11_0_arm64.whl (80.4 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

siphash24-1.3-cp310-cp310-macosx_10_9_x86_64.whl (82.9 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

siphash24-1.3-cp39-cp39-win_amd64.whl (191.1 kB view details)

Uploaded CPython 3.9 Windows x86-64

siphash24-1.3-cp39-cp39-win32.whl (164.4 kB view details)

Uploaded CPython 3.9 Windows x86

siphash24-1.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (97.8 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

siphash24-1.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (93.4 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

siphash24-1.3-cp39-cp39-macosx_11_0_arm64.whl (80.9 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

siphash24-1.3-cp39-cp39-macosx_10_9_x86_64.whl (83.4 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

siphash24-1.3-cp38-cp38-win_amd64.whl (190.6 kB view details)

Uploaded CPython 3.8 Windows x86-64

siphash24-1.3-cp38-cp38-win32.whl (164.4 kB view details)

Uploaded CPython 3.8 Windows x86

siphash24-1.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (97.7 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

siphash24-1.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (93.9 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

siphash24-1.3-cp38-cp38-macosx_11_0_arm64.whl (80.1 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

siphash24-1.3-cp38-cp38-macosx_10_9_x86_64.whl (82.3 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

siphash24-1.3-cp37-cp37m-win_amd64.whl (186.5 kB view details)

Uploaded CPython 3.7m Windows x86-64

siphash24-1.3-cp37-cp37m-win32.whl (160.8 kB view details)

Uploaded CPython 3.7m Windows x86

siphash24-1.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (94.8 kB view details)

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

siphash24-1.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (91.9 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

siphash24-1.3-cp37-cp37m-macosx_10_9_x86_64.whl (79.9 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: siphash24-1.3.tar.gz
  • Upload date:
  • Size: 6.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.6

File hashes

Hashes for siphash24-1.3.tar.gz
Algorithm Hash digest
SHA256 f7dfd8dcc253f7082eaef17e76e846d1aa11edf316fcca6e0eb9ebaff5a7b1e5
MD5 2da1d5846c69cb9fbb524253b484ed72
BLAKE2b-256 858a2287d63cb7959d02e4c342b13b28884eb6c13d7662f374fbabb49a5eedd7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: siphash24-1.3-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 188.5 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.6

File hashes

Hashes for siphash24-1.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 08b801ba284403c5eeee9ad5dfc9864fc46e851b4ee4d4a68b10088867e1e5d1
MD5 8f9951cf7bc7e38ffbd8380633f9bcb8
BLAKE2b-256 0274e9a4499a740bfec0f1884b55ab7229dffd5e38d1181156700e4d0daebc3e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: siphash24-1.3-cp311-cp311-win32.whl
  • Upload date:
  • Size: 160.8 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.6

File hashes

Hashes for siphash24-1.3-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 70736b3e919b9066a897ab22bbb4fab88873e0707024de6e975d70e9d16b22b8
MD5 8b7fc241a6d35742438d5e11d1dcd148
BLAKE2b-256 3cdf95fb26597d186cbffb05c617d3cf907ce9b818296ead2d14713579400fe4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siphash24-1.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4484a5d21dc82569499ce30117a4ea8b26c4a2a0556a6aa75108390e562adb1e
MD5 d881290e4b3df0d12556673d6fdd1d80
BLAKE2b-256 d960ec284f79f0de0b02d037ec3bd96952dc2ec2045402e62411b42dba1c44f1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siphash24-1.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ed82bb104d9a325c2142b0ac8af9bee43903d3cc32d21be53b683bdde39ce65b
MD5 255b695627aeac3bd67cc1c3722ff3cd
BLAKE2b-256 db9888d3fc60fe006d3ebd2c6a9cddf7a2ed58a3025ff2233d7d3b3c94c702b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siphash24-1.3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3528a8db65c8b13204d7624aa236381c034d7d7b54a445f66a0259928b89eeb2
MD5 27852ea864e0f85c415e21dab895a0e3
BLAKE2b-256 ade68d4f5baeb466d9d2add967cbcb88efabe3e4fa5352e034ca464cdce69d46

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siphash24-1.3-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e58d5e07c650aba9971cf53976b1b192027397935981efc05de3886dbcc02d9e
MD5 7cd6a6eb0cc215911de14483d42f32c6
BLAKE2b-256 8b9c3a45cb6d89ebddaa9dd41cd4f852d93c6029b3b4495347f0eaafa8f2c9b8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: siphash24-1.3-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 190.1 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.6

File hashes

Hashes for siphash24-1.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 44e701bfd0efbdfb329ce346defbebc3895c99f427f74725623c78d107c708a3
MD5 93bd7e91d0fdb11960a6d76f6ddce514
BLAKE2b-256 e8202228ae5be6bc670019798cd8d58774e7b3e8e24b3c33f77d9d6b6f88685d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: siphash24-1.3-cp310-cp310-win32.whl
  • Upload date:
  • Size: 163.4 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.6

File hashes

Hashes for siphash24-1.3-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 f10132dc02a3a1c97150c1f682efef2b64aea4d89378db169d114bc2e10068aa
MD5 d98e3b6ef3da3332d2de2734a6e0d237
BLAKE2b-256 36e1eba0e30ff56f85b43e16722c52c0fadc82513dffa8805f084c7f38d932fa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siphash24-1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ffa71ba0b783374559ca74ea6f20f3a7ebec70c26557043ba2fa8fcdaf5d38a2
MD5 668081dc62fb0117330d09ceb54540f6
BLAKE2b-256 d45bbb2016660b99fd3811cb274c74adadf063381f07a30fd4a2a7eb970aeb9d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siphash24-1.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6b14b5a251b5eac7477d1e26c68d8a2797977daf7daa94310c7421859861afe6
MD5 3c27a227e4afac8b498576d232b23fd0
BLAKE2b-256 d80a6c1b543dc52c99380b5f3c1046c76c2a8e1c78f28e6814fe0874711e52a7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siphash24-1.3-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 09dad65017f8185723f339a1de69ea663f5f948ffdaa0c9fba267aa6fd809dbd
MD5 5f27a993035eb7872a9ef20d4c5cdbe5
BLAKE2b-256 e7b06d375f84bbc4ef2a1a33ec5370b5f36a93242872f1848032039e0c167cf3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siphash24-1.3-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 dd899c4fddc78267f715327bb56ca0b377ae594c469ff827081e765e254a5d37
MD5 27d268fee323ac4f1a977d0d09987fe2
BLAKE2b-256 1c37c2a9004a246c0afdaa15cb93928bb6dbb6cb7055e2bc4e54d72373a4edc4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: siphash24-1.3-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 191.1 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.6

File hashes

Hashes for siphash24-1.3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 42071ac31f921488ff119e5932476128b4cd4538c2917438bc1a275aeb25360c
MD5 e71bbfbeb8afbf2108379f46c55e1683
BLAKE2b-256 7bb44945eea093df0a485c797943d3723ae24bc831eae0c4626f8d29c2938880

See more details on using hashes here.

File details

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

File metadata

  • Download URL: siphash24-1.3-cp39-cp39-win32.whl
  • Upload date:
  • Size: 164.4 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.6

File hashes

Hashes for siphash24-1.3-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 ce0c572c5614420cd25aa0ddae0349e629f68b59a6c987137103d9f95c7c43f8
MD5 76d65e7c8dcf99e9d3859b4324820077
BLAKE2b-256 d250dbd84508c82ba735c8097d8ffbffbbea21e6a3361ddf65652b52c144643a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siphash24-1.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f758c263124421454d637e26698ba85f023bfd3210b41c353c08ff0bf47280ce
MD5 aede7d00beb4395fc6739582eac6913b
BLAKE2b-256 acfd7d88820644546029e65e14424435f3715f45558f1b115bf90f753c7f8d31

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siphash24-1.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9172789f83b688fef994dce758ef3a07caba3da3f7c442202e89dca326459622
MD5 4571f8b474ef6d887b66462476adda59
BLAKE2b-256 07a3d73a4b4efa4360703c676ee7f1fc6b7d3bd6215ab7e2e361756b85bc19a7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siphash24-1.3-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 94045af9d53c15d24bfe116177b6da6899e9c04a379f239ce5b4df53ffd5f2b2
MD5 b6ddd1a0da05d221727666158dd78992
BLAKE2b-256 32c2369b01032f71bb6cb44b5c20519fe87fef87f88cf9ac86833ae943758d8e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siphash24-1.3-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1dc9344fc8b8daff6ced5ff4242071793fd86ef4c4e3d2c3cafa3742f9bee090
MD5 22d44452e3166ff060cdc27d6511c322
BLAKE2b-256 d3a6be933319cfbe00bf0462d58cea8d98beba100b526d22bcf52718008ed7e3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: siphash24-1.3-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 190.6 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.6

File hashes

Hashes for siphash24-1.3-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 4b59e929bfab831766073f0a8a35e4555bfef7209123d4ed9eeecd12e233b123
MD5 56dc999706ec6cfa1854b80cde2ed7ef
BLAKE2b-256 c077c0ee251a17f929483b95b36a3c2a01c3a6045d6d54f3a82d708cf36335d5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: siphash24-1.3-cp38-cp38-win32.whl
  • Upload date:
  • Size: 164.4 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.6

File hashes

Hashes for siphash24-1.3-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 774b2311c39cd882e07b23d243fc4038531246a8d5da9bd6c0df27ed8aada073
MD5 0823d6242fef44bd2d940f095cbacb99
BLAKE2b-256 f9f23167e4f07011a6adb48e9de5e5f66acca5144083fc0bd495076f91f5e215

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siphash24-1.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f19ebebebe57375706fc600ebca423a7da41ddaa263426104501d71f55b72e3c
MD5 ca104133ede034fa5a0ecee9fe5dd55b
BLAKE2b-256 72169e7f0fdc8fab3c5aca2b75d6e74322ca3fd30a92df0759fb2a07bf4a5eb8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siphash24-1.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9e706eafe897a38ed53933431850ca038b14522d0dc7db4401aec39e21540597
MD5 8b131fa07a92bfd6bb41893ec7f8cc4b
BLAKE2b-256 18348a3fe55dc3134bf035a25dd722a72dab249f1a0b20886c3e20b931dc4063

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siphash24-1.3-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 82fab255bee4f33aa463c8290958dfdd633c94b6aecd1c552d827e665d7e4805
MD5 d75d85f871d20683ea18dec36c44bdc3
BLAKE2b-256 55ff08bb92753b8b80dd90ff5f0454b35a19ed2b1b037e6f2264cf97478a0bde

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siphash24-1.3-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f38ca23d6d6b894163f3de450bbc1ac1232ad1e34e1d01fa9d345e4f156b9a6f
MD5 d46ad1ff445ec15ded624442badfcf41
BLAKE2b-256 b2709e78e7228957f80e003112a357f7f1b3737a42b8ee0c1f4742949dce4e5d

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for siphash24-1.3-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 00171180441e699add0c55e69f7f05565e6002ec69301cd36bc21274bc9b446e
MD5 d594290d69719ecd47fdae994274082e
BLAKE2b-256 bf6b426db2ba7d3575fd82972bd199a317747b8aaaf297fe32e4917e9e6e4596

See more details on using hashes here.

File details

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

File metadata

  • Download URL: siphash24-1.3-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 160.8 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.6

File hashes

Hashes for siphash24-1.3-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 9da184e1cc111c2d8efa99cad4fabf4b54161643032f48a78609c39d1f8c9243
MD5 5432cae987808033dae255f4f34af75d
BLAKE2b-256 cc35aed6f5534864ff7dc6521cde74fff59d17da9e59413e2f52598310edf102

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siphash24-1.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cbd61a37c98099d6b7e6342ba05c48d2cdffecfb542a40a3f9741043200598ef
MD5 e348359ed4159d23865594deed06f0d4
BLAKE2b-256 e606a5a91505fabcc775cf19f99b3757306618387ecf38ca52f1775f9aa8fed0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siphash24-1.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4fb757a65a7643487cb19b3a675e115ac4ecc696de010e7b7ba656dd07bd9c0f
MD5 f861da58ec95a99748b11107fef4b305
BLAKE2b-256 da6c6cb4f358a44d97ccdf130aae38d80fb364a8ca7bec63159d12e0c265b846

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siphash24-1.3-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7503f381ac3f015d03dc775d677205b0192e58c5e168303f877c17cbdd434026
MD5 1840be6ac30d08ad65ad09031b8a114d
BLAKE2b-256 b51da2e260371274d93b15f8d2524ac4b5cd8e7fdf3dc5027011b7aed98e5e4f

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