Add measures and tests.
[crypto_lab3.git] / src / Utils.cpp
index 0bae372..2de443d 100644 (file)
@@ -3,11 +3,6 @@
 #include <iostream>
 using namespace std;
 
-void Utils::print(string name, mpz_class value)
-{
-   cout << name << ": " << value << endl;
-}
-
 Timer::Timer() :
    time(chrono::high_resolution_clock::now())
 {}