From 2eb81cb79a69ddb06ce594dfc2d814300e98b8a8 Mon Sep 17 00:00:00 2001 From: Aaron DeRuvo Date: Wed, 18 Dec 2024 13:25:42 -0600 Subject: [PATCH] fix import --- packages/sdk/cryptographic-utils/src/commentEncryption.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/sdk/cryptographic-utils/src/commentEncryption.ts b/packages/sdk/cryptographic-utils/src/commentEncryption.ts index 5fc80651e..6de2127ec 100644 --- a/packages/sdk/cryptographic-utils/src/commentEncryption.ts +++ b/packages/sdk/cryptographic-utils/src/commentEncryption.ts @@ -5,7 +5,7 @@ import { Encrypt as ECIESEncrypt, } from '@celo/utils/lib/ecies' import { u8 } from '@noble/ciphers/utils' -import { randomBytes } from '@noble/ciphers/webcrypto/utils' +import { randomBytes } from '@noble/ciphers/webcrypto' import { decompressPublicKey } from './dataEncryptionKey' const ECIES_SESSION_KEY_LEN = 129