Skip to content

Commit 6bf92d6

Browse files
committed
Pull Xchacha20poly1305 code out of libsodium module
1 parent b82b285 commit 6bf92d6

File tree

5 files changed

+491
-486
lines changed

5 files changed

+491
-486
lines changed

packages/crypto/src/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export { Bip39, EnglishMnemonic } from "./bip39";
33
export type { HashFunction } from "./hash";
44
export { Hmac } from "./hmac";
55
export { Keccak256, keccak256 } from "./keccak";
6-
export { Ed25519, Ed25519Keypair, xchacha20NonceLength, Xchacha20poly1305Ietf } from "./libsodium";
6+
export { Ed25519, Ed25519Keypair } from "./libsodium";
77
export { Random } from "./random";
88
export { Ripemd160, ripemd160 } from "./ripemd";
99
export { type Secp256k1Keypair, Secp256k1 } from "./secp256k1";
@@ -18,3 +18,4 @@ export {
1818
Slip10RawIndex,
1919
stringToPath,
2020
} from "./slip10";
21+
export { xchacha20NonceLength, Xchacha20poly1305Ietf } from "./xchacha20poly1305";

0 commit comments

Comments
 (0)