Cybersecurity-Projects/PROJECTS/beginner/hash-cracker/tests
CarterPerez-dev 4771d29342 feat: project scaffolding with CMake, configs, stubs, and core types
Includes CMakeLists.txt, CMakePresets.json, .clang-format, .clang-tidy,
Config.hpp (all constants), Concepts.hpp (Hasher/AttackStrategy concepts),
and stub implementations for all source files. All 6 stub tests pass.
2026-03-21 19:37:20 -04:00
..
test_bruteforce_attack.cpp feat: project scaffolding with CMake, configs, stubs, and core types 2026-03-21 19:37:20 -04:00
test_dictionary_attack.cpp feat: project scaffolding with CMake, configs, stubs, and core types 2026-03-21 19:37:20 -04:00
test_engine.cpp feat: project scaffolding with CMake, configs, stubs, and core types 2026-03-21 19:37:20 -04:00
test_hash_detector.cpp feat: project scaffolding with CMake, configs, stubs, and core types 2026-03-21 19:37:20 -04:00
test_hashers.cpp feat: project scaffolding with CMake, configs, stubs, and core types 2026-03-21 19:37:20 -04:00
test_rules.cpp feat: project scaffolding with CMake, configs, stubs, and core types 2026-03-21 19:37:20 -04:00