From b7cdc6bd0d8a683959c55e98bcdd6f3d6b29613e Mon Sep 17 00:00:00 2001 From: Michael Williams Date: Mon, 27 Nov 2023 23:10:25 +1300 Subject: [PATCH] more emojis --- README.md | 2 +- SPEC.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c936c60..79fe021 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# secret-channel +# secret-channel 🤫 Streaming authenticated encryption using ChaCha20-Poly1305 ([RFC 8439](https://datatracker.ietf.org/doc/html/rfc8439)) (or other [AEADs](https://libsodium.gitbook.io/doc/secret-key_cryptography/aead)). diff --git a/SPEC.md b/SPEC.md index 1fc6032..5892a3c 100644 --- a/SPEC.md +++ b/SPEC.md @@ -1,4 +1,4 @@ -# "Secret Channel" Specification +# "Secret Channel" Specification 🤫 Streaming authenticated encryption using ChaCha20-Poly1305 ([RFC 8439](https://datatracker.ietf.org/doc/html/rfc8439)).