Commit Graph

256 Commits

Author SHA1 Message Date
Leonetienne f0db047316 Typo readme 2022-06-01 04:01:12 +02:00
Leonetienne 27ebdb8d63 Fixes in cli readme 2022-06-01 03:58:48 +02:00
Leonetienne 4f73996d79 Update help page in cli readme 2022-06-01 03:47:58 +02:00
Leonetienne 35a5c9496d Wording in help page 2022-06-01 03:46:27 +02:00
Leonetienne 309dacadc8 Adjust links in readme 2022-06-01 03:32:01 +02:00
Leonetienne 74883458ba Merge branch 'feature/relaunch' into master 2022-06-01 03:30:55 +02:00
Leonetienne 08f6e7d907 Add parameter to control progress report interval 2022-06-01 03:30:18 +02:00
Leonetienne e8d81af6f2 Implement progress output 2022-06-01 03:29:05 +02:00
Leonetienne fb1e6a9e8c Update CLI readme 2022-06-01 02:49:49 +02:00
Leonetienne 855ecaaa2f Fix docs 2022-06-01 02:34:16 +02:00
Leonetienne 136e03e65e Doxygen now using makefile 2022-06-01 02:34:11 +02:00
Leonetienne 834b799849 Fix outdated information in readme 2022-06-01 02:29:20 +02:00
Leonetienne b87ba395e3 Docs 2022-06-01 02:23:51 +02:00
Leonetienne 70111f906c Bump version 2022-06-01 02:10:08 +02:00
Leonetienne ffea2bfb5b Added module for hashing 2022-06-01 02:09:49 +02:00
Leonetienne bf8a6454ae Implemented low space-complexity stream decoding for all ioformats 2022-06-01 01:53:52 +02:00
Leonetienne 4c8c45ad04 Fix wrong minlen for base ugh 2022-06-01 01:49:10 +02:00
Leonetienne 0917e9c6cb Fix wrong minlen for base uwu 2022-05-31 22:19:01 +02:00
Leonetienne a93b3b3fe5 Sophisticated and bug-fixed DataOutput/InputLayer, and added ModuleDecryption 2022-05-31 21:40:13 +02:00
Leonetienne d9fb90a01e Now by-default prepending a newline to stdout 2022-05-31 18:26:02 +02:00
Leonetienne ba37b4325c Integrated DataOutputLayer to ModuleGenerateKey 2022-05-31 18:19:12 +02:00
Leonetienne 0ab87de23c More streamlined handling of io bases 2022-05-31 18:17:29 +02:00
Leonetienne fd75678ea3 Added encryption module, and data output layer 2022-05-31 17:35:05 +02:00
Leonetienne a00b8cc310 Fix Indentation 2022-05-31 17:07:45 +02:00
Leonetienne f979b9c187 Add additional methods to data ingestion layer 2022-05-31 15:32:17 +02:00
Leonetienne 6a14b7b428 Forbid instanciation of static classes 2022-05-31 14:28:17 +02:00
Leonetienne 2f6df42696 Implement relevant methods for DataIngestionLayer 2022-05-31 14:25:23 +02:00
Leonetienne 3823eb6cc7 Fix typo in comment 2022-05-31 10:44:05 +02:00
Leonetienne 87987f6fe2 Implement unified istream for ingestion layer 2022-05-27 18:26:48 +02:00
Leonetienne 5df625e610 Rename cmake cli target name 2022-05-27 17:21:30 +02:00
Leonetienne b9d81d1425 Change module GenerateKeyfile to more versatile GenerateKey, which doesnt have to output to a file 2022-05-27 17:21:10 +02:00
Leonetienne 93be4d9cdc Implement GenerateKeyfile module 2022-05-27 17:04:16 +02:00
Leonetienne 191b17c631 Fix Key::WriteToFile method being not const qualified 2022-05-27 17:04:05 +02:00
Leonetienne 5365233b43 A bit of cleanup 2022-05-27 16:50:18 +02:00
Leonetienne b0d0f831d9 Removed bunch of garbage from main.cpp 2022-05-27 16:14:24 +02:00
Leonetienne 186fea1383 More tests on data formatter 2022-05-27 16:08:24 +02:00
Leonetienne cf22f8c569 Added tests for recoding single blocks to all formats 2022-05-27 15:56:28 +02:00
Leonetienne 2fa67b6860 Renamed method, and added first test to cli 2022-05-27 15:34:16 +02:00
Leonetienne 612157bcac Added test project 2022-05-27 15:27:33 +02:00
Leonetienne b888585f75 A bit of error handling and better comments 2022-05-27 14:47:26 +02:00
Leonetienne 2eb0754b4e Remove unused code 2022-05-27 03:34:02 +02:00
Leonetienne 0a248b6d86 Fix multiple definition issue 2022-05-27 03:30:11 +02:00
Leonetienne 0e47b11a2c Proper include guard 2022-05-27 03:29:51 +02:00
Leonetienne 6834ea4ad8 Move blocklenght lookup table to Bases.h 2022-05-27 03:27:43 +02:00
Leonetienne 407c0ad5bc Better comment. 2022-05-27 03:01:47 +02:00
Leonetienne 2ecf0cc427 Added multiblocks methods to data formatter 2022-05-27 03:00:34 +02:00
Leonetienne 8e04e91e88 Got block conversions working... 2022-05-27 02:13:05 +02:00
Leonetienne f6d646da55 Implemented to-block methods of dataformatter 2022-05-26 23:22:04 +02:00
Leonetienne 6ac775105b Implement output formatting module 2022-05-26 22:30:59 +02:00
Leonetienne fad87e9944 Add exceptoins 2022-05-26 22:06:04 +02:00