created setter function for encryptionOperation
This commit is contained in:
parent
2772a06797
commit
565271f673
@ -74,6 +74,11 @@ void setFlags(inputFlags newFlags)
|
||||
flags = newFlags;
|
||||
}
|
||||
|
||||
void setEncryptionOperation(encryptionOperation_type_cb newEncryptionOperation)
|
||||
{
|
||||
encryptionOperation_cb = newEncryptionOperation;
|
||||
}
|
||||
|
||||
//SOME OTHER SHIT
|
||||
int encryptionOperation(int text, int encryptedText)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user