created encryptionOperationTest in why2-test

This commit is contained in:
Václav Šmejkal 2022-10-17 16:54:42 +02:00
parent e6648787e8
commit 3058a34eab
No known key found for this signature in database
GPG Key ID: FD749A97DF2D5E19

View File

@ -4,6 +4,11 @@
#include <why2.h> #include <why2.h>
int encryptionOperationTest(int text, int encryptedText)
{
return text ^ encryptedText;
}
int main(void) int main(void)
{ {
//VARIABLES //VARIABLES