Skip to content

Commit 5650c0a

Browse files
committed
chore: publish v5.0.1
1 parent 69624d5 commit 5650c0a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reclaimprotocol/zk-symmetric-crypto",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"description": "JS Wrappers for Various ZK Snark Circuits",
55
"type": "module",
66
"exports": {

js/src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import type { AlgorithmConfig, EncryptionAlgorithm } from './types.ts'
33
import { bitsToUint8Array, bitsToUintArray, toUint8Array, toUintArray, uint8ArrayToBits, uintArrayToBits } from './utils.ts'
44

55
// commit hash for this repo
6-
export const GIT_COMMIT_HASH = '3665e6c738b9b6429c020027155b665816d4a703'
6+
export const GIT_COMMIT_HASH = '69624d5516994ddb6d07dce5650046d0a1a275d3'
77

88
export const CONFIG: { [E in EncryptionAlgorithm]: AlgorithmConfig } = {
99
'chacha20': {

0 commit comments

Comments
 (0)