Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jozzzzep authored Dec 8, 2020
1 parent 494d646 commit 82c7383
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![Imgur](https://i.imgur.com/2FPrdWN.png)
![Imgur](https://i.imgur.com/jnXHECv.png)
**Content**
- [**EncTypes**](#enctypes)
- [Which type to use?](#which-type-to-use)
Expand All @@ -11,7 +11,7 @@
- [CSharp](#csharp)

# EncTypes
![img](https://i.imgur.com/rIKRq3i.png)
![img](https://i.imgur.com/F2fxgOn.png)

**A group of classes and structures for storing values while efficiently keeping it encrypted in the memory.**
**In memory, they are saved as a "weird" value that is affected by random values (encryption keys).**
Expand Down Expand Up @@ -79,7 +79,7 @@ encryptedString += "more text";
**You can also combine and/or compare an EncType with its normal type and vice versa.**

# Benchmark
![img](https://i.imgur.com/ZiTbLZv.png)
![img](https://i.imgur.com/C8YKbnd.png)

The VarEnc repo contains a benchmark console application to test the efficiency of its types.
When it's running, the application will perform a certain amount of tests on the types you chose.
Expand Down

0 comments on commit 82c7383

Please sign in to comment.