@posthog/siphash
Version:
SipHash-2-4 fast short-input pseudo-random function
31 lines (30 loc) • 726 B
JSON
{
"author": "Frank Denis <j at pureftpd dot org>",
"bugs": {
"url": "https://github.com/PostHog/siphash-js/issues"
},
"description": "SipHash-2-4 fast short-input pseudo-random function",
"homepage": "https://github.com/PostHog/siphash-js",
"keywords": [
"prf",
"hash",
"crypto"
],
"license": "BSD-2-Clause",
"main": "lib/siphash.js",
"name": "@posthog/siphash",
"repository": {
"type": "git",
"url": "https://github.com/PostHog/siphash-js.git"
},
"scripts": {
"test": "node test/index.js",
"tsc": "tsc -p tsconfig.json",
"prettier": "prettier --write ."
},
"version": "1.1.1",
"devDependencies": {
"prettier": "^3.4.2",
"typescript": "^5.7.2"
}
}