Name | siphash24 JSON |
Version |
1.8
JSON |
| download |
home_page | None |
Summary | Streaming-capable SipHash-1-3 and SipHash-2-4 Implementation |
upload_time | 2025-09-02 20:42:04 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.7 |
license | None |
keywords |
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
.. SPDX-FileCopyrightText: Daniele Nicolodi <daniele@grinta.net>
.. SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later
siphash24: Streaming-capable SipHash Implementation
===================================================
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`__.
__ https://cr.yp.to/siphash/siphash-20120918.pdf
__ https://docs.python.org/3/library/hashlib.html
__ https://dnicolodi.github.io/python-siphash24/
__ https://cython.org/
__ https://github.com/c-util/c-siphash
__ https://github.com/veorq/SipHash
__ https://spdx.org/licenses/Apache-2.0.html
__ https://spdx.org/licenses/LGPL-2.1-or-later.html
Raw data
{
"_id": null,
"home_page": null,
"name": "siphash24",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": "Daniele Nicolodi <daniele@grinta.net>",
"keywords": null,
"author": null,
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/67/a2/e049b6fccf7a94bd1b2f68b3059a7d6a7aea86a808cac80cb9ae71ab6254/siphash24-1.8.tar.gz",
"platform": null,
"description": ".. SPDX-FileCopyrightText: Daniele Nicolodi <daniele@grinta.net>\n.. SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later\n\nsiphash24: Streaming-capable SipHash Implementation\n===================================================\n\nThis module provides a C-based implementation of `SipHash`__ with an\ninterface compatible with the hash functions provided by the\n`hashlib`__ standard library module. SipHash-1-3 and SipHash-2-4\nvariants are currently implemented. The module `documentation`__\nprovides a detailed description of the API.\n\nThis module differs from other similar modules by providing a\nstreaming-capable implementation and an interface compatible to the\nhash functions provided by the ``hashlib`` standard library module and\nby providing binary wheels for all supported Python releases on the\nmost common platforms. More platforms can be added to the build job\nas needed.\n\nFollowing the ``hashlib`` interface, the return value of the\n``digest()`` method is a ``bytes`` object. SipHash values are\ncustomarily stored as 64-bit integers. This module extends the\n``hashlib`` interface with an additional ``intdigest()`` method that\nreturns the hash values as a 64-bit signed int object.\n\nThis module is implemented as a thin `Cython`__-based wrapper around a\nC language SipHash implementation copied, with minimal modifications\nto allow compilation with MSCV, from the `c-siphash library`__ by\nDavid Rheinsberg and co-authors. The c-siphash library is based on\nthe SipHash `reference implementation`__ by Jean-Philippe Aumasson and\nDaniel J. Bernstein released to the Public Domain. This module is\ndistributed with the same license as the c-siphash library:\n`Apache-2.0`__ or `LGPL-2.1-or-later`__.\n\n__ https://cr.yp.to/siphash/siphash-20120918.pdf\n__ https://docs.python.org/3/library/hashlib.html\n__ https://dnicolodi.github.io/python-siphash24/\n__ https://cython.org/\n__ https://github.com/c-util/c-siphash\n__ https://github.com/veorq/SipHash\n__ https://spdx.org/licenses/Apache-2.0.html\n__ https://spdx.org/licenses/LGPL-2.1-or-later.html\n",
"bugtrack_url": null,
"license": null,
"summary": "Streaming-capable SipHash-1-3 and SipHash-2-4 Implementation",
"version": "1.8",
"project_urls": {
"Documentation": "https://dnicolodi.github.io/python-siphash24/",
"Issue Tracker": "https://github.com/dnicolodi/python-siphash24/issues",
"Source": "https://github.com/dnicolodi/python-siphash24/"
},
"split_keywords": [],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "c30ab98666b7089b35143f27ea4e03eddd9da1f117073c0ca01d96bfbf01885e",
"md5": "cb475396fc4e7b12efd3a8fa8bd215ab",
"sha256": "53aba67b3437d7b56d85ad77879dfe314094f687df1de746fa7c6f5b3f6c1436"
},
"downloads": -1,
"filename": "siphash24-1.8-cp310-cp310-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "cb475396fc4e7b12efd3a8fa8bd215ab",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.7",
"size": 76704,
"upload_time": "2025-09-02T20:40:53",
"upload_time_iso_8601": "2025-09-02T20:40:53.190932Z",
"url": "https://files.pythonhosted.org/packages/c3/0a/b98666b7089b35143f27ea4e03eddd9da1f117073c0ca01d96bfbf01885e/siphash24-1.8-cp310-cp310-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d4ede919afa4769a93ea44c052e0cbc187c5f2c2bcae59018729c60e30cbe0d2",
"md5": "72d79ab82808da01be4d921a1af81f7b",
"sha256": "3c28925b79954244c8e36ced9b8e88b1cb2d0919baf2b92ef7e8b8f96fd274aa"
},
"downloads": -1,
"filename": "siphash24-1.8-cp310-cp310-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "72d79ab82808da01be4d921a1af81f7b",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.7",
"size": 74196,
"upload_time": "2025-09-02T20:40:54",
"upload_time_iso_8601": "2025-09-02T20:40:54.531736Z",
"url": "https://files.pythonhosted.org/packages/d4/ed/e919afa4769a93ea44c052e0cbc187c5f2c2bcae59018729c60e30cbe0d2/siphash24-1.8-cp310-cp310-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "fcc41f206db82f27b4e91528678c9ec21ae558e51aadce43ae5bf4ed2da624cb",
"md5": "29aeed551cd8177c4a6bd60bd5d9644b",
"sha256": "a665c1d8ae3a46fdec7c35db69823a0247b35957c4686c6b14156d5dc4ed8920"
},
"downloads": -1,
"filename": "siphash24-1.8-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "29aeed551cd8177c4a6bd60bd5d9644b",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.7",
"size": 99433,
"upload_time": "2025-09-02T20:40:55",
"upload_time_iso_8601": "2025-09-02T20:40:55.761366Z",
"url": "https://files.pythonhosted.org/packages/fc/c4/1f206db82f27b4e91528678c9ec21ae558e51aadce43ae5bf4ed2da624cb/siphash24-1.8-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c69acf46eb22a351eeaa06fc1b01984b9feb55d27f878c74ba3f62b8944849de",
"md5": "996ceb165cc825149c70a51ccea97f4f",
"sha256": "2b9b15af0db3ff357b432c7e51c7cc1a27891aa1b341cc2a2fc1764e3fb5e605"
},
"downloads": -1,
"filename": "siphash24-1.8-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "996ceb165cc825149c70a51ccea97f4f",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.7",
"size": 103131,
"upload_time": "2025-09-02T20:40:57",
"upload_time_iso_8601": "2025-09-02T20:40:57.044389Z",
"url": "https://files.pythonhosted.org/packages/c6/9a/cf46eb22a351eeaa06fc1b01984b9feb55d27f878c74ba3f62b8944849de/siphash24-1.8-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c274c811dab8b6c4968f321f2f01e26733f2854a3c5ac75fa8feb99d796fb190",
"md5": "1d2b25b2f200ebc3f1673efe54a244fb",
"sha256": "6fd22c0182518c7b17a9be35128c5b00dbb810751de73d9ab85e39494effab0b"
},
"downloads": -1,
"filename": "siphash24-1.8-cp310-cp310-win32.whl",
"has_sig": false,
"md5_digest": "1d2b25b2f200ebc3f1673efe54a244fb",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.7",
"size": 62597,
"upload_time": "2025-09-02T20:40:58",
"upload_time_iso_8601": "2025-09-02T20:40:58.582080Z",
"url": "https://files.pythonhosted.org/packages/c2/74/c811dab8b6c4968f321f2f01e26733f2854a3c5ac75fa8feb99d796fb190/siphash24-1.8-cp310-cp310-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "dd02be6d3c614425371bffc6918b15b27f3839a4b168454b25c6a26da8e9bfcc",
"md5": "a82fe41ec966284347b11bfb6d2cb8c0",
"sha256": "876ed2507a9573c663b1f6deb29b5ccca41e5a5099f848ed18272e709e6848ca"
},
"downloads": -1,
"filename": "siphash24-1.8-cp310-cp310-win_amd64.whl",
"has_sig": false,
"md5_digest": "a82fe41ec966284347b11bfb6d2cb8c0",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.7",
"size": 77313,
"upload_time": "2025-09-02T20:40:59",
"upload_time_iso_8601": "2025-09-02T20:40:59.742966Z",
"url": "https://files.pythonhosted.org/packages/dd/02/be6d3c614425371bffc6918b15b27f3839a4b168454b25c6a26da8e9bfcc/siphash24-1.8-cp310-cp310-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "8223f53f5bd8866c6ea3abe434c9f208e76ea027210d8b75cd0e0dc849661c7a",
"md5": "ead9157fe1b94387d25439b0dd9e5fde",
"sha256": "d4662ac616bce4d3c9d6003a0d398e56f8be408fc53a166b79fad08d4f34268e"
},
"downloads": -1,
"filename": "siphash24-1.8-cp311-cp311-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "ead9157fe1b94387d25439b0dd9e5fde",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.7",
"size": 76930,
"upload_time": "2025-09-02T20:41:00",
"upload_time_iso_8601": "2025-09-02T20:41:00.869627Z",
"url": "https://files.pythonhosted.org/packages/82/23/f53f5bd8866c6ea3abe434c9f208e76ea027210d8b75cd0e0dc849661c7a/siphash24-1.8-cp311-cp311-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "0b25aebf246904424a06e7ffb7a40cfa9ea9e590ea0fac82e182e0f5d1f1d7ef",
"md5": "7c0b7c152177de22d47597556adca5ab",
"sha256": "53d6bed0951a99c6d2891fa6f8acfd5ca80c3e96c60bcee99f6fa01a04773b1c"
},
"downloads": -1,
"filename": "siphash24-1.8-cp311-cp311-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "7c0b7c152177de22d47597556adca5ab",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.7",
"size": 74315,
"upload_time": "2025-09-02T20:41:02",
"upload_time_iso_8601": "2025-09-02T20:41:02.380428Z",
"url": "https://files.pythonhosted.org/packages/0b/25/aebf246904424a06e7ffb7a40cfa9ea9e590ea0fac82e182e0f5d1f1d7ef/siphash24-1.8-cp311-cp311-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "593f7010407c3416ef052d46550d54afb2581fb247018fc6500af8c66669eff2",
"md5": "d54556a50b9107223f3adb5dc89bdcab",
"sha256": "d114c03648630e9e07dac2fe95442404e4607adca91640d274ece1a4fa71123e"
},
"downloads": -1,
"filename": "siphash24-1.8-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "d54556a50b9107223f3adb5dc89bdcab",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.7",
"size": 99756,
"upload_time": "2025-09-02T20:41:03",
"upload_time_iso_8601": "2025-09-02T20:41:03.902925Z",
"url": "https://files.pythonhosted.org/packages/59/3f/7010407c3416ef052d46550d54afb2581fb247018fc6500af8c66669eff2/siphash24-1.8-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d49f09c734833e69badd7e3faed806b4372bd6564ae0946bd250d5239885914f",
"md5": "d3916d749bf72581fcd14223ce9d8654",
"sha256": "88c1a55ff82b127c5d3b96927a430d8859e6a98846a5b979833ac790682dd91b"
},
"downloads": -1,
"filename": "siphash24-1.8-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "d3916d749bf72581fcd14223ce9d8654",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.7",
"size": 104044,
"upload_time": "2025-09-02T20:41:05",
"upload_time_iso_8601": "2025-09-02T20:41:05.505110Z",
"url": "https://files.pythonhosted.org/packages/d4/9f/09c734833e69badd7e3faed806b4372bd6564ae0946bd250d5239885914f/siphash24-1.8-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "243056a26d9141a34433da221f732599e2b23d2d70a966c249a9f00feb9a2915",
"md5": "49ab30de4e6f9a4644885e42f22eb993",
"sha256": "9430255e6a1313470f52c07c4a4643c451a5b2853f6d4008e4dda05cafb6ce7c"
},
"downloads": -1,
"filename": "siphash24-1.8-cp311-cp311-win32.whl",
"has_sig": false,
"md5_digest": "49ab30de4e6f9a4644885e42f22eb993",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.7",
"size": 62196,
"upload_time": "2025-09-02T20:41:07",
"upload_time_iso_8601": "2025-09-02T20:41:07.299643Z",
"url": "https://files.pythonhosted.org/packages/24/30/56a26d9141a34433da221f732599e2b23d2d70a966c249a9f00feb9a2915/siphash24-1.8-cp311-cp311-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "47b211b0ae63fd374652544e1b12f72ba2cc3fe6c93c1483bd8ff6935b0a8a4b",
"md5": "4cebb702454328111c2c2f227fd3ff68",
"sha256": "1e4b37e4ef0b4496169adce2a58b6c3f230b5852dfa5f7ad0b2d664596409e47"
},
"downloads": -1,
"filename": "siphash24-1.8-cp311-cp311-win_amd64.whl",
"has_sig": false,
"md5_digest": "4cebb702454328111c2c2f227fd3ff68",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.7",
"size": 77162,
"upload_time": "2025-09-02T20:41:08",
"upload_time_iso_8601": "2025-09-02T20:41:08.878246Z",
"url": "https://files.pythonhosted.org/packages/47/b2/11b0ae63fd374652544e1b12f72ba2cc3fe6c93c1483bd8ff6935b0a8a4b/siphash24-1.8-cp311-cp311-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "7f82ce3545ce8052ac7ca104b183415a27ec3335e5ed51978fdd7b433f3cfe5b",
"md5": "5ec97eefdfbdae59dac11ab2bfbbaecd",
"sha256": "df5ed437c6e6cc96196b38728e57cd30b0427df45223475a90e173f5015ef5ba"
},
"downloads": -1,
"filename": "siphash24-1.8-cp312-cp312-macosx_10_13_x86_64.whl",
"has_sig": false,
"md5_digest": "5ec97eefdfbdae59dac11ab2bfbbaecd",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.7",
"size": 78136,
"upload_time": "2025-09-02T20:41:10",
"upload_time_iso_8601": "2025-09-02T20:41:10.083987Z",
"url": "https://files.pythonhosted.org/packages/7f/82/ce3545ce8052ac7ca104b183415a27ec3335e5ed51978fdd7b433f3cfe5b/siphash24-1.8-cp312-cp312-macosx_10_13_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "1588896c3b91bc9deb78c415448b1db67343917f35971a9e23a5967a9d323b8a",
"md5": "8768c815b9ce1bb6d7aa5e85bdd4df7a",
"sha256": "f4ef78abdf811325c7089a35504df339c48c0007d4af428a044431d329721e56"
},
"downloads": -1,
"filename": "siphash24-1.8-cp312-cp312-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "8768c815b9ce1bb6d7aa5e85bdd4df7a",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.7",
"size": 74588,
"upload_time": "2025-09-02T20:41:11",
"upload_time_iso_8601": "2025-09-02T20:41:11.251629Z",
"url": "https://files.pythonhosted.org/packages/15/88/896c3b91bc9deb78c415448b1db67343917f35971a9e23a5967a9d323b8a/siphash24-1.8-cp312-cp312-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "12fd8dad3f5601db485ba862e1c1f91a5d77fb563650856a6708e9acb40ee53c",
"md5": "0a9f8c2f4e4b4a2194ef899d3d70eaa5",
"sha256": "065eff55c4fefb3a29fd26afb2c072abf7f668ffd53b91d41f92a1c485fcbe5c"
},
"downloads": -1,
"filename": "siphash24-1.8-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "0a9f8c2f4e4b4a2194ef899d3d70eaa5",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.7",
"size": 98655,
"upload_time": "2025-09-02T20:41:12",
"upload_time_iso_8601": "2025-09-02T20:41:12.450823Z",
"url": "https://files.pythonhosted.org/packages/12/fd/8dad3f5601db485ba862e1c1f91a5d77fb563650856a6708e9acb40ee53c/siphash24-1.8-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e3cce0c352624c1f2faad270aeb5cce6e173977ef66b9b5e918aa6f32af896bf",
"md5": "d0d8d8dcda9e5d29a80d8f646ca0a6e4",
"sha256": "ac6fa84ebfd47677262aa0bcb0f5a70f796f5fc5704b287ee1b65a3bd4fb7a5d"
},
"downloads": -1,
"filename": "siphash24-1.8-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "d0d8d8dcda9e5d29a80d8f646ca0a6e4",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.7",
"size": 103217,
"upload_time": "2025-09-02T20:41:13",
"upload_time_iso_8601": "2025-09-02T20:41:13.746649Z",
"url": "https://files.pythonhosted.org/packages/e3/cc/e0c352624c1f2faad270aeb5cce6e173977ef66b9b5e918aa6f32af896bf/siphash24-1.8-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "5bf60b1675bea4d40affcae642d9c7337702a4138b93c544230280712403e968",
"md5": "452e63c31fbd01427c8e7fc97a8ba75b",
"sha256": "6582f73615552ca055e51e03cb02a28e570a641a7f500222c86c2d811b5037eb"
},
"downloads": -1,
"filename": "siphash24-1.8-cp312-cp312-win32.whl",
"has_sig": false,
"md5_digest": "452e63c31fbd01427c8e7fc97a8ba75b",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.7",
"size": 63114,
"upload_time": "2025-09-02T20:41:14",
"upload_time_iso_8601": "2025-09-02T20:41:14.972539Z",
"url": "https://files.pythonhosted.org/packages/5b/f6/0b1675bea4d40affcae642d9c7337702a4138b93c544230280712403e968/siphash24-1.8-cp312-cp312-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "3d39afefef85d72ed8b5cf1aa9283f712e3cd43c9682fabbc809dec54baa8452",
"md5": "1147a41c9032ce722f3ddef884d2cd24",
"sha256": "44ea6d794a7cbe184e1e1da2df81c5ebb672ab3867935c3e87c08bb0c2fa4879"
},
"downloads": -1,
"filename": "siphash24-1.8-cp312-cp312-win_amd64.whl",
"has_sig": false,
"md5_digest": "1147a41c9032ce722f3ddef884d2cd24",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.7",
"size": 76232,
"upload_time": "2025-09-02T20:41:16",
"upload_time_iso_8601": "2025-09-02T20:41:16.112814Z",
"url": "https://files.pythonhosted.org/packages/3d/39/afefef85d72ed8b5cf1aa9283f712e3cd43c9682fabbc809dec54baa8452/siphash24-1.8-cp312-cp312-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "88569b82be5c82f028495d23ca614a993dfde4f4079c900f6a4e1af62d46922c",
"md5": "10edd80b07b43bf1095d06c3efbc2455",
"sha256": "948af9192eb243815fd361296b317220a94094406688b4daba062cfb08ecfd7d"
},
"downloads": -1,
"filename": "siphash24-1.8-cp313-cp313-macosx_10_13_x86_64.whl",
"has_sig": false,
"md5_digest": "10edd80b07b43bf1095d06c3efbc2455",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.7",
"size": 77082,
"upload_time": "2025-09-02T20:41:17",
"upload_time_iso_8601": "2025-09-02T20:41:17.304368Z",
"url": "https://files.pythonhosted.org/packages/88/56/9b82be5c82f028495d23ca614a993dfde4f4079c900f6a4e1af62d46922c/siphash24-1.8-cp313-cp313-macosx_10_13_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "54b13137e38b707c601bec914781344fcd84c32462f89ae856dd8a6d5e8d23da",
"md5": "51d55d44b5a809df914030f604225650",
"sha256": "b435b2ac511b738dd0984308c1ce1b441faa70f8a1f3d022b5323bb5704cad6f"
},
"downloads": -1,
"filename": "siphash24-1.8-cp313-cp313-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "51d55d44b5a809df914030f604225650",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.7",
"size": 73805,
"upload_time": "2025-09-02T20:41:18",
"upload_time_iso_8601": "2025-09-02T20:41:18.462464Z",
"url": "https://files.pythonhosted.org/packages/54/b1/3137e38b707c601bec914781344fcd84c32462f89ae856dd8a6d5e8d23da/siphash24-1.8-cp313-cp313-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "6135c810068bd532cbc9f92c2284ad717f4cd778c4b835f8c1e194f09117fd82",
"md5": "d6ad6829a7fc9594c83ec5031e7eb6ba",
"sha256": "2f0c4e46817b4a02657cd92c5eda8cb1804b83dc658882b0c2693d1ce4e3e597"
},
"downloads": -1,
"filename": "siphash24-1.8-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "d6ad6829a7fc9594c83ec5031e7eb6ba",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.7",
"size": 97644,
"upload_time": "2025-09-02T20:41:19",
"upload_time_iso_8601": "2025-09-02T20:41:19.635975Z",
"url": "https://files.pythonhosted.org/packages/61/35/c810068bd532cbc9f92c2284ad717f4cd778c4b835f8c1e194f09117fd82/siphash24-1.8-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ad77b88b4a24ec747a0147993a61a8dabc9c69b45aa2459ea4b6e100b4ea613b",
"md5": "9a3d7faddbbfdc76a8478f71327311ad",
"sha256": "371794ce0ade48caaf4061c2e88178cec43a0997d312cf3c1e9c864d80c8a00f"
},
"downloads": -1,
"filename": "siphash24-1.8-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "9a3d7faddbbfdc76a8478f71327311ad",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.7",
"size": 102295,
"upload_time": "2025-09-02T20:41:21",
"upload_time_iso_8601": "2025-09-02T20:41:21.302336Z",
"url": "https://files.pythonhosted.org/packages/ad/77/b88b4a24ec747a0147993a61a8dabc9c69b45aa2459ea4b6e100b4ea613b/siphash24-1.8-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "dd01cd6c85803d98becb4e4b3d50d9506089eef48b8b0b5f0b690697944dbefa",
"md5": "5c809a3d1be3ba20c93ab94c6096eca9",
"sha256": "5c32763b6c912a42132b24dee2a988c63cf54b34b75d8ef195eb024546caeed0"
},
"downloads": -1,
"filename": "siphash24-1.8-cp313-cp313t-macosx_10_13_x86_64.whl",
"has_sig": false,
"md5_digest": "5c809a3d1be3ba20c93ab94c6096eca9",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.7",
"size": 80342,
"upload_time": "2025-09-02T20:41:24",
"upload_time_iso_8601": "2025-09-02T20:41:24.783900Z",
"url": "https://files.pythonhosted.org/packages/dd/01/cd6c85803d98becb4e4b3d50d9506089eef48b8b0b5f0b690697944dbefa/siphash24-1.8-cp313-cp313t-macosx_10_13_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "119dc49e6f4bbea12e7aade941787f16313a2ce0d49cfe3270dbec6b89e46334",
"md5": "0bf7550190f31db0c9bf2fefb9d95eb9",
"sha256": "3d34faa76c4044e105c30e040dca017dac2416c26e3ab32a7d504c9d7d0ef139"
},
"downloads": -1,
"filename": "siphash24-1.8-cp313-cp313t-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "0bf7550190f31db0c9bf2fefb9d95eb9",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.7",
"size": 78800,
"upload_time": "2025-09-02T20:41:25",
"upload_time_iso_8601": "2025-09-02T20:41:25.929966Z",
"url": "https://files.pythonhosted.org/packages/11/9d/c49e6f4bbea12e7aade941787f16313a2ce0d49cfe3270dbec6b89e46334/siphash24-1.8-cp313-cp313t-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "4d6d9e505a9b94cbe4a668e37867a36552ee19e0263da4c8859528c54b590914",
"md5": "b652844749a23944366e526ea3b0e78d",
"sha256": "d9825d048127363c23772deea343d6935fa3a80e045b344964b6f6df06113add"
},
"downloads": -1,
"filename": "siphash24-1.8-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "b652844749a23944366e526ea3b0e78d",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.7",
"size": 94464,
"upload_time": "2025-09-02T20:41:27",
"upload_time_iso_8601": "2025-09-02T20:41:27.236810Z",
"url": "https://files.pythonhosted.org/packages/4d/6d/9e505a9b94cbe4a668e37867a36552ee19e0263da4c8859528c54b590914/siphash24-1.8-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "6ea657a27748a70d32ca9f35802666ab85f8994db25240d33c4d744016bd01ab",
"md5": "49ec1944e3bbc556154a5eabb1e930cc",
"sha256": "2d1caf6c109b4135fe5647b2d25e94bf6c3f725808280da834f951f99769ccae"
},
"downloads": -1,
"filename": "siphash24-1.8-cp313-cp313t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "49ec1944e3bbc556154a5eabb1e930cc",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.7",
"size": 97466,
"upload_time": "2025-09-02T20:41:28",
"upload_time_iso_8601": "2025-09-02T20:41:28.698148Z",
"url": "https://files.pythonhosted.org/packages/6e/a6/57a27748a70d32ca9f35802666ab85f8994db25240d33c4d744016bd01ab/siphash24-1.8-cp313-cp313t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a5d92e121ce9e2cc216cfaf87c65e6030e4f403a6051168ec15da85b9002810a",
"md5": "92f1944710f70d45df73e08dfbe1e924",
"sha256": "e51464db44b1c8a29980f23d8fd5e45f5915d68d6c9327b393df7f94f78d97e3"
},
"downloads": -1,
"filename": "siphash24-1.8-cp313-cp313t-win32.whl",
"has_sig": false,
"md5_digest": "92f1944710f70d45df73e08dfbe1e924",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.7",
"size": 70746,
"upload_time": "2025-09-02T20:41:30",
"upload_time_iso_8601": "2025-09-02T20:41:30.247098Z",
"url": "https://files.pythonhosted.org/packages/a5/d9/2e121ce9e2cc216cfaf87c65e6030e4f403a6051168ec15da85b9002810a/siphash24-1.8-cp313-cp313t-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "cfeb6480854fcaf164900b259354591156eeeea18bc1383e449da21d9f9cf998",
"md5": "decf0c715b78948e5c0afa6c0470c8be",
"sha256": "d31a611db1acb18c1260e9638effab0e5af63dcea339416c931433b69a61e153"
},
"downloads": -1,
"filename": "siphash24-1.8-cp313-cp313t-win_amd64.whl",
"has_sig": false,
"md5_digest": "decf0c715b78948e5c0afa6c0470c8be",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.7",
"size": 86689,
"upload_time": "2025-09-02T20:41:31",
"upload_time_iso_8601": "2025-09-02T20:41:31.659561Z",
"url": "https://files.pythonhosted.org/packages/cf/eb/6480854fcaf164900b259354591156eeeea18bc1383e449da21d9f9cf998/siphash24-1.8-cp313-cp313t-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ded31426fec831420bbdcc088f7ffd4ecc5289ccd07a75ed83ca007d91a3ff89",
"md5": "26363a69829a981f67e0c333de5d6c2f",
"sha256": "51e95dd6cf679784246ef8da1a213554c7813096c84dfd52c9d2c8ce04f911c2"
},
"downloads": -1,
"filename": "siphash24-1.8-cp313-cp313-win32.whl",
"has_sig": false,
"md5_digest": "26363a69829a981f67e0c333de5d6c2f",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.7",
"size": 62912,
"upload_time": "2025-09-02T20:41:22",
"upload_time_iso_8601": "2025-09-02T20:41:22.496222Z",
"url": "https://files.pythonhosted.org/packages/de/d3/1426fec831420bbdcc088f7ffd4ecc5289ccd07a75ed83ca007d91a3ff89/siphash24-1.8-cp313-cp313-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "577a535bd58f21564ba8b094fd42661c6cd056ef11be975826ea6bd1535d4354",
"md5": "f5ef355ac1a0620ba84222a6b191baee",
"sha256": "749e123a6bb2b29b9aedb4487ae612430035b98e1bf43b2f17e3bfc21ed99fff"
},
"downloads": -1,
"filename": "siphash24-1.8-cp313-cp313-win_amd64.whl",
"has_sig": false,
"md5_digest": "f5ef355ac1a0620ba84222a6b191baee",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.7",
"size": 75879,
"upload_time": "2025-09-02T20:41:23",
"upload_time_iso_8601": "2025-09-02T20:41:23.656445Z",
"url": "https://files.pythonhosted.org/packages/57/7a/535bd58f21564ba8b094fd42661c6cd056ef11be975826ea6bd1535d4354/siphash24-1.8-cp313-cp313-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "99792304b63f81eff30cd7f5680ddecda780ba7ea589323d17b1ac9fdfbe4f02",
"md5": "52c24f256805d77e85e0d89dc6ebbd42",
"sha256": "157a7432009490ecfead6953e9fd88a5f1046baaf8b911611a7384b19793147c"
},
"downloads": -1,
"filename": "siphash24-1.8-cp314-cp314-macosx_10_13_x86_64.whl",
"has_sig": false,
"md5_digest": "52c24f256805d77e85e0d89dc6ebbd42",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.7",
"size": 77285,
"upload_time": "2025-09-02T20:41:33",
"upload_time_iso_8601": "2025-09-02T20:41:33.391673Z",
"url": "https://files.pythonhosted.org/packages/99/79/2304b63f81eff30cd7f5680ddecda780ba7ea589323d17b1ac9fdfbe4f02/siphash24-1.8-cp314-cp314-macosx_10_13_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "5a76a4bb15d78547f4f4db7c21ad90883f2f52494bed1aa91bc96be476a4e7f5",
"md5": "1579d165ee7012abe05986590f494b15",
"sha256": "c699eec6649427240d337c372f94737c19b2bc4e485294b49690f3029a37dd69"
},
"downloads": -1,
"filename": "siphash24-1.8-cp314-cp314-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "1579d165ee7012abe05986590f494b15",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.7",
"size": 74370,
"upload_time": "2025-09-02T20:41:34",
"upload_time_iso_8601": "2025-09-02T20:41:34.900126Z",
"url": "https://files.pythonhosted.org/packages/5a/76/a4bb15d78547f4f4db7c21ad90883f2f52494bed1aa91bc96be476a4e7f5/siphash24-1.8-cp314-cp314-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "7e4fa8bb586952ac950a321e77be565fd99d50551366c8bf425572fd38ca05e0",
"md5": "1049a431e8e8c4fd6cde047aa1295a95",
"sha256": "ecae35dd5a6e479e65395e5994d5b6ffd5f87f3b60de69d16acd02b4126388c0"
},
"downloads": -1,
"filename": "siphash24-1.8-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "1049a431e8e8c4fd6cde047aa1295a95",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.7",
"size": 98332,
"upload_time": "2025-09-02T20:41:36",
"upload_time_iso_8601": "2025-09-02T20:41:36.113654Z",
"url": "https://files.pythonhosted.org/packages/7e/4f/a8bb586952ac950a321e77be565fd99d50551366c8bf425572fd38ca05e0/siphash24-1.8-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "33ae68f6a4eda2d8022eb857d6fb090f5aa02ae837b2365187a433e76dcbb64b",
"md5": "c81003905352c94b031992f3cb9d6f9c",
"sha256": "22b68242352a771a25b0a7cffedd584bfa61bafb83262776f42989bc4e96fe84"
},
"downloads": -1,
"filename": "siphash24-1.8-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "c81003905352c94b031992f3cb9d6f9c",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.7",
"size": 102403,
"upload_time": "2025-09-02T20:41:37",
"upload_time_iso_8601": "2025-09-02T20:41:37.371850Z",
"url": "https://files.pythonhosted.org/packages/33/ae/68f6a4eda2d8022eb857d6fb090f5aa02ae837b2365187a433e76dcbb64b/siphash24-1.8-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "8ae76fa559ff1d57f2c8d7e580ccd737018038d84a83c092feafc0b93f2649b8",
"md5": "5a04ab0903886011f4866d02a21110aa",
"sha256": "00114928872ebc899aa4b8a765766de376705c48d0d5393edd3ea80006252d61"
},
"downloads": -1,
"filename": "siphash24-1.8-cp314-cp314t-macosx_10_13_x86_64.whl",
"has_sig": false,
"md5_digest": "5a04ab0903886011f4866d02a21110aa",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.7",
"size": 80354,
"upload_time": "2025-09-02T20:41:41",
"upload_time_iso_8601": "2025-09-02T20:41:41.401165Z",
"url": "https://files.pythonhosted.org/packages/8a/e7/6fa559ff1d57f2c8d7e580ccd737018038d84a83c092feafc0b93f2649b8/siphash24-1.8-cp314-cp314t-macosx_10_13_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "56449b9c70e216ee5bd81a1c0fce06ba88ff876bc8699f0ce38f9e6591c705c0",
"md5": "38e1444fede70f227e7b9df353d75004",
"sha256": "1c378442ce93b6f10d6b43c494b7ad630c5540051701288848f072f97e0778c6"
},
"downloads": -1,
"filename": "siphash24-1.8-cp314-cp314t-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "38e1444fede70f227e7b9df353d75004",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.7",
"size": 78829,
"upload_time": "2025-09-02T20:41:42",
"upload_time_iso_8601": "2025-09-02T20:41:42.551697Z",
"url": "https://files.pythonhosted.org/packages/56/44/9b9c70e216ee5bd81a1c0fce06ba88ff876bc8699f0ce38f9e6591c705c0/siphash24-1.8-cp314-cp314t-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ee0665c29cdedafa0952979aec2dc5491071546a8144f78940478fecc154e9d5",
"md5": "e3c82a2510883cb59635c0c5674be430",
"sha256": "a7807bd9160e7cd44cc4e0218bb2c779d55c449070080623547ace3519733841"
},
"downloads": -1,
"filename": "siphash24-1.8-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "e3c82a2510883cb59635c0c5674be430",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.7",
"size": 94470,
"upload_time": "2025-09-02T20:41:43",
"upload_time_iso_8601": "2025-09-02T20:41:43.760879Z",
"url": "https://files.pythonhosted.org/packages/ee/06/65c29cdedafa0952979aec2dc5491071546a8144f78940478fecc154e9d5/siphash24-1.8-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "3703824bc1efe762d20a7bb755e735d295b1cffa12902e1b39fc0ccea1bdc1f5",
"md5": "77a7ceefd38dbf62622b82a4be7a7ce1",
"sha256": "7e0a46994e75d144c10df26db9298dda496de5d213dc97197080db479f0283c4"
},
"downloads": -1,
"filename": "siphash24-1.8-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "77a7ceefd38dbf62622b82a4be7a7ce1",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.7",
"size": 97417,
"upload_time": "2025-09-02T20:41:45",
"upload_time_iso_8601": "2025-09-02T20:41:45.182371Z",
"url": "https://files.pythonhosted.org/packages/37/03/824bc1efe762d20a7bb755e735d295b1cffa12902e1b39fc0ccea1bdc1f5/siphash24-1.8-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "854d99270aabeaf0a35313c31886624a314417bfa2f9cd9d7a8a890b22d91977",
"md5": "9087158a2f0d0baa067fc85f6fdb061f",
"sha256": "0b39834ffaeb69001021db0386fd949d8d0f869e0dbd9f2e1fa7a1107aa0f80a"
},
"downloads": -1,
"filename": "siphash24-1.8-cp314-cp314t-win32.whl",
"has_sig": false,
"md5_digest": "9087158a2f0d0baa067fc85f6fdb061f",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.7",
"size": 73456,
"upload_time": "2025-09-02T20:41:46",
"upload_time_iso_8601": "2025-09-02T20:41:46.721485Z",
"url": "https://files.pythonhosted.org/packages/85/4d/99270aabeaf0a35313c31886624a314417bfa2f9cd9d7a8a890b22d91977/siphash24-1.8-cp314-cp314t-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "cc39a77f16ae2af3f5cdc4de5de6aa37a23c8a66121b225819108ef818896c56",
"md5": "7e82e23a5cef2a649c20da5285b0ac2c",
"sha256": "32753439fe9faaaa19ef64eaee9e3e049cd90de2d04c9ff635d8f38c2130da54"
},
"downloads": -1,
"filename": "siphash24-1.8-cp314-cp314t-win_amd64.whl",
"has_sig": false,
"md5_digest": "7e82e23a5cef2a649c20da5285b0ac2c",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.7",
"size": 91094,
"upload_time": "2025-09-02T20:41:47",
"upload_time_iso_8601": "2025-09-02T20:41:47.942672Z",
"url": "https://files.pythonhosted.org/packages/cc/39/a77f16ae2af3f5cdc4de5de6aa37a23c8a66121b225819108ef818896c56/siphash24-1.8-cp314-cp314t-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "b57af005da994a8cc2281f7bbae74dd27fed99e7ea162b12199ecd34b47d1a03",
"md5": "e985c90738178ba8f64422b544e6f4d7",
"sha256": "b53c0ee8393c48e949f7f3b09fa8e3095e696b5c78824c966eb4aea2d338361b"
},
"downloads": -1,
"filename": "siphash24-1.8-cp314-cp314-win32.whl",
"has_sig": false,
"md5_digest": "e985c90738178ba8f64422b544e6f4d7",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.7",
"size": 64615,
"upload_time": "2025-09-02T20:41:38",
"upload_time_iso_8601": "2025-09-02T20:41:38.688387Z",
"url": "https://files.pythonhosted.org/packages/b5/7a/f005da994a8cc2281f7bbae74dd27fed99e7ea162b12199ecd34b47d1a03/siphash24-1.8-cp314-cp314-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ba164d9f436c957830b0b10d311f81d9258bfb0f722de14dd467d0047e9e2c72",
"md5": "abb76673ae27859bb0e14bc2a357f280",
"sha256": "8e67b7ec7406dc9d4e0394d852889269d8f903f1bc6be2e25c2cde7e92059817"
},
"downloads": -1,
"filename": "siphash24-1.8-cp314-cp314-win_amd64.whl",
"has_sig": false,
"md5_digest": "abb76673ae27859bb0e14bc2a357f280",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.7",
"size": 77999,
"upload_time": "2025-09-02T20:41:39",
"upload_time_iso_8601": "2025-09-02T20:41:39.856957Z",
"url": "https://files.pythonhosted.org/packages/ba/16/4d9f436c957830b0b10d311f81d9258bfb0f722de14dd467d0047e9e2c72/siphash24-1.8-cp314-cp314-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "1089063efe830f788885cb99d00879dacfd37910d9438a4db80ed7a933b01d2b",
"md5": "f46d9d9ce90fe35fe714e8f8803ceeef",
"sha256": "4efb7eeb6fc15bf5cd036918a460792ac0456471a6056bb250dad292b326b027"
},
"downloads": -1,
"filename": "siphash24-1.8-cp38-cp38-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "f46d9d9ce90fe35fe714e8f8803ceeef",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.7",
"size": 78800,
"upload_time": "2025-09-02T20:41:49",
"upload_time_iso_8601": "2025-09-02T20:41:49.124402Z",
"url": "https://files.pythonhosted.org/packages/10/89/063efe830f788885cb99d00879dacfd37910d9438a4db80ed7a933b01d2b/siphash24-1.8-cp38-cp38-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "fd64efdd064114de44fadb6a02d38234cc38cd803d96d337fea23c4ab3f32c41",
"md5": "0f5162e720c47e60e7914e5561d09e01",
"sha256": "74a1e18db72661317d093a76a8c33a9219db3a36315a5212c7dff059278fe3b5"
},
"downloads": -1,
"filename": "siphash24-1.8-cp38-cp38-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "0f5162e720c47e60e7914e5561d09e01",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.7",
"size": 76624,
"upload_time": "2025-09-02T20:41:50",
"upload_time_iso_8601": "2025-09-02T20:41:50.318255Z",
"url": "https://files.pythonhosted.org/packages/fd/64/efdd064114de44fadb6a02d38234cc38cd803d96d337fea23c4ab3f32c41/siphash24-1.8-cp38-cp38-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "f0295471ef77cbb3f4f04cc5df1d95737f30eae960031b467e0687e99bd44a22",
"md5": "231b2cac3373eb22947cad987ed380e0",
"sha256": "bf2d062753c5217c3611f4ae764757a33ead071eea6e78792eb0f2006a92e7f4"
},
"downloads": -1,
"filename": "siphash24-1.8-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "231b2cac3373eb22947cad987ed380e0",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.7",
"size": 101142,
"upload_time": "2025-09-02T20:41:51",
"upload_time_iso_8601": "2025-09-02T20:41:51.597624Z",
"url": "https://files.pythonhosted.org/packages/f0/29/5471ef77cbb3f4f04cc5df1d95737f30eae960031b467e0687e99bd44a22/siphash24-1.8-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "18b3b6abd9f832c76960b261732a9ea4e5a261cda5e137f6d8a268e7bd09733a",
"md5": "3cf19a3da221c95204708b40eeaf977f",
"sha256": "a365111dc30e5c4e0814c693039c4d27bae58c8cb2dba367c95a81d2c6169131"
},
"downloads": -1,
"filename": "siphash24-1.8-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "3cf19a3da221c95204708b40eeaf977f",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.7",
"size": 105150,
"upload_time": "2025-09-02T20:41:52",
"upload_time_iso_8601": "2025-09-02T20:41:52.898672Z",
"url": "https://files.pythonhosted.org/packages/18/b3/b6abd9f832c76960b261732a9ea4e5a261cda5e137f6d8a268e7bd09733a/siphash24-1.8-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "30ea04360c0cf0e9a69d4de5520d5b348420dbec81697fdef417e05fd3cfebdc",
"md5": "98fc5bc6f26b2b37479253091a7556f5",
"sha256": "4d27c65eee794ce4ba10e49c036ef7889be012de3c0b127221cf89501cb32d1f"
},
"downloads": -1,
"filename": "siphash24-1.8-cp38-cp38-win32.whl",
"has_sig": false,
"md5_digest": "98fc5bc6f26b2b37479253091a7556f5",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.7",
"size": 63520,
"upload_time": "2025-09-02T20:41:55",
"upload_time_iso_8601": "2025-09-02T20:41:55.028218Z",
"url": "https://files.pythonhosted.org/packages/30/ea/04360c0cf0e9a69d4de5520d5b348420dbec81697fdef417e05fd3cfebdc/siphash24-1.8-cp38-cp38-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "5526561b8b6c6f50cce4e27599dbd3441e543527e3eff1c7d125d265689c95c7",
"md5": "16a0f41aeadec2329d26009ef896fd5e",
"sha256": "42491300a1ed1e5521b0ec570466a666397e6d789d1d353ee1d6559ada09335c"
},
"downloads": -1,
"filename": "siphash24-1.8-cp38-cp38-win_amd64.whl",
"has_sig": false,
"md5_digest": "16a0f41aeadec2329d26009ef896fd5e",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.7",
"size": 78337,
"upload_time": "2025-09-02T20:41:56",
"upload_time_iso_8601": "2025-09-02T20:41:56.339980Z",
"url": "https://files.pythonhosted.org/packages/55/26/561b8b6c6f50cce4e27599dbd3441e543527e3eff1c7d125d265689c95c7/siphash24-1.8-cp38-cp38-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "25f1da4090c4aaa543acfb90f437dd60f36816559c1ad33083ff94d490d7e3a9",
"md5": "bc7acdeffdd1c10d7b1d5a74ecb969db",
"sha256": "692ef5a859fa70847d6fc52b34e8b666c3de00efb4bc009823875b69f2a108d8"
},
"downloads": -1,
"filename": "siphash24-1.8-cp39-cp39-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "bc7acdeffdd1c10d7b1d5a74ecb969db",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.7",
"size": 76993,
"upload_time": "2025-09-02T20:41:57",
"upload_time_iso_8601": "2025-09-02T20:41:57.586937Z",
"url": "https://files.pythonhosted.org/packages/25/f1/da4090c4aaa543acfb90f437dd60f36816559c1ad33083ff94d490d7e3a9/siphash24-1.8-cp39-cp39-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a8de4ce57b788b9e74f73a573bac0ee5c2da9dcd8e09d509a40b1ad68f5cd29e",
"md5": "cdc57ce811bbfa7c35c7e85ee0c2f9be",
"sha256": "a7a2ddff628c8b5316885d86a18b0633000df281febef7e4002f970709ed1931"
},
"downloads": -1,
"filename": "siphash24-1.8-cp39-cp39-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "cdc57ce811bbfa7c35c7e85ee0c2f9be",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.7",
"size": 74454,
"upload_time": "2025-09-02T20:41:58",
"upload_time_iso_8601": "2025-09-02T20:41:58.811844Z",
"url": "https://files.pythonhosted.org/packages/a8/de/4ce57b788b9e74f73a573bac0ee5c2da9dcd8e09d509a40b1ad68f5cd29e/siphash24-1.8-cp39-cp39-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "4fdf5d30dc9daf1b5bc9b30e030532820f53d890c8c65f02a1147f4629bec6f1",
"md5": "caca65db346db133e066281e69e505ba",
"sha256": "12aef7472ef116ed50339f30fa40eade8d24e3997e889462d1952d357df21d2d"
},
"downloads": -1,
"filename": "siphash24-1.8-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "caca65db346db133e066281e69e505ba",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.7",
"size": 99670,
"upload_time": "2025-09-02T20:42:00",
"upload_time_iso_8601": "2025-09-02T20:42:00.053077Z",
"url": "https://files.pythonhosted.org/packages/4f/df/5d30dc9daf1b5bc9b30e030532820f53d890c8c65f02a1147f4629bec6f1/siphash24-1.8-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "03bb929f212cdd843413b5cc6fcc47fc3dd8d540b770443965eafc31cb25d1f9",
"md5": "8f06a0c2f9cd9136ef0cd0701111813d",
"sha256": "6e0f8bf870a967e3d65f44384f698d238d8c9523f36c190eb7f074aad959872e"
},
"downloads": -1,
"filename": "siphash24-1.8-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "8f06a0c2f9cd9136ef0cd0701111813d",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.7",
"size": 103276,
"upload_time": "2025-09-02T20:42:01",
"upload_time_iso_8601": "2025-09-02T20:42:01.340349Z",
"url": "https://files.pythonhosted.org/packages/03/bb/929f212cdd843413b5cc6fcc47fc3dd8d540b770443965eafc31cb25d1f9/siphash24-1.8-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "b9ec6379f77f77b6fd0f8bf3ba1c09493dfff971b5d0e2aed90512287448a14b",
"md5": "f3690ec86b6eb0c71a658131a16176c6",
"sha256": "50b86d772a4ce95ceb3e80bd87c3703a3e99bdba164bda22f684b69ee28ce08d"
},
"downloads": -1,
"filename": "siphash24-1.8-cp39-cp39-win32.whl",
"has_sig": false,
"md5_digest": "f3690ec86b6eb0c71a658131a16176c6",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.7",
"size": 62766,
"upload_time": "2025-09-02T20:42:02",
"upload_time_iso_8601": "2025-09-02T20:42:02.589105Z",
"url": "https://files.pythonhosted.org/packages/b9/ec/6379f77f77b6fd0f8bf3ba1c09493dfff971b5d0e2aed90512287448a14b/siphash24-1.8-cp39-cp39-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "4ed476621d0599da9bae6c99e8e0b0eaf18328959824e043a891c579f253d829",
"md5": "9a0ba0a568995de59e2e448a03a79737",
"sha256": "95d1175422b8827a0c3cf5d4956e006f5bc4224a0140fdbf1965768ba4f5767d"
},
"downloads": -1,
"filename": "siphash24-1.8-cp39-cp39-win_amd64.whl",
"has_sig": false,
"md5_digest": "9a0ba0a568995de59e2e448a03a79737",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.7",
"size": 77534,
"upload_time": "2025-09-02T20:42:03",
"upload_time_iso_8601": "2025-09-02T20:42:03.802882Z",
"url": "https://files.pythonhosted.org/packages/4e/d4/76621d0599da9bae6c99e8e0b0eaf18328959824e043a891c579f253d829/siphash24-1.8-cp39-cp39-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "67a2e049b6fccf7a94bd1b2f68b3059a7d6a7aea86a808cac80cb9ae71ab6254",
"md5": "04c68ce00ccf4a3d734f9c0b7d607431",
"sha256": "aa932f0af4a7335caef772fdaf73a433a32580405c41eb17ff24077944b0aa97"
},
"downloads": -1,
"filename": "siphash24-1.8.tar.gz",
"has_sig": false,
"md5_digest": "04c68ce00ccf4a3d734f9c0b7d607431",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 19946,
"upload_time": "2025-09-02T20:42:04",
"upload_time_iso_8601": "2025-09-02T20:42:04.856910Z",
"url": "https://files.pythonhosted.org/packages/67/a2/e049b6fccf7a94bd1b2f68b3059a7d6a7aea86a808cac80cb9ae71ab6254/siphash24-1.8.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-09-02 20:42:04",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "dnicolodi",
"github_project": "python-siphash24",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "siphash24"
}