We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be3127a commit 61eaa81Copy full SHA for 61eaa81
js/src/config.ts
@@ -3,7 +3,7 @@ import type { AlgorithmConfig, EncryptionAlgorithm } from './types.ts'
3
import { bitsToUint8Array, bitsToUintArray, toUint8Array, toUintArray, uint8ArrayToBits, uintArrayToBits } from './utils.ts'
4
5
// commit hash for this repo
6
-export const GIT_COMMIT_HASH = '69624d5516994ddb6d07dce5650046d0a1a275d3'
+export const GIT_COMMIT_HASH = 'be3127ae02651b270607a8da452a59a0442a8f34'
7
8
export const CONFIG: { [E in EncryptionAlgorithm]: AlgorithmConfig } = {
9
'chacha20': {
0 commit comments