Skip to content

Commit 4160642

Browse files
committed
chore: publish v5.0.3
1 parent dff38dd commit 4160642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 = 'be3127ae02651b270607a8da452a59a0442a8f34'
6+
export const GIT_COMMIT_HASH = 'dff38dd82ffe8598272dc4d71abc1a99f33b0595'
77

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

0 commit comments

Comments
 (0)