Add measures and tests.
[crypto_lab3.git] / src / Utils.h
index d765da0..2998718 100644 (file)
@@ -7,17 +7,14 @@
 
 #include <gmpxx.h>
 
-class Utils
-{
-public:
-   static void print(std::string name, mpz_class value);
-};
+typedef unsigned int uint;
 
 class Timer
 {
 public:
    Timer();
    int ms() const;
+   void reset();
    friend std::ostream& operator<<(std::ostream& os, const Timer& t);
 
 private: