diff --git a/build/input.js b/build/input.js index c5ea152..2632aa6 100644 --- a/build/input.js +++ b/build/input.js @@ -3,6 +3,6 @@ export { salsa20, chacha20, chacha8, chacha12, } from '@noble/ciphers/_micro'; export { ecb, ctr, cbc, gcm, siv } from '@noble/ciphers/aes'; -import { randomBytes } from '@noble/ciphers/webcrypto/utils'; +import { randomBytes } from '@noble/ciphers/webcrypto'; import { bytesToHex, bytesToUtf8, hexToBytes, utf8ToBytes } from '@noble/ciphers/utils'; export const utils = { bytesToHex, bytesToUtf8, hexToBytes, randomBytes, utf8ToBytes };