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

Uploaded Source

Built Distributions

siphash24-1.2-cp311-cp311-win_amd64.whl (183.9 kB view details)

Uploaded CPython 3.11 Windows x86-64

siphash24-1.2-cp311-cp311-win32.whl (153.1 kB view details)

Uploaded CPython 3.11 Windows x86

siphash24-1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (94.7 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

siphash24-1.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (90.1 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

siphash24-1.2-cp311-cp311-macosx_11_0_x86_64.whl (83.2 kB view details)

Uploaded CPython 3.11 macOS 11.0+ x86-64

siphash24-1.2-cp311-cp311-macosx_11_0_arm64.whl (80.5 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

siphash24-1.2-cp310-cp310-win_amd64.whl (185.0 kB view details)

Uploaded CPython 3.10 Windows x86-64

siphash24-1.2-cp310-cp310-win32.whl (155.2 kB view details)

Uploaded CPython 3.10 Windows x86

siphash24-1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (98.0 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

siphash24-1.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (92.2 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

siphash24-1.2-cp310-cp310-macosx_11_0_x86_64.whl (82.0 kB view details)

Uploaded CPython 3.10 macOS 11.0+ x86-64

siphash24-1.2-cp310-cp310-macosx_11_0_arm64.whl (79.6 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

siphash24-1.2-cp39-cp39-win_amd64.whl (186.0 kB view details)

Uploaded CPython 3.9 Windows x86-64

siphash24-1.2-cp39-cp39-win32.whl (156.2 kB view details)

Uploaded CPython 3.9 Windows x86

siphash24-1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (98.4 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

siphash24-1.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (92.7 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

siphash24-1.2-cp39-cp39-macosx_11_0_x86_64.whl (82.5 kB view details)

Uploaded CPython 3.9 macOS 11.0+ x86-64

siphash24-1.2-cp39-cp39-macosx_11_0_arm64.whl (80.3 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

siphash24-1.2-cp38-cp38-win_amd64.whl (184.9 kB view details)

Uploaded CPython 3.8 Windows x86-64

siphash24-1.2-cp38-cp38-win32.whl (156.7 kB view details)

Uploaded CPython 3.8 Windows x86

siphash24-1.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (98.4 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

siphash24-1.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (93.5 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

siphash24-1.2-cp38-cp38-macosx_10_16_x86_64.whl (81.6 kB view details)

Uploaded CPython 3.8 macOS 10.16+ x86-64

siphash24-1.2-cp38-cp38-macosx_10_16_arm64.whl (78.8 kB view details)

Uploaded CPython 3.8 macOS 10.16+ ARM64

siphash24-1.2-cp37-cp37m-win_amd64.whl (181.9 kB view details)

Uploaded CPython 3.7m Windows x86-64

siphash24-1.2-cp37-cp37m-win32.whl (153.1 kB view details)

Uploaded CPython 3.7m Windows x86

siphash24-1.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (95.3 kB view details)

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

siphash24-1.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (91.6 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

siphash24-1.2-cp37-cp37m-macosx_10_16_x86_64.whl (78.9 kB view details)

Uploaded CPython 3.7m macOS 10.16+ x86-64

File details

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

File metadata

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

File hashes

Hashes for siphash24-1.2.tar.gz
Algorithm Hash digest
SHA256 ecbe3202ee6f478e87a83aa9caea82cf6a01fccf146feb54a22440969e721ae8
MD5 318de0b15bb3d9d93bdb89fc33a30020
BLAKE2b-256 2554fa5a737bb7c62d3f85f9e0e1dd4a1b041df4f0737336aa19fc738d2b9b40

See more details on using hashes here.

File details

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

File metadata

  • Download URL: siphash24-1.2-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 183.9 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.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 b6a4cda5c90037a0c01fad5fb01d20774e2ad0a98af179236f68d4cc042b89d1
MD5 21245baa516443e71a3d9ce35cf0bff0
BLAKE2b-256 8a8e83486527686b28975d2d2b75e58fdac52b55dc395668f93d37b330bac5e2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: siphash24-1.2-cp311-cp311-win32.whl
  • Upload date:
  • Size: 153.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.2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 e91ed32726ffc4626b97c13f1e6362292a28e35075523c0f06d56af5bb51083b
MD5 b86095844c6296bb9aec88f23c494ec7
BLAKE2b-256 915c45432494f09b8c7dd0a9b62e0ff8f62228367f81cc728ec62355b558beb8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siphash24-1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 87745ff7d51566036e65a26174f7e8024b4d20bdc2fcb9de5a5f55d312246a95
MD5 c493c1f5120966583a585e93bfc3468d
BLAKE2b-256 b1b8344b592e10f3d375288c2abe3038bb4111d43970e555eb3cfce25298ecb3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siphash24-1.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e46e564e63d87f1212fc04155f5a837ad2812d5db13eb7dc2d7b14c013ae4846
MD5 23bdac07c10233b5d1f97595c0151da5
BLAKE2b-256 ff676bee9b0b5c64de672886b30310f439656aa814bed9a19afe5efc859a0b61

See more details on using hashes here.

File details

Details for the file siphash24-1.2-cp311-cp311-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for siphash24-1.2-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 9dc498eb1642e598a9976fa1531a3fe35ba9c103a2b55ecd1f0189a264a04e5a
MD5 b0c0c56da2bf9a4e8b39e9ad28f4a390
BLAKE2b-256 f536c10047a2b9c78a468f459236294f331a2ee86295653c6d8fb427dbacdeae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siphash24-1.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 38952356f2d482ef354e47fa8d2d9ff8e64734d0120bf892fdf5b01f505175d5
MD5 c64fafbb81e15af275ab830096050e16
BLAKE2b-256 b83a06caca0df582ff3e923b63e9c71d80d34a21d02f2fc964b5da20aab45765

See more details on using hashes here.

File details

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

File metadata

  • Download URL: siphash24-1.2-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 185.0 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.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 41825200d165c7b34ec20f0227dc2352479ae66f196d18ee081af0f99ed37557
MD5 8823f25ad32558dd753a6beb61329f1f
BLAKE2b-256 c187075e6e0b1a0caddc7158b26dff6c815f5e2495f517c0720377c5c564c270

See more details on using hashes here.

File details

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

File metadata

  • Download URL: siphash24-1.2-cp310-cp310-win32.whl
  • Upload date:
  • Size: 155.2 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.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 154f1f12bd5795454c29dbb3541e0126d568a2b7f719fc4a8ab27c07e602d5f5
MD5 0b135ec6993ee6b2acd89747acf48e70
BLAKE2b-256 049599ca5279ac54ed84dd6c4fc0d9a0ea61725fe78cac8c67b9f3764dc5ce0a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siphash24-1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 06fc72659b9f07a2faaac5ee86fbb02c0fd55b769e3a24c8b7553d9725d078be
MD5 f27efd293a428fc5c258bd59ec0de349
BLAKE2b-256 911fb621dd0dd4ed836240eae542bc2726fe276154828c3792cf11f63ffa446e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siphash24-1.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 dadbfda1929a9eca004c0c9b65c82013d74843519c292ee4209e5ae06c899eef
MD5 f16b5dabc62a1df6d71664728a8856cf
BLAKE2b-256 2ee38123a187145b9889f3027f56b3edc5a4623dd53904de48c21378b438bfd1

See more details on using hashes here.

File details

Details for the file siphash24-1.2-cp310-cp310-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for siphash24-1.2-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 4f3d6fe522ab93b9aea1c3778b1c0627f1dc2d16688f1b30a417d22b5b285f2d
MD5 c47a7aaa8806bc42243bb43c919f71f8
BLAKE2b-256 1a0c4f185e31160b021cb53fd6c4b154216e9e9b091a43732b68f362b0382d4c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siphash24-1.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3038ce7d048460a8e97ff3d593977b82cdb62d90bd3055ed7bd2252314798e78
MD5 df19d5b617952898be3ad022d1592691
BLAKE2b-256 7fb1af6e1b67e24bf351afe1f7325c87faa55a9d42fafddbb8e1cfc0551ae956

See more details on using hashes here.

File details

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

File metadata

  • Download URL: siphash24-1.2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 186.0 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.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 7d026a7cb6a136a90935edd417d2e675f9507b8332dae240c4ad5f6fef34c6ed
MD5 8db0082e40e2e57c24191d1e357c6863
BLAKE2b-256 3c127e89bb5cd26160d7dac5be776764bf8fa52c02d654ad9d6b2637f98c44ce

See more details on using hashes here.

File details

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

File metadata

  • Download URL: siphash24-1.2-cp39-cp39-win32.whl
  • Upload date:
  • Size: 156.2 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.2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 55cafc947fd59ad7bacb8046d0c9670561d7fff3ffe28fdd60a7bca9c26b9da2
MD5 fe64595a37c729a4b51d3e7c28ffca3d
BLAKE2b-256 5e0024969fdc09cf9ba361e37a46c1a26468c267df75fd6d1cfe3bbb5c63b5a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siphash24-1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 215c00cd5202fd4174a98a66be6b16e85b927746d4794d375d2fb0967543b413
MD5 04101056873be5ba073917270791388a
BLAKE2b-256 682232f69dc1ca5bdc1bc3d41b4bcf48188d128c161f16b7173d1131e4a79765

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siphash24-1.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7db6e5f03b12e02f96f71e30defa7c68085871a726232d55dfc60ceb02710c28
MD5 973b42908216d56176000ed9fc9d93b6
BLAKE2b-256 e79936f20800eb1f90ae9919e35db1700749b631324da82b750476ccd760e1d6

See more details on using hashes here.

File details

Details for the file siphash24-1.2-cp39-cp39-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for siphash24-1.2-cp39-cp39-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 751b89646a41f10e9cfb69b84560d81bd139c1ea4c87496b332d2fbf14f78198
MD5 22421c39ca022f6380aacb9df040a918
BLAKE2b-256 2f5d11748a5d7cb079b4b3cd3d8a84ff86657191ddc4fb2dc3e4d186a6395dfd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siphash24-1.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6da8dbada64a3bf07a04885277154a797c800e623e2844a24dca1c7e0bf7408e
MD5 0b829537027c9691ecf99db94dc8c2b1
BLAKE2b-256 7e1e01161b8d657820f8b771d9f329e790f29f71563308c0891dd794926037bc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: siphash24-1.2-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 184.9 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.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 885344b023305ce25acd334641c8d79a74e216467c4ccc0c73c8a0458afec984
MD5 3d50cfbd73630278772d676129ecf908
BLAKE2b-256 8f8ed9638b65a33c2ee751d36745518df4f4aa48922da02d45b011f36fc33693

See more details on using hashes here.

File details

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

File metadata

  • Download URL: siphash24-1.2-cp38-cp38-win32.whl
  • Upload date:
  • Size: 156.7 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.2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 b6b66f1bf482c98eda2cdf774d2b50c8b93c6c75541e1e56d00da758abb0dbba
MD5 821073bdcfda1165e291572776762f8e
BLAKE2b-256 426c187c0cc7fec97746c5a92d2da5dbb01cddef13d5bbc760b79bf4d48e658b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siphash24-1.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 17a13abd19f981f2e1cdd70d3c11fbf69c7d2208cf1b9a81f56fe99d96144326
MD5 72dc27fb38ed716913c90bd6e76b6666
BLAKE2b-256 dd377ee89cb635c94d3a551e08d2e082ab63ac630a6243a14ac3d730ded4cbcd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siphash24-1.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8a25457ec13f5ed308006222b4c60d1e6c868798a61013749546df97074c43ef
MD5 680a74e6d7bd13c5c60589dc3031dae5
BLAKE2b-256 716c8bbcbc0ceb79dd1a4fea5ccf65289a6eed6f102d53137a9235cdd96a38f0

See more details on using hashes here.

File details

Details for the file siphash24-1.2-cp38-cp38-macosx_10_16_x86_64.whl.

File metadata

File hashes

Hashes for siphash24-1.2-cp38-cp38-macosx_10_16_x86_64.whl
Algorithm Hash digest
SHA256 9e070f14b5068084508d8cc7bba238d45cc4bf3f6d9606a4a831426bd7b03eea
MD5 a4c66eebc6419838249e5185226a29fc
BLAKE2b-256 4fbdf685f19fecbd50791d277a5aaf15f782c48f22bd1e25df4063e3f5e3396c

See more details on using hashes here.

File details

Details for the file siphash24-1.2-cp38-cp38-macosx_10_16_arm64.whl.

File metadata

File hashes

Hashes for siphash24-1.2-cp38-cp38-macosx_10_16_arm64.whl
Algorithm Hash digest
SHA256 18b5142f3b46f5a384b90d86c444e053a4c95c3eeabfe8f61ba72dc87885216a
MD5 12a123c32f7167d2a0250e23ad3748a0
BLAKE2b-256 2e7c873e1a2f71e65c24188597ec5fdb6f54e6fa040263f7e2345e2815996efa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: siphash24-1.2-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 181.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.2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 4b2296070ec340a97f20ca302f755f00245aaf7037f3f0d6a725f61b9d1132f8
MD5 1f6b23444ceb5eeb8724556593e92083
BLAKE2b-256 d6caa70bab9224bda97d8f49f97cecea742bf909bf50961723ac2dddc19b0e89

See more details on using hashes here.

File details

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

File metadata

  • Download URL: siphash24-1.2-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 153.1 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.2-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 cb81fdcc2a5e304d5691e38b0b8979c7381841722f407e8e22d56944cd5ff635
MD5 d98042ab108586b657c7a7f8a10ce43d
BLAKE2b-256 d2245d7189cedd40647cc912c9808e3c440f0e66520692321389ed37229e60f9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siphash24-1.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d9599e46ed9f8876aff88dbcd1c50f806a313e922d0289347f99990cd7f1ad85
MD5 bb645f3b0c828c474c760b6c0883d179
BLAKE2b-256 7dd54959e33ed92d540652707682db141a31b995d801697a3a6dfdd6fe3f0174

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siphash24-1.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 adb89fa79267f45df4b00a3d76efade0d08d7fd6b38ddcbf7bbf5c45926e3b4f
MD5 25d3a752a9b3aff35fd2f7a5f4caad02
BLAKE2b-256 288771f801214bb6df0d9d97874459921b4282a79dabdbadb54ce82dd793dd28

See more details on using hashes here.

File details

Details for the file siphash24-1.2-cp37-cp37m-macosx_10_16_x86_64.whl.

File metadata

File hashes

Hashes for siphash24-1.2-cp37-cp37m-macosx_10_16_x86_64.whl
Algorithm Hash digest
SHA256 f7aa50ea47187079c648a2fc0ec720103cd29be492b65d3456f3eebae7a76d59
MD5 432f49d046d7775442246d6d315cc360
BLAKE2b-256 c607c4a1da745ed9a2f000ff8d0add15ce7e847f5f4545b9e2f5ac0a9a079cfc

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