poseidon-encryption
Version:
Standalone package for Poseidon encryption. All credits to https://github.com/weijiekoh/circomlib/tree/feat/poseidon-encryption
30 lines (29 loc) • 656 B
JSON
{
"name": "poseidon-encryption",
"version": "1.0.2",
"description": "Standalone package for Poseidon encryption. All credits to https://github.com/weijiekoh/circomlib/tree/feat/poseidon-encryption",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha --max-old-space-size=4000"
},
"keywords": [
"pedersen",
"hash",
"ethereum",
"circuit",
"circom",
"zksnark"
],
"license": "GPL-3.0",
"devDependencies": {
"blake-hash": "^2.0.0",
"chai": "^4.3.4",
"circom_tester": "0.0.5",
"circomlibjs": "^0.0.8",
"mocha": "^9.1.2",
"typescript": "^5.0.2"
}
}