envelope-spec
Version:
specification for envelope encryption
22 lines (21 loc) • 471 B
JSON
{
"name": "envelope-spec",
"version": "1.1.1",
"description": "specification for envelope encryption",
"main": "index.js",
"homepage": "https://github.com/ssbc/envelope-spec#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/ssbc/envelope-spec.git"
},
"keywords": [
"envelope",
"scuttlebutt",
"cryptography"
],
"author": "mixmix",
"license": "LGPL-3.0-only",
"dependencies": {
"ssb-bfe": "^1.0.1"
}
}