Skip to content

Commit

Permalink
Merge pull request #347 from dajiaji/fix-path-on-x-hpke-js
Browse files Browse the repository at this point in the history
Fix path to deprecated Aead, Kdf and Kem.
  • Loading branch information
dajiaji authored Aug 25, 2024
2 parents 9afabef + d4168b0 commit 622826e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/hpke-js/mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ export {
ValidationError,
} from "@hpke/core";

export { Aead, Kdf, Kem } from "../../x/core/src/identifiers.ts";
export { Aead, Kdf, Kem } from "../core/src/identifiers.ts";

export { CipherSuite } from "./src/cipherSuite.ts";

0 comments on commit 622826e

Please sign in to comment.