chore: fix export of crypto submodule (#1849)

This commit is contained in:
Sasha 2024-02-14 01:57:52 +01:00 committed by GitHub
parent 275499c315
commit 90fc9a3e94
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -10,4 +10,4 @@ export type { DecodedMessage };
export * as ecies from "./ecies.js";
export * as symmetric from "./symmetric.js";
export * as crypto from "./crypto";
export * as crypto from "./crypto/index.js";