r - service_aes done.

This commit is contained in:
kodario 2022-11-08 15:21:24 +01:00
parent af3c7f7886
commit e28971916e
1 changed files with 1 additions and 1 deletions

View File

@ -67,6 +67,6 @@ int main(int argc, char *argv[])
}
}
std::cout << "Check returns: " << k << std::endl;
std::cout << (k ? "Success: cipher text matches test vectors!" : "Error: found cipher text that doesn't match the test vector") << std::endl;
return (EXIT_SUCCESS);
}