Add measures and tests.
[crypto_lab3.git] / src / Utils.h
index 3507763..2998718 100644 (file)
@@ -7,11 +7,7 @@
 
 #include <gmpxx.h>
 
-class Utils
-{
-public:
-   static void print(std::string name, mpz_class value);
-};
+typedef unsigned int uint;
 
 class Timer
 {