From f4e239a57142a3a8b6a3accca4d18fea3af90132 Mon Sep 17 00:00:00 2001 From: Paul Miller Date: Thu, 19 Oct 2023 17:48:50 +0000 Subject: [PATCH] readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 43417a2..8eca09e 100644 --- a/README.md +++ b/README.md @@ -47,8 +47,8 @@ import { xchacha20poly1305 } from '@noble/ciphers/chacha'; ``` - [Examples](#examples) - - [Encrypt with ChaCha20-Poly1305](#encrypt-and-decrypt-with-chacha20-poly1305) - - [Encrypt with AES-256-GCM](#encrypt-and-decrypt-with-aes-256-gcm) + - [Encrypt with XChaCha20-Poly1305](#encrypt-with-xchacha20-poly1305) + - [Encrypt with AES-256-GCM](#encrypt-with-aes-256-gcm) - [Use existing key instead of a new one](#use-existing-key-instead-of-a-new-one) - [Encrypt without nonce](#encrypt-without-nonce) - [Use same array for input and output](#use-same-array-for-input-and-output)