From a9d68a5311c48f7b59a7fcb29af14df1ab56ac3d Mon Sep 17 00:00:00 2001 From: Josepe <72740829+JosepeDev@users.noreply.github.com> Date: Fri, 13 Nov 2020 16:15:04 +0200 Subject: [PATCH] Update README.md --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 58b87e7..6232f73 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ ![Imgur](https://i.imgur.com/2FPrdWN.png) #### Simple and easy tools for storing values while efficiently keeping them encrypted in the memory. -* Currnetly supports in C# -* **int - long - float - double - decimal - string**. - +- Currnetly supports in C# + - **EncInt** (int) + - **EncLong** (long) + - **EncFloat** (float) + - **EncDouble** (double) + - **EncDecimal** (decimal) + - **EncString** (string) # [CLICK HERE TO ENTER THE WIKI](https://github.com/JosepeDev/VarEnc/wiki)