havok-n
Version:
JS implementation of Havok-N, a modified version of Fletcher & Adler checksums plus an optional iterative hash function.
27 lines (26 loc) • 749 B
JSON
{
"name": "havok-n",
"version": "0.0.0",
"description": "JS implementation of Havok-N, a modified version of Fletcher & Adler checksums plus an optional iterative hash function.",
"homepage": "https://fossil.peepee.party/emojihash/wiki?name=Havok-N",
"bugs": {
"url": "https://fossil.peepee.party/emojihash/ticket",
"email": "naln1+havoknjs@peepee.party"
},
"main": "havokn.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"hash",
"checksum",
"Fletcher",
"Adler"
],
"author": "Lucy Havok <lucy@naln1.ca>",
"license": "BSD-3-Clause-No-Military-License",
"repository": {
"type": "git",
"url": "git+https://github.com/Luhav/Havok-N_Node.git"
}
}