MainLogic.cpp 342 B

12345678910111213141516
  1. //
  2. // Created by miti on 2019-12-28.
  3. //
  4. #include "MainLogic.h"
  5. int MainLogic::deployment_stage() {
  6. return 0;
  7. }
  8. int MainLogic::decrypt_values(std::vector <string> &base64_fields, std::vector <string> &plaintext_fields) {
  9. return 0;
  10. }
  11. int MainLogic::get_mitigator_header(std::string header_value, int *value_length) {
  12. return 0;
  13. }