added wyhash (#1715)

This commit is contained in:
Jack Tang 2020-11-19 19:35:31 +08:00 committed by GitHub
parent a29d11dd55
commit 2b7147876e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20432,5 +20432,15 @@
"description": "Nim package to manipulate buffer as either seq[byte] or string",
"license": "MIT",
"web": "https://clonkk.github.io/bytesequtils/"
},
{
"name": "wyhash",
"url": "https://github.com/jackhftang/wyhash.nim",
"method": "git",
"tags": [
"hash"
],
"description": "Nim wrapper for wyhash",
"license": "MIT"
}
]