Skip to content

Commit

Permalink
build: add aeskw
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Sep 12, 2024
1 parent 8f15960 commit dced50f
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 @@ -2,7 +2,7 @@ export {
xsalsa20poly1305, chacha20poly1305, xchacha20poly1305,
salsa20, chacha20, chacha8, chacha12,
} from '@noble/ciphers/_micro';
export { ecb, ctr, cbc, gcm, siv } from '@noble/ciphers/aes';
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';
export const utils = { bytesToHex, bytesToUtf8, hexToBytes, randomBytes, utf8ToBytes };

0 comments on commit dced50f

Please sign in to comment.