Commit Graph

17 Commits

Author SHA1 Message Date
Leonetienne e5d4211761 Improved tests for block class 2022-06-04 00:01:21 +02:00
Leonetienne e7c1e17e2c Got rid of flexblocks 2022-05-26 15:47:24 +02:00
Leonetienne 143ec19bf3 Many methods now using vectors of blocks instead of flexblocks 2022-05-26 15:04:39 +02:00
Leonetienne 81a9570673 Implement direct file i/o to- and from blocks. 2022-05-26 04:22:42 +02:00
Leonetienne b5369a3c32 Added bitshift methods to block class 2022-05-25 12:54:26 +02:00
Leonetienne 9a9cd05bed Add SetBit, and FlipBit methods to block 2022-05-24 23:51:17 +02:00
Leonetienne e552e1a6f8 Add GetBit() method to Block 2022-05-24 23:18:39 +02:00
Leonetienne db0add6e6e Implemented remaining operands for block class 2022-05-24 22:09:06 +02:00
Leonetienne 939df4731b [Progress:] Completely re-done Block class to not use bitsets, and provide custom operators. 2022-05-24 01:02:06 +02:00
Leonetienne fe6ec11672 Adjusted tests 2022-05-22 14:29:21 +02:00
Leonetienne 4e2f99c28e Renamed class Cipher to GCipher 2022-05-22 12:51:58 +02:00
Leonetienne f75a41d8dc Translated encryption/decryption consistency tests to catch2 2022-05-16 23:26:29 +02:00
Leonetienne 14e1fbe32c Translated password2key transformation collision resistance tests to catch2 2022-05-16 23:03:55 +02:00
Leonetienne b998a51e11 Renamed ghettocryptwrapper class to gcryptwrapper 2022-05-16 22:50:52 +02:00
Leonetienne 13a7abd82d Translated gcrypt wrapper tests to catch2 2022-05-16 22:47:41 +02:00
Leonetienne 7fe9dcc6dc GCryptLib: Fix include paths 2022-05-16 22:35:28 +02:00
Leonetienne 7c556e5b3d Doxygen adjustment, and better directory name for GCryptLib 2022-05-16 22:19:20 +02:00