Skip to content

Commit

Permalink
Fix build import
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Feb 16, 2024
1 parent 07f98b1 commit d771ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/input.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 };

0 comments on commit d771ec0

Please sign in to comment.