Skip to content

Commit

Permalink
chore: publish v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Reclaim CI committed Nov 22, 2024
1 parent 4a42859 commit 9ae6cb4
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 = 'd82fab41fa4033aa13feda3374f80a9df7af52b2'
export const GIT_COMMIT_HASH = '4a428590129b432b6dfc5e6077ac339eeceb7284'

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

0 comments on commit 9ae6cb4

Please sign in to comment.