From e1044955b18dfd478c3da7573ffbf61ad07c95a6 Mon Sep 17 00:00:00 2001 From: Ajitomi Daisuke Date: Mon, 4 Nov 2024 14:05:03 +0900 Subject: [PATCH] Use Aes256Gcm. --- packages/hybridkem-x-wing/README.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/packages/hybridkem-x-wing/README.md b/packages/hybridkem-x-wing/README.md index 6c50d0c88..60dd91dbf 100644 --- a/packages/hybridkem-x-wing/README.md +++ b/packages/hybridkem-x-wing/README.md @@ -27,7 +27,7 @@ Documentation: [jsr.io](https://jsr.io/@hpke/hybridkem-x-wing/doc) | ## Installation -`@hpke/hybridkem-x-wing` need to be used with +`@hpke/hybridkem-x-wing` needs to be used with [@hpke/core](https://github.com/dajiaji/hpke-js/blob/main/packages/core/README.md), which can be installed in the same manner as desribed below. @@ -52,7 +52,7 @@ such as Cloudflare Workers and Bun. Then, you can use the module from code like this: ```ts -import { Aes128Gcm, CipherSuite, HkdfSha256 } from "@hpke/core"; +import { Aes256Gcm, CipherSuite, HkdfSha256 } from "@hpke/core"; import { HybridkemXWing } from "@hpke/hybridkem-x-wing"; ``` @@ -75,7 +75,7 @@ Using esm.sh: