Kato Twofold 2021-02-28 11:26:05 +02:00
parent 628da2f974
commit 26c048bee6
1 changed files with 1 additions and 1 deletions

@ -24,7 +24,7 @@ The string encryption method takes a whole string to digest and isn't as optimiz
I have tried my best to optimize for memory usage, using the fstream function I can read chunks of the file and encrypt them straight into memory instead of reading it all in memory only to do the same thing but less efficiently.
## Examples
[String Encryption](https://tea.chunkbyte.com/kato/kpcrypt/wiki/-String-Encryption)