[go: up one dir, main page]

Skip to content

Commit

Permalink
Merge pull request JustasMasiulis#24 from vmcall/patch-1
Browse files Browse the repository at this point in the history
Fix typo in readme
  • Loading branch information
JustasMasiulis authored Dec 16, 2019
2 parents 5d7371d + 0549cf5 commit 7f655e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ xs.size(); // returns string size
# noteworthy things
* All keys are 64bit and generated during compile time.
* Data blocks go in increments of 16 bytes so some space may be wasted.
* The code has been crafter so that all the data would be embedded directly into code and not stored on .rdata and such.
* The code has been crafted so that all the data would be embedded directly into code and not stored on .rdata and such.
* The entirety of string encryption and decryption will be inlined.

# supported compilers and platforms
Expand Down

0 comments on commit 7f655e3

Please sign in to comment.