From c9ce0c38bbbc6acbc904ea4aee3c99eefe116251 Mon Sep 17 00:00:00 2001 From: alpha nerd Date: Thu, 9 Apr 2026 18:00:34 +0200 Subject: [PATCH] doc: improve readability --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index df46ad6..da6caf3 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,9 @@ **OpenAI-compatible secure chat client with end-to-end encryption with NOMYO Inference Endpoints** 🔒 **All prompts and responses are automatically encrypted and decrypted** + 🔑 **Uses hybrid encryption (AES-256-GCM + RSA-OAEP with 4096-bit keys)** + 🔄 **Drop-in replacement for OpenAI's ChatCompletion API** ## 🚀 Quick Start