Skip to content

Commit

Permalink
Merge pull request #235 from dajiaji/fix-unnecessary-disclosure
Browse files Browse the repository at this point in the history
Fix unnecessary disclosure for AesGcm classes.
  • Loading branch information
dajiaji authored Aug 7, 2023
2 parents 5c4511f + f211f42 commit 8aab4a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ export type { RecipientContextParams } from "../src/interfaces/recipientContextP
export type { CipherSuiteSealResponse } from "../src/interfaces/responses.ts";
export type { SenderContextParams } from "../src/interfaces/senderContextParams.ts";

export { Aes128Gcm, Aes256Gcm } from "../src/aeads/aesGcm.ts";
export { AeadId, KdfId, KemId } from "../src/identifiers.ts";

export { CipherSuite } from "./src/native.ts";
Expand Down

0 comments on commit 8aab4a8

Please sign in to comment.