Skip to content

Commit

Permalink
chore: publish v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Reclaim CI committed Nov 22, 2024
1 parent 403fed9 commit 004f798
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { AlgorithmConfig, EncryptionAlgorithm } from './types'
import { bitsToUint8Array, bitsToUintArray, toUint8Array, toUintArray, uint8ArrayToBits, uintArrayToBits } from './utils'

// commit hash for this repo
export const GIT_COMMIT_HASH = '4a428590129b432b6dfc5e6077ac339eeceb7284'
export const GIT_COMMIT_HASH = '403fed9910eba847bfd0abf635d4ba2c13b610b1'

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

0 comments on commit 004f798

Please sign in to comment.