diff --git a/build/input.js b/build/input.js index f6aa40e..75f1fb0 100644 --- a/build/input.js +++ b/build/input.js @@ -1,7 +1,7 @@ +export { xsalsa20poly1305, salsa20 } from '@noble/ciphers/salsa'; export { - xsalsa20poly1305, chacha20poly1305, xchacha20poly1305, - salsa20, chacha20, chacha8, chacha12, -} from '@noble/ciphers/_micro'; + chacha20poly1305, xchacha20poly1305, chacha20, chacha8, chacha12, +} from '@noble/ciphers/chacha'; export { ecb, ctr, cbc, gcm, siv, aeskw, aeskwp } from '@noble/ciphers/aes'; import { randomBytes } from '@noble/ciphers/webcrypto'; import { bytesToHex, bytesToUtf8, hexToBytes, utf8ToBytes } from '@noble/ciphers/utils';