From 4ed72688a24d48b8d7b573a43afea8e5f2cb01f4 Mon Sep 17 00:00:00 2001 From: Ruben wihler <91421491+RubenWihler@users.noreply.github.com> Date: Wed, 6 Dec 2023 11:17:21 +0100 Subject: [PATCH] cleaned doc --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 2a5ad68..b7cc19d 100644 --- a/readme.md +++ b/readme.md @@ -123,6 +123,8 @@ public static string Decrypt(string encryptedText, string aesKey, string aesIV, var decryptedText = HybridEncryption.Decrypt(encryptedText, encryptedAESKey, encryptedAESIV, privateKey); ``` +------------------------------------------------------------------------------------------------------------------------ + ## Private Methods <a name="private-methods"></a> ```csharp -- GitLab