First part: RSA CRT versus RSA std.
[crypto_lab3.git] / src / Utils.h
index d765da0..3507763 100644 (file)
@@ -18,6 +18,7 @@ class Timer
 public:
    Timer();
    int ms() const;
+   void reset();
    friend std::ostream& operator<<(std::ostream& os, const Timer& t);
 
 private: