Skip to content

Commit c838f61

Browse files
committed
Focused repository towards AES, as that will be the future of this header.
1 parent e6f042f commit c838f61

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"nonce":1671697061385278970,"last_updated":{"seconds":1678205927,"nanos":970037000}}
1+
{"nonce":7405816133599856372,"last_updated":{"seconds":1678206669,"nanos":501175000}}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
namespace VERSION_INFO {
22
//Major, Minor, Patch
33
//for major or minor, change patch to 0
4-
static constexpr char* VERSION = (char*)"v0.0.0";
4+
static constexpr char* VERSION = (char*)"v1.9.0";
55
static constexpr char* REVISION_DATE = (char*)"3/2/2023";
66
static constexpr char* GITLINK = (char*)"https://github.com/ArthurF23/Cryptography";
77
};

ReadMe.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
## Thank you for using my header!
22

3-
### v0.0.0
3+
### v1.9.0
44

5-
### What's new in v0.0.0
5+
### What's new in v1.9.0
66

77
##### Initial commit from forked repository. Changes from previous repository include: complete removal of `ENCDEC`, `DUO`, and `Viginere Cypher`, improvements to `AKARE` function which greatly improves security, it requires a password now which is factored into the calculations to increase security, and some functions moved to their own headers & refactored to cleanup the code.
88

main

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)