Skip to content

Commit d4168b0

Browse files
committed
Fix path to deprecated Aead, Kdf and Kem.
1 parent 9afabef commit d4168b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x/hpke-js/mod.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ export {
3333
ValidationError,
3434
} from "@hpke/core";
3535

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

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

0 commit comments

Comments
 (0)