Skip to main content

python binding for wyhash

Project description

✨ python-wyhash ✨

The python binding for wyhash

pypi python implementation wheel license action

Usage

import wyhash
from random import randint

seed = randint(0, 255)
sec = wyhash.make_secret(seed)
print(wyhash.hash(b"121", seed, sec))

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

wyhash-0.1.2.tar.gz (797.6 kB view details)

Uploaded Source

Built Distributions

wyhash-0.1.2-pp310-pypy310_pp73-win_amd64.whl (209.7 kB view details)

Uploaded PyPy Windows x86-64

wyhash-0.1.2-pp310-pypy310_pp73-macosx_10_9_x86_64.whl (206.5 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

wyhash-0.1.2-pp39-pypy39_pp73-win_amd64.whl (166.7 kB view details)

Uploaded PyPy Windows x86-64

wyhash-0.1.2-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (163.9 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

wyhash-0.1.2-pp38-pypy38_pp73-win_amd64.whl (165.6 kB view details)

Uploaded PyPy Windows x86-64

wyhash-0.1.2-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (162.8 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

wyhash-0.1.2-pp37-pypy37_pp73-win_amd64.whl (165.6 kB view details)

Uploaded PyPy Windows x86-64

wyhash-0.1.2-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (162.9 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

wyhash-0.1.2-cp312-cp312-win_amd64.whl (217.8 kB view details)

Uploaded CPython 3.12 Windows x86-64

wyhash-0.1.2-cp312-cp312-manylinux2014_x86_64.whl (243.7 kB view details)

Uploaded CPython 3.12

wyhash-0.1.2-cp312-cp312-macosx_10_9_universal2.whl (293.8 kB view details)

Uploaded CPython 3.12 macOS 10.9+ universal2 (ARM64, x86-64)

wyhash-0.1.2-cp311-cp311-win_amd64.whl (171.1 kB view details)

Uploaded CPython 3.11 Windows x86-64

wyhash-0.1.2-cp311-cp311-manylinux2014_x86_64.whl (197.7 kB view details)

Uploaded CPython 3.11

wyhash-0.1.2-cp311-cp311-macosx_10_9_universal2.whl (231.5 kB view details)

Uploaded CPython 3.11 macOS 10.9+ universal2 (ARM64, x86-64)

wyhash-0.1.2-cp310-cp310-win_amd64.whl (171.7 kB view details)

Uploaded CPython 3.10 Windows x86-64

wyhash-0.1.2-cp310-cp310-manylinux2014_x86_64.whl (198.5 kB view details)

Uploaded CPython 3.10

wyhash-0.1.2-cp310-cp310-macosx_11_0_x86_64.whl (173.6 kB view details)

Uploaded CPython 3.10 macOS 11.0+ x86-64

wyhash-0.1.2-cp310-cp310-macosx_10_15_x86_64.whl (173.4 kB view details)

Uploaded CPython 3.10 macOS 10.15+ x86-64

wyhash-0.1.2-cp39-cp39-win_amd64.whl (172.7 kB view details)

Uploaded CPython 3.9 Windows x86-64

wyhash-0.1.2-cp39-cp39-manylinux2014_x86_64.whl (200.6 kB view details)

Uploaded CPython 3.9

wyhash-0.1.2-cp39-cp39-macosx_11_0_x86_64.whl (173.9 kB view details)

Uploaded CPython 3.9 macOS 11.0+ x86-64

wyhash-0.1.2-cp39-cp39-macosx_10_15_x86_64.whl (174.0 kB view details)

Uploaded CPython 3.9 macOS 10.15+ x86-64

wyhash-0.1.2-cp38-cp38-win_amd64.whl (172.8 kB view details)

Uploaded CPython 3.8 Windows x86-64

wyhash-0.1.2-cp38-cp38-manylinux2014_x86_64.whl (200.8 kB view details)

Uploaded CPython 3.8

wyhash-0.1.2-cp38-cp38-macosx_11_0_x86_64.whl (218.8 kB view details)

Uploaded CPython 3.8 macOS 11.0+ x86-64

wyhash-0.1.2-cp38-cp38-macosx_10_15_x86_64.whl (172.2 kB view details)

Uploaded CPython 3.8 macOS 10.15+ x86-64

wyhash-0.1.2-cp37-cp37m-win_amd64.whl (172.3 kB view details)

Uploaded CPython 3.7m Windows x86-64

wyhash-0.1.2-cp37-cp37m-manylinux2014_x86_64.whl (199.7 kB view details)

Uploaded CPython 3.7m

wyhash-0.1.2-cp37-cp37m-macosx_11_0_x86_64.whl (219.4 kB view details)

Uploaded CPython 3.7m macOS 11.0+ x86-64

wyhash-0.1.2-cp37-cp37m-macosx_10_15_x86_64.whl (173.2 kB view details)

Uploaded CPython 3.7m macOS 10.15+ x86-64

wyhash-0.1.2-cp36-cp36m-win_amd64.whl (172.3 kB view details)

Uploaded CPython 3.6m Windows x86-64

wyhash-0.1.2-cp36-cp36m-manylinux2014_x86_64.whl (200.0 kB view details)

Uploaded CPython 3.6m

wyhash-0.1.2-cp36-cp36m-macosx_10_14_x86_64.whl (172.8 kB view details)

Uploaded CPython 3.6m macOS 10.14+ x86-64

File details

Details for the file wyhash-0.1.2.tar.gz.

File metadata

  • Download URL: wyhash-0.1.2.tar.gz
  • Upload date:
  • Size: 797.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.8

File hashes

Hashes for wyhash-0.1.2.tar.gz
Algorithm Hash digest
SHA256 6f96ea882a9a9e13aa36821a42f20b72fb7be1d446a94f000a163cb1ef86fa9b
MD5 03fba19544643b28efb435385ce8cba5
BLAKE2b-256 057f4e6518b81421681cd7a6f05cd7143923cf3b585b3e37596256bcabe2385d

See more details on using hashes here.

File details

Details for the file wyhash-0.1.2-pp310-pypy310_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for wyhash-0.1.2-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 235ba317796bb2bffbb6e15a55f3e0b124e60ece5bdc323b8819109ee0884560
MD5 6fab935e900058f84dc4ccf7bb2d1e88
BLAKE2b-256 da8e63e4b5eaa5927735e826009a9e210bc5811394411c424801cce4f848202a

See more details on using hashes here.

File details

Details for the file wyhash-0.1.2-pp310-pypy310_pp73-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for wyhash-0.1.2-pp310-pypy310_pp73-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a888df13f2d75a40a51046051cfd9466db18c79388945a3bb74730f608220b5a
MD5 5839a2c2fadf792c77f81d350e86b3ce
BLAKE2b-256 c06c50ebde9f6e04573c6781e14af2601f0e928649567011b60363f29c3d017d

See more details on using hashes here.

File details

Details for the file wyhash-0.1.2-pp310-pypy310_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for wyhash-0.1.2-pp310-pypy310_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2fdf30a0ac63296acd04f885dc409d7e674f17d33ab4ab2e28068433beb4d3bb
MD5 204a083825667cf8ee6a8759c9e1b620
BLAKE2b-256 80223a4505c0dadb86bc5fc848381c068f6eed3dee98d825716b23b87811acc1

See more details on using hashes here.

File details

Details for the file wyhash-0.1.2-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for wyhash-0.1.2-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 2bfb0eb53998cba26701b7b38478ca525931ed3bb448e739429a035cd2a3d893
MD5 db5ce7e43e879af89343a73d0fdd49a3
BLAKE2b-256 fbe85aa9181f7e2fde0aee5428a506a971aaed9b90a101fab54de1961148f12e

See more details on using hashes here.

File details

Details for the file wyhash-0.1.2-pp39-pypy39_pp73-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for wyhash-0.1.2-pp39-pypy39_pp73-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9008d8a8af676f94fbae7e0dfe43afc71188bf937f1738803142f0f7f12ec36e
MD5 8740b66d283e616b8c3e032c3c7c7404
BLAKE2b-256 75c6a9c7d12da29e50d04d6f041ba1e024163fc44ce6e149a40e3113f152f59b

See more details on using hashes here.

File details

Details for the file wyhash-0.1.2-pp39-pypy39_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for wyhash-0.1.2-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 59a8d44d51c9f771450f28dbdf5abe2115c1cc81b3fc851946f54cdbf153931c
MD5 21db3498dc7c7678ee338fe02d5dcf90
BLAKE2b-256 54ffc85641bb4ec2e63d32f19396bbfcf0061e280a9e2a261c738c3146cbf616

See more details on using hashes here.

File details

Details for the file wyhash-0.1.2-pp38-pypy38_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for wyhash-0.1.2-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 e3f72005cd684665261ddc50e53881bb24b2949581aade6e51a35f2fe1f91a5a
MD5 310b98c78620e21c3b871b244497bd1c
BLAKE2b-256 ebfe460a92cac87f551316346a01ff0b28c97cb6d54b24e52f6f9bb2355ba334

See more details on using hashes here.

File details

Details for the file wyhash-0.1.2-pp38-pypy38_pp73-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for wyhash-0.1.2-pp38-pypy38_pp73-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a404a693bb4030f151ea48f6b1d6cdc51ddc960f7959c51aac58655ba01997a8
MD5 b0018cd76383f856710f9fc1156f027c
BLAKE2b-256 3fc8b118e38a7983bf8fed6a1a915659148e7575d8baa6a5b8f89f438b8c3c88

See more details on using hashes here.

File details

Details for the file wyhash-0.1.2-pp38-pypy38_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for wyhash-0.1.2-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9b1daeb996c51c79c9342879773103e8a9a106f66ed619a2dc2f67d8959613a5
MD5 5ef2abd486575caff7a289891cf50912
BLAKE2b-256 bbd9b99ab27784e61f2003f054ae3e481184da47bf78fb85415ba8828abd8401

See more details on using hashes here.

File details

Details for the file wyhash-0.1.2-pp37-pypy37_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for wyhash-0.1.2-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 8741522eb1ca9fc2335403896dfc8c1adf0bacef8612d887ed930bac91427c6c
MD5 7507ff443286293b6db83911b213f431
BLAKE2b-256 593ac7bfcda0e85e53b481d155c46af1e93668432fe816c2dbc483cb22adf26d

See more details on using hashes here.

File details

Details for the file wyhash-0.1.2-pp37-pypy37_pp73-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for wyhash-0.1.2-pp37-pypy37_pp73-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 34d4238cd3657f2773ccbaad4de212cc7587f465544d3210aa5dea0990a52035
MD5 d95ee4b3f2d23cd0e5f15865027f3124
BLAKE2b-256 13b5c33a81f8bfd6b02e8333d0d9c502cd55f5e2dc8779e607d6a6f765171da6

See more details on using hashes here.

File details

Details for the file wyhash-0.1.2-pp37-pypy37_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for wyhash-0.1.2-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 47f29170309770d2344ab3ec7427aad7a27199a56caf8ba13525c977a5560429
MD5 18cb15b12c130601097733f10dc2ff59
BLAKE2b-256 e1326c221c167f697541be7b4e2523c7de1d52ea3df5ff9935e40a56bc9cea5c

See more details on using hashes here.

File details

Details for the file wyhash-0.1.2-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: wyhash-0.1.2-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 217.8 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.12.0

File hashes

Hashes for wyhash-0.1.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 03681ba928060be62e2f7f0afc0ed0ef607aa9971dc65805fe1ef88c7f515701
MD5 0fb4c390db75fc20c1491f6dbd5f04bc
BLAKE2b-256 73f689ec7cd3af2765e735b4cd1c4f92cd9971af9affeeb5404de899eb017ba1

See more details on using hashes here.

File details

Details for the file wyhash-0.1.2-cp312-cp312-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for wyhash-0.1.2-cp312-cp312-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4856985955e70b1c7d7bc7bffc7be81ef0d0db0537506b9013e96864704989d9
MD5 6fddd0b5a1455d9b4ed20e6b6e690e20
BLAKE2b-256 12203b50d309137a318c1297c51327265573a571d90c3aab7c5669ba42d4d637

See more details on using hashes here.

File details

Details for the file wyhash-0.1.2-cp312-cp312-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for wyhash-0.1.2-cp312-cp312-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 a7b3901cae0084567d034db954f4f3772825f941d5f505d95045ea7156942806
MD5 71a5b4d2c20b091a749d1b7a761d43d4
BLAKE2b-256 59080fe018c9d860f9068ba3bde030a72574a3585ce85bdb89d954344fee1a69

See more details on using hashes here.

File details

Details for the file wyhash-0.1.2-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: wyhash-0.1.2-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 171.1 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.0

File hashes

Hashes for wyhash-0.1.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 c3c3a6d40be16e8286330294aa64353079c49932dbc1d1ed79b9780fb43ad60a
MD5 f052e606a705c330fdbbaaa86e82c0e0
BLAKE2b-256 e5e75a0fe1ca796817a51ad3d2ee4276d2aa595b219c0167cf7047a3ff10a872

See more details on using hashes here.

File details

Details for the file wyhash-0.1.2-cp311-cp311-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for wyhash-0.1.2-cp311-cp311-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 832608742a8f4b8664461a16c049b0d68931ca5b018c90d3cdd496434105112d
MD5 6d76b2cf52b2215d62d18990f82bf9fb
BLAKE2b-256 430e5ab9adaff7a6a9253714211acbd04ea470be90b662ae999c93cd77f85dd4

See more details on using hashes here.

File details

Details for the file wyhash-0.1.2-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for wyhash-0.1.2-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 26afcd2d7b1278d1175dbc1fc8dbe9b2a065e9cfd949f1e35d43d0d2bdea4de1
MD5 526c11918b6c1632e0d60c9ecde4a234
BLAKE2b-256 47ce0b197767641e2639311a0c29c9cb9ffaba3080ca6e7d267fa28f21294408

See more details on using hashes here.

File details

Details for the file wyhash-0.1.2-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: wyhash-0.1.2-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 171.7 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.8

File hashes

Hashes for wyhash-0.1.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 470ae648b77075d37ec1734a44505041df76c5a9a36fd57d36348e639d62e4ba
MD5 801fa9d882c61a46b19b50daf609ba7e
BLAKE2b-256 77395638c746de1fb4432e82af3c7c50865a7f5c55b517643f510d38d431e44d

See more details on using hashes here.

File details

Details for the file wyhash-0.1.2-cp310-cp310-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for wyhash-0.1.2-cp310-cp310-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b10daa898d333a7a9ad529524e33a4e9353dbc30c110139f74c1c89901beaa27
MD5 c6956099ca45a0eed10bfa318be70b21
BLAKE2b-256 da89e9904622af538807f70412aa08358491bde9fd755e66cd313f6813e613c3

See more details on using hashes here.

File details

Details for the file wyhash-0.1.2-cp310-cp310-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for wyhash-0.1.2-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 04b090de9838917ab3affa38446a84f6e41eb7c4c7eb1676ca53d3a5f7ca5925
MD5 84fc79c49acaac008e8a20b2e3a7204a
BLAKE2b-256 452bac78797e3648c325808f1871110a9815d5b024d4da81d27b4480cb2517fa

See more details on using hashes here.

File details

Details for the file wyhash-0.1.2-cp310-cp310-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for wyhash-0.1.2-cp310-cp310-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 1a02101abdf49962b3007ecc459a1e0ed3446da232aa4fc6eae017a034e5b24d
MD5 be90f6d88322588a06e80c70ec30023a
BLAKE2b-256 16bbf42e87ee4e94b2a2b384ecf3c18f9e968628621e2a50287900a637847647

See more details on using hashes here.

File details

Details for the file wyhash-0.1.2-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: wyhash-0.1.2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 172.7 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for wyhash-0.1.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 cc5fbebc5393e7fb15c4172d49e4e9a98542ea8cb763d75ef392fdd401d6d491
MD5 bf9ef2ef0ed37e8713eb40b52fc27d8c
BLAKE2b-256 46f3574a6da8b188e1fea5f6381ede44a6acf7774fb23d951537360d46e2aeaf

See more details on using hashes here.

File details

Details for the file wyhash-0.1.2-cp39-cp39-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for wyhash-0.1.2-cp39-cp39-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dd6f1ca602af24c13bc105a80d184f7c3eb87addf52e1afc16aa27d5aad562c7
MD5 76376087c0a005498c5da034879bd57a
BLAKE2b-256 09a6b6d20499a489d94ac41dc3f81cb46ac62bcb69e2a67d03bca955a1b81b6f

See more details on using hashes here.

File details

Details for the file wyhash-0.1.2-cp39-cp39-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for wyhash-0.1.2-cp39-cp39-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 0756a315a070b53e8774cb6da1f2e3cde3192019989a8c2959bd63150a54e33e
MD5 c8cdd1ef543e525c491bf47c92ea6e7a
BLAKE2b-256 9e95a1fa7640c8ec09d6c37045ba97e8d6b828ee04d21bde2b61757d662cd5c5

See more details on using hashes here.

File details

Details for the file wyhash-0.1.2-cp39-cp39-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for wyhash-0.1.2-cp39-cp39-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 5b4402e4b5881f9471b39e950077dc5fffcefc0ba11af346d53ff3c8d1555b86
MD5 21698608814e04e5eb1680db2fade0c6
BLAKE2b-256 1ffd22b5dcc6a3536a85d45770711e487211d5f6f8546f562164bb54c7338143

See more details on using hashes here.

File details

Details for the file wyhash-0.1.2-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: wyhash-0.1.2-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 172.8 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 wyhash-0.1.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 fe50780ff81c925a0d2bf8147feb6789fd228dbfebb4e5f088145b32da4798f1
MD5 2142692559b110802f37d7d3d1adc010
BLAKE2b-256 4197c0578259fe21c4d8502169d626521dd30d1717f2a280b0c56b9caa0959be

See more details on using hashes here.

File details

Details for the file wyhash-0.1.2-cp38-cp38-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for wyhash-0.1.2-cp38-cp38-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 eb99a40e19a76bfd916396b1bad59d378835ff93f70e1f7f2def2b9f9eb2788d
MD5 1fe8388062168353fa708e99b4b1398b
BLAKE2b-256 e592ae1d6eb183f8ccce2846eec43b81188040994c763f761346ea16635399c1

See more details on using hashes here.

File details

Details for the file wyhash-0.1.2-cp38-cp38-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for wyhash-0.1.2-cp38-cp38-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 66287dc3baaf355e3203b0cf8f8a71d9d299ad29ec5ebc905c99d19374bfba2e
MD5 86ef4245d8daebfa848046ce83939202
BLAKE2b-256 a0df0564244ca52d7f6df9d3e0d6822476a12879a2788b7ec2dd2fbfcfa3635a

See more details on using hashes here.

File details

Details for the file wyhash-0.1.2-cp38-cp38-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for wyhash-0.1.2-cp38-cp38-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 b955883212b192b1363b2e6d1b89f6380f54a98671ebe367a5afa4fbbcf5c7ac
MD5 39f37e5b5b833b65aa56428e466c1ea1
BLAKE2b-256 b7179adf0977e7c048c088f3164afa74b34e0d605f55e444fed1b5952675e43c

See more details on using hashes here.

File details

Details for the file wyhash-0.1.2-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: wyhash-0.1.2-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 172.3 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.7.9

File hashes

Hashes for wyhash-0.1.2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 234858409e73b49e1676698f5d933d4cc8ce41dcbad0f7c083996b49ac0d1644
MD5 c7de780b7a7871aac7a08e23d166d735
BLAKE2b-256 49c1fd2450331e9f994eee715eb6ebb49d4cb39c3803b881b440f0929dc64c8b

See more details on using hashes here.

File details

Details for the file wyhash-0.1.2-cp37-cp37m-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for wyhash-0.1.2-cp37-cp37m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7736d44f9d27756d6b52835b2fb83f530f98132ba4da3aab9fc62abe4df3c23c
MD5 e245897cdb5512a16f208372ae202db5
BLAKE2b-256 d99b902111e6359783841664cfee3901e673c91e4b1b2b7d30f3a8456d942310

See more details on using hashes here.

File details

Details for the file wyhash-0.1.2-cp37-cp37m-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for wyhash-0.1.2-cp37-cp37m-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 d2b945a66d39d1ba9e59c2200350f603eac94731933a068db9f83f96f4fb8489
MD5 8ebca45c56adc77eea059d01ec91d183
BLAKE2b-256 fc1e44bfccf37afb9a2b41035c28e9d918d7106b5daa523d0a1de2fd01ea42ee

See more details on using hashes here.

File details

Details for the file wyhash-0.1.2-cp37-cp37m-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for wyhash-0.1.2-cp37-cp37m-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 3f2e769c7ea1880375bd68cce5d833cf7fdbc3e28b3096de1a46e70b116d59d0
MD5 1b861800bb0c6651527ecca3f21d4725
BLAKE2b-256 0dfc96db645d01237e0dad502b85e13a01785561bd2752f126f20a55e77705c5

See more details on using hashes here.

File details

Details for the file wyhash-0.1.2-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: wyhash-0.1.2-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 172.3 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.10.1 urllib3/1.26.12 tqdm/4.64.1 importlib-metadata/4.2.0 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.8

File hashes

Hashes for wyhash-0.1.2-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 0f537879e6659ce6b8180e1cd066eb6c3a617a6bed5101fb71f85f7e4c101141
MD5 bc106e30b8a5ae4be4697bff103c714b
BLAKE2b-256 cd241f096f1eb8b46b409c09288d14b6b41565fe72efc562ac9d5b979dda7e9e

See more details on using hashes here.

File details

Details for the file wyhash-0.1.2-cp36-cp36m-manylinux2014_x86_64.whl.

File metadata

  • Download URL: wyhash-0.1.2-cp36-cp36m-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 200.0 kB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.10.1 urllib3/1.26.12 tqdm/4.64.1 importlib-metadata/4.2.0 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.15

File hashes

Hashes for wyhash-0.1.2-cp36-cp36m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dda602f8361dd1d56ccd06eb9a70ed5f9f11e206bd3e5e266ad3ccf1776bad36
MD5 b23e81e90776d544cf47262ecf0c196e
BLAKE2b-256 7bdda918c04520d425d9a4ecfa97f48ebf71a0f999b4b029a973b6aca3075b75

See more details on using hashes here.

File details

Details for the file wyhash-0.1.2-cp36-cp36m-macosx_10_14_x86_64.whl.

File metadata

  • Download URL: wyhash-0.1.2-cp36-cp36m-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 172.8 kB
  • Tags: CPython 3.6m, macOS 10.14+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.10.1 urllib3/1.26.12 tqdm/4.64.1 importlib-metadata/4.2.0 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.15

File hashes

Hashes for wyhash-0.1.2-cp36-cp36m-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 073433c3e1b689bf7f6d4709bfc18a56601e77e22bc4967879c9c3545740ff59
MD5 9a7156bcd1f61d3e1aa78de9a982a52c
BLAKE2b-256 35ffa02085456b41919d82a567bed30533dbba428a3d02654418c4ff2a9e8673

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