Skip to content

Commit

Permalink
Release 0.5.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed May 6, 2024
1 parent 5bce492 commit df9fa72
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 2 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,8 @@
{
"name": "@noble/ciphers",
"version": "0.5.2",
"version": "0.5.3",
"description": "Auditable & minimal JS implementation of Salsa20, ChaCha and AES",
"files": [
"esm",
"src",
"*.js",
"*.js.map",
"*.d.ts",
"*.d.ts.map"
],
"files": ["esm", "src", "*.js", "*.js.map", "*.d.ts", "*.d.ts.map"],
"scripts": {
"bench": "node benchmark/aead.js noble && node benchmark/ciphers.js noble",
"bench:all": "node benchmark/{aead,ciphers,poly}.js",
Expand Down

0 comments on commit df9fa72

Please sign in to comment.