secretbox-encoding
Version:
XSalsa20 Poly1305 codec that implements the abstract-encoding interface.
35 lines (34 loc) • 816 B
JSON
{
"name": "secretbox-encoding",
"version": "1.0.0",
"description": "XSalsa20 Poly1305 codec that implements the abstract-encoding interface.",
"main": "index.js",
"scripts": {
"test": "nyc tape test.js"
},
"keywords": [
"xsalsa20",
"poly1305",
"codec",
"abstract",
"encoding"
],
"author": "Joseph Werle <joseph.werle@gmail.com>",
"license": "MIT",
"dependencies": {
"sodium-universal": "^2.0.0"
},
"devDependencies": {
"nyc": "^15.0.0",
"protocol-buffers": "^4.1.0",
"tape": "^4.11.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jwerle/secretbox-encoding.git"
},
"bugs": {
"url": "https://github.com/jwerle/secretbox-encoding/issues"
},
"homepage": "https://github.com/jwerle/secretbox-encoding#readme"
}