Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmgdr committed Dec 18, 2024
1 parent 2a4ed88 commit 2eb81cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sdk/cryptographic-utils/src/commentEncryption.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2eb81cb

Please sign in to comment.