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