openGPMP
Open Source Mathematics Package
rc5.cpp
Go to the documentation of this file.
1 /* Testing the RC5 stream cipher encryption algorithm on fields
2  * of text.
3  */
4 #include <iostream>
5 #include <openGPMP/rc5.hpp>
6 #include <stdio.h>
7 #include <string>
8 #include <vector>
9 
10 int main() {
11  return EXIT_SUCCESS;
12 }
int main()
Definition: rc5.cpp:10