@stablelib/aead
Version:
AEAD interface declaration (authenticated encryption with associated data)
22 lines (21 loc) • 582 B
JSON
{
"name": "@stablelib/aead",
"version": "2.0.0",
"description": "AEAD interface declaration (authenticated encryption with associated data)",
"main": "./lib/aead.js",
"type": "module",
"typings": "./lib/aead.d.ts",
"author": "Dmitry Chestnykh",
"license": "MIT",
"repository": {
"url": "https://github.com/StableLib/stablelib"
},
"homepage": "https://github.com/StableLib/stablelib/tree/master/packages/aead",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsc"
},
"gitHead": "ecfe9109b3c05419fd3ffc16da6c8255b08ad64f"
}