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

Uploaded Source

Built Distributions

siphash24-1.6-cp312-cp312-win_amd64.whl (81.1 kB view details)

Uploaded CPython 3.12 Windows x86-64

siphash24-1.6-cp312-cp312-win32.whl (68.4 kB view details)

Uploaded CPython 3.12 Windows x86

siphash24-1.6-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.6-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.6-cp312-cp312-macosx_11_0_arm64.whl (76.3 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

siphash24-1.6-cp312-cp312-macosx_10_9_x86_64.whl (82.4 kB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

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

Uploaded CPython 3.11 Windows x86-64

siphash24-1.6-cp311-cp311-win32.whl (67.5 kB view details)

Uploaded CPython 3.11 Windows x86

siphash24-1.6-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.6-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.6-cp311-cp311-macosx_11_0_arm64.whl (75.4 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

siphash24-1.6-cp311-cp311-macosx_10_9_x86_64.whl (80.7 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

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

Uploaded CPython 3.10 Windows x86-64

siphash24-1.6-cp310-cp310-win32.whl (67.9 kB view details)

Uploaded CPython 3.10 Windows x86

siphash24-1.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (106.2 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

siphash24-1.6-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.6-cp310-cp310-macosx_11_0_arm64.whl (75.2 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

siphash24-1.6-cp310-cp310-macosx_10_9_x86_64.whl (80.4 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

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

Uploaded CPython 3.9 Windows x86-64

siphash24-1.6-cp39-cp39-win32.whl (68.4 kB view details)

Uploaded CPython 3.9 Windows x86

siphash24-1.6-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.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (101.0 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.9 macOS 11.0+ ARM64

siphash24-1.6-cp39-cp39-macosx_10_9_x86_64.whl (80.9 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

siphash24-1.6-cp38-cp38-win_amd64.whl (80.5 kB view details)

Uploaded CPython 3.8 Windows x86-64

siphash24-1.6-cp38-cp38-win32.whl (68.3 kB view details)

Uploaded CPython 3.8 Windows x86

siphash24-1.6-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.6-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.6-cp38-cp38-macosx_11_0_arm64.whl (75.8 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

siphash24-1.6-cp38-cp38-macosx_10_9_x86_64.whl (80.9 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

siphash24-1.6-cp37-cp37m-win_amd64.whl (80.4 kB view details)

Uploaded CPython 3.7m Windows x86-64

siphash24-1.6-cp37-cp37m-win32.whl (67.9 kB view details)

Uploaded CPython 3.7m Windows x86

siphash24-1.6-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (105.5 kB view details)

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

siphash24-1.6-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.6-cp37-cp37m-macosx_10_9_x86_64.whl (80.4 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

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

File metadata

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

File hashes

Hashes for siphash24-1.6.tar.gz
Algorithm Hash digest
SHA256 242d6901a81260f618938635a25ae7f208e744f7ee6c571f1b255c1c4c62917d
MD5 2d33f8028db7e5b595592f3875c72fe6
BLAKE2b-256 19d8beb5183d1acc5a013d273452eac750b51e40855917a1841dead80fcf3086

See more details on using hashes here.

File details

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

File metadata

  • Download URL: siphash24-1.6-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 81.1 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.6-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 226af78af3b992c953cc4808f2c6a4bba320e91e6c89b34aa2492064fa417ae8
MD5 1f49062fca2073e39bec0c2d2d3c080a
BLAKE2b-256 efde6ebd0f96184f8479e8348dcba93a9f14ff54ac3c6a68866cc77c334d7bdf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: siphash24-1.6-cp312-cp312-win32.whl
  • Upload date:
  • Size: 68.4 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.6-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 2dab672fcda08149b8c15f82ee74d732386428f53239cdb002ac2ad0a1f2f2bc
MD5 cb904e8751fd3925d9f618ee6f081166
BLAKE2b-256 5dd4b6a0c9f119b22938e36d74e0859167ae76c0ea0f7d7786eb48120b0e129d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siphash24-1.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4c1a671d91095e1872ca9988695200064ccca8db60133638d6061755fe669552
MD5 5dd75aae827fe166ded919cfd21fbd82
BLAKE2b-256 8657a274de0a91016cd4f870334a2af1193ffcdb88e34345ca098afea6dd10cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siphash24-1.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f0ff4d068e9b0b3f138ef8e8b6f5de1990539d9d590e75a9a8beb6887535184a
MD5 bcc6790a27dcee7b0c2c22b4776a8415
BLAKE2b-256 0d870f125c1e069d09c4a39ab09d76fa9d4fe698bde68197627faeb38603f643

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siphash24-1.6-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c63321003aa1856b1bfd48e6ffbd4bff98afeaacb0fc902cb2ae44b861476335
MD5 9c348ffe8395096e910449a1cc02b1a7
BLAKE2b-256 f9d16ddbd7ba8972789f60282b9b9b1f88f08d26ef0913906e8ad5a9806c8432

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siphash24-1.6-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 51eefacbe82f8f48bc603eb97f54bf3819324349b69a9cd131ba02c40b1e6c61
MD5 103639a7bd29f006c9435bc0d3cdd0e8
BLAKE2b-256 12e4ed944e92883b45996cf2c94447dd47b899c87674340b081b9e8cb317a88f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: siphash24-1.6-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.6-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 38715f61f0873e4a8b05125e14f349f465c64a1aaf79b6af0ff6f5f420d55dc5
MD5 1dd18f83f5e1fdfc721a1eee68fe6636
BLAKE2b-256 0d0ad8da621e624f3dbcf9a7a8066c54ddd2f6af437fc23169431caf6f9b403b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: siphash24-1.6-cp311-cp311-win32.whl
  • Upload date:
  • Size: 67.5 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.6-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 f702e646dc60b7d7915fa37f9357a03a2ec41ffb360b6946baf4801eb9f7e98f
MD5 33b8eca4584dfd81eaca5dcc9ca7263e
BLAKE2b-256 4c9820159e2be9a957da2dffb3e18648c51ea7a0f09c49b8dce1cb268ca55ca7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siphash24-1.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ef89477ce8f2e67fca025ad9b1c85b7498c6959baa7d9a502cbb5d8c7085f5b7
MD5 75611c15c88792aaffd0c97d20c16cb2
BLAKE2b-256 eb46b906d7e05e3d84239d6a04e3d5f106d96ab26483951c7cf2c5769ea8c894

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siphash24-1.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8be513de01677e57989e028185a16e531942f7a9578d441481abe8b1085c45d6
MD5 73a0c666fb7b7c1180fde99ac8db03a3
BLAKE2b-256 48a7d6dcc551c8d53e436c58b7ecc96d1de0c0379c21b1e71b2543d38c039c95

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siphash24-1.6-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 de23d12c8a015904081e347900433a0c4b5e07690dbd0a104ad88929f3b91948
MD5 434f609e9cd7f974be47cc1b2d7dd161
BLAKE2b-256 80ea41d648cbbf3248a30f545f9e41ad5dedee19fcbad1d2baa7e39ae6f2779e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siphash24-1.6-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3e1b3963c392a2d63cbe16af9171d789d2f15e69eb8314b21fe1e11bdc08205f
MD5 0658d922faf9ed0397a97f9db36f5d12
BLAKE2b-256 e5a50ffc51fe2e5f96258f0edfae15944006b09517ad7e98fdcbda05c67c70f6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: siphash24-1.6-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.6-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 0c18883949f6e9e4d2239883aa9f5da71805f9eba3a41d973dee73667ac896f2
MD5 748b185ad082612efdcd3929bc91e6ae
BLAKE2b-256 fa351ef5bb1483c1a76f50e28dd21cba646754519c5455189c9eb0a2831071e7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: siphash24-1.6-cp310-cp310-win32.whl
  • Upload date:
  • Size: 67.9 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.6-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 23ad33fbe64a26f603fc50e093ea84a8572627e5baf659268b37958ca9fff7df
MD5 936fb266b535e3ab3501fd868d08db75
BLAKE2b-256 f02d014c28d8643b1d7e32f331c13be360d5e47dcfe9071deab607c4f3d4d815

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siphash24-1.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 14ef5dec9adac38904f92ae79bd3957057825d6c726c132bf2c91fbb4e204172
MD5 924ffd8f80f5b8043d07c779f0403517
BLAKE2b-256 3cfde5e0f435f3385bd6c093b1d938967690173949af79d43a4ffb4b23b9c9a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siphash24-1.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 476418d02298bb1262e66c08ec8e54160de979e3650436857d8757a9191a1207
MD5 a09a755f02fa8d7e130752d483c06823
BLAKE2b-256 0d35c30683c24edda0bf84897b8c8ba225049e1bf0a82d903156bb2e47616b30

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siphash24-1.6-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f06def6ae801f6399d711baed6f1da4c1cdfa39a24478d17e4aee15984beb5a0
MD5 a38067b045fd834d43cbdb72cfe0de35
BLAKE2b-256 7e9562ffddd119d922827a4444856c457beb8d850b6fbfa7e72ff92e980f683c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siphash24-1.6-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9b1727383cef506cc3ddbf51e551f8b8beaaa12a0ac473535918aa0a810f09b3
MD5 be7e367232a76765e890121948f5bebf
BLAKE2b-256 037c55bbf1082221801607da506c1dce702a4f43cc9fa7e0f8e8eabd4167c091

See more details on using hashes here.

File details

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

File metadata

  • Download URL: siphash24-1.6-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.6-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 5554f201dd899c599edd4e3648e27014a2a802fc735dec91e5b966daa6739a7a
MD5 6f31a99e5a71e6807b5e61680cc8d602
BLAKE2b-256 7b91a5d2c015da4fcb1e8865d6f082757a2445e8d563890ea21d6a0c5410539d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: siphash24-1.6-cp39-cp39-win32.whl
  • Upload date:
  • Size: 68.4 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.6-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 a062d626696c6c9c25eea8a6edddcdcd83a28852956a0c16aec42a785257dbed
MD5 dd38d4f34e029b998d958e809e1493bf
BLAKE2b-256 ddaf35dc598a033a345432f38bb71e8a440d927e5be9fba67fbe5c51e2effa37

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siphash24-1.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ebf579b9966954ebcc5b0dc2786edd9edc341a7e2949a94e8c87a7456295b506
MD5 2dac4afb653a03a54020f0a2b851ef5a
BLAKE2b-256 f4fcd39c6db10d2427650d1b4981c2c6615027a979436ea0986ae73f2fb9ad45

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siphash24-1.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d9117a4839567573506b105527488b79649f1f658aaaac343a8cc747f6050130
MD5 aabe892df4d51925bcf38e324d8b7fe3
BLAKE2b-256 b88509b8cd674641de009c565d0d5eb15d4dbc7bdedc3a01f184308cdf5b4f7a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siphash24-1.6-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b31ff190a3134767ed0a15898a4e3c3eba0b4f4cdcb5becd13db57a7b96108af
MD5 49904d09a684c898087223cdb33143f9
BLAKE2b-256 24706e05ef27bf732d285b48e19e59f7de68875bf42c8ef79328a14e65119ef0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siphash24-1.6-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8ec34c5b6f2402823543b22a27db4c30668233cf91a416f27deafd37e72e0c77
MD5 20bd7fdb9c70f9d7da13f775b426bc64
BLAKE2b-256 df348d45203148754fd07be63fc869432f3a4cdac81bcc72412bb2fc7fbe8b6b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: siphash24-1.6-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 80.5 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.6-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 90b6f3e5c371fbe0c6abd11303da2c4b857723a5865745b6e24f00aec157d5fc
MD5 cc4c68f11029a27bb332b0486fd326f4
BLAKE2b-256 41d9fbdd754f6c473bac82237d5fd1ce34cb0d723c60e0a6aaa4518b45d53e70

See more details on using hashes here.

File details

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

File metadata

  • Download URL: siphash24-1.6-cp38-cp38-win32.whl
  • Upload date:
  • Size: 68.3 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.6-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 51d314c874543a594f13b6c4f10d8d1b5ed7ce40ec33b1d791ec21ef76593333
MD5 31840d88ad302303da853b21619f3841
BLAKE2b-256 c17274080d29d19f40ed9163ce1c191d71ae2336e329faef787602ac043642ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siphash24-1.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 aa7b7d53ed19505945bd7429ed429a4396654fd46551b70ece5383bbf5f53fe1
MD5 ff831e40a951d8a013cde65ed4c23a46
BLAKE2b-256 867dfb77d91d04da98cf278484364fe1a7c7d9012ff861ca192d7b448900d7fa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siphash24-1.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 baddd948fc3e20b880e1fd6c1cff7c305620e35bf63dc5de6440a12783bf259d
MD5 5ee30e020f3bbbef249b01776d4c9c4a
BLAKE2b-256 7bced184d2833a778330521451ed376dead24e0b3bd0358036cf93161876c443

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siphash24-1.6-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 33ae724f8707f336b667d2d9e2bad8afd4b2c2c00395cb91d1e34e8d8d140069
MD5 8c10273cb847f6b182227cb1cb9daae1
BLAKE2b-256 5dd312f53fb1ea6bc8cec8860ed0e49e6238ad688929b502358d77e98642035e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siphash24-1.6-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3a28c6936a84b0932ed16f1415933d16c0b04b8a476092c80d82450cc3159291
MD5 0aa240eb7826f9f25be4a709c69c2d14
BLAKE2b-256 011d1627bd888cafb8c491fd1a8a3b549c2255fd37a9bbf161643998ff3881d0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: siphash24-1.6-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 80.4 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.6-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 d93d99b8d85e9216a7d46c5768b1c642806345e28161cd3ee39fffe5b2c50652
MD5 88491974604248f608115ac98731c255
BLAKE2b-256 d954f65858ac5b38e12767d9e146f744f0093246ef4e22d708513d08b6f35daf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: siphash24-1.6-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 67.9 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.6-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 f8f11d42c316feeb957dff281a12d078423461858ebe66d30691462718da738e
MD5 eecda4cab4847bca550e8963ddb3a818
BLAKE2b-256 7aeaf63388ae80bb323462d853d9ae71b57b688574e12c5e18133738f00c69d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siphash24-1.6-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8e8abfb9dbed96bea1cfee82cf0839f61882055109f27726f62c88ed2f995e49
MD5 73ef4649ed0e4df1c6eb81bab9107035
BLAKE2b-256 4683451c24c44d33e58e2a6da396c7a75d8f2cbfd12cd60ce81c60f7edc27bd6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siphash24-1.6-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c573f415300db01575cffe9947cd2b68651420aeb810b55b880b8442667bd3e8
MD5 8affcc42b103830065031a0e77e148ef
BLAKE2b-256 1216dd069b4b0f5835304827062b28612b052f95faa79c768531c7774b07a809

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siphash24-1.6-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2bceb0a09fb6ff718ef7e6b690515d50238bb929e5cf81f00109a1816e8888c5
MD5 295fccb94129849706d80b8d68f784de
BLAKE2b-256 65c1218be2e64395e52aa32c1c944153ab307e98103893ad99b87c6e715193d8

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