We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51a56a4 commit 96d4b94Copy full SHA for 96d4b94
packages/aes/package.json
@@ -1,8 +1,8 @@
1
{
2
- "name": "ts-asn1",
+ "name": "ts-aes",
3
"type": "module",
4
"version": "0.0.0",
5
- "description": "A ASN.1 library.",
+ "description": "A AES library.",
6
"author": "Chris Breuer <chris@stacksjs.org> (https://github.com/chrisbbreuer)",
7
"license": "MIT",
8
"homepage": "https://github.com/stacksjs/ts-security#readme",
@@ -14,13 +14,11 @@
14
"url": "https://github.com/stacksjs/ts-security/issues"
15
},
16
"keywords": [
17
- "asn1",
18
- "asn.1",
+ "aes",
19
"crypto",
20
"cryptography",
21
"bun",
22
"stacks",
23
- "node-forge",
24
"typescript",
25
"javascript"
26
],
0 commit comments