Skip to content

Commit

Permalink
build: use non-micro
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Nov 22, 2024
1 parent 2280e7f commit 5d13515
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build/input.js
Original file line number Diff line number Diff line change
@@ -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';
Expand Down

0 comments on commit 5d13515

Please sign in to comment.