Skip to content

Commit

Permalink
Release 0.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Jul 31, 2023
1 parent a43b663 commit 2ab7b23
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@noble/ciphers",
"version": "0.1.4",
"version": "0.2.0",
"description": "Auditable & minimal JS implementation of Salsa20, ChaCha, Poly1305 & AES-SIV",
"files": [
"esm",
Expand Down Expand Up @@ -73,6 +73,11 @@
"import": "./esm/salsa.js",
"default": "./salsa.js"
},
"./simple": {
"types": "./simple.d.ts",
"import": "./esm/simple.js",
"default": "./simple.js"
},
"./utils": {
"types": "./utils.d.ts",
"import": "./esm/utils.js",
Expand Down Expand Up @@ -109,24 +114,23 @@
"./webcrypto/crypto": "./webcrypto/crypto.js"
},
"keywords": [
"salsa20",
"chacha",
"aes",
"cryptography",
"crypto",
"noble",
"cipher",
"ciphers",
"aes",
"gcm",
"siv",
"salsa20",
"chacha20",
"xsalsa20",
"xchacha20",
"poly1305",
"xsalsa20poly1305",
"chacha20poly1305",
"xchacha20poly1305",
"secretbox",
"rijndael"
"rijndael",
"siv"
],
"funding": "https://paulmillr.com/funding/"
}

0 comments on commit 2ab7b23

Please sign in to comment.