cryptomancy-nonce
Version:
nonce helpers for cryptomancy, the toy crypto suite
19 lines (18 loc) • 381 B
JSON
{
"name": "cryptomancy-nonce",
"version": "1.0.4",
"description": "nonce helpers for cryptomancy, the toy crypto suite",
"main": "index.js",
"scripts": {
"test": "node ./test.js"
},
"keywords": [
"cryptomancy"
],
"author": "ansuz",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/ansuz/cryptomancy-nonce.git"
}
}