Skip to content

Commit

Permalink
Merge pull request #191 from dajiaji/update-ciphersuite-param
Browse files Browse the repository at this point in the history
Update CipherSuiteParameters to make Kem/KdfInterface to be set instead of Kem/KdfId.
  • Loading branch information
dajiaji authored Jul 23, 2023
2 parents b35d925 + df1a62e commit 1051584
Show file tree
Hide file tree
Showing 4 changed files with 321 additions and 155 deletions.
12 changes: 12 additions & 0 deletions mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,15 @@ export * from "./src/errors.ts";

export { Aead, AeadId, Kdf, KdfId, Kem, KemId } from "./src/identifiers.ts";
export { CipherSuite } from "./src/cipherSuite.ts";
export {
DhkemP256HkdfSha256,
DhkemP384HkdfSha384,
DhkemP521HkdfSha512,
DhkemX25519HkdfSha256,
DhkemX448HkdfSha512,
} from "./src/kems/dhkem.ts";
export {
HkdfSha256,
HkdfSha384,
HkdfSha512,
} from "./src/kdfs/hkdf.ts";
Loading

0 comments on commit 1051584

Please sign in to comment.