Skip to content

Commit

Permalink
chore: publish v3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Reclaim CI committed Jan 8, 2025
1 parent bde72e1 commit f9f60f0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions js/package-lock.json

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

2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reclaimprotocol/zk-symmetric-crypto",
"version": "3.0.3",
"version": "3.0.4",
"description": "JS Wrappers for Various ZK Snark Circuits",
"main": "lib/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion js/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { webcrypto } from './webcrypto'
const { subtle } = webcrypto

// commit hash for this repo
export const GIT_COMMIT_HASH = 'c9df4f9eef53566536a0afec5444b9544630fa0c'
export const GIT_COMMIT_HASH = 'bde72e19b30aa1d2366094340929da7a9a83112a'

export const CONFIG: { [E in EncryptionAlgorithm]: AlgorithmConfig } = {
'chacha20': {
Expand Down

0 comments on commit f9f60f0

Please sign in to comment.