Skip to content

Commit

Permalink
bench: add lockfile, lock deps
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Jul 18, 2023
1 parent 2f2c22f commit 48ef205
Show file tree
Hide file tree
Showing 2 changed files with 321 additions and 9 deletions.
311 changes: 311 additions & 0 deletions benchmark/package-lock.json

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

19 changes: 10 additions & 9 deletions benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,15 @@
"author": "",
"license": "MIT",
"dependencies": {
"@devtomio/sodium": "^0.3.0",
"@stablelib/chacha": "^1.0.1",
"@stablelib/chacha20poly1305": "^1.0.1",
"@stablelib/salsa20": "^1.0.2",
"@stablelib/xchacha20": "^1.0.1",
"@stablelib/xchacha20poly1305": "^1.0.1",
"@stablelib/xsalsa20": "^1.0.2",
"libsodium-wrappers": "^0.7.11",
"tweetnacl": "^1.0.3"
"@devtomio/sodium": "0.3.0",
"@chainsafe/as-chacha20poly1305": "0.1.0",
"@stablelib/chacha": "1.0.1",
"@stablelib/chacha20poly1305": "1.0.1",
"@stablelib/salsa20": "1.0.2",
"@stablelib/xchacha20": "1.0.1",
"@stablelib/xchacha20poly1305": "1.0.1",
"@stablelib/xsalsa20": "1.0.2",
"libsodium-wrappers": "0.7.11",
"tweetnacl": "1.0.3"
}
}

0 comments on commit 48ef205

Please sign in to comment.