X-Git-Url: http://git.euphorik.ch/?p=crypto_lab3.git;a=blobdiff_plain;f=src%2FUtils.cpp;h=2de443dfc51ea5cd825c2710053c270ab9d6cfd0;hp=0bae3725c5263027aad7f1eac6c92353be0d3810;hb=fb173a9728e915fc7b3f99bc41f55034757105df;hpb=91989c2627abc2cdf511f17169e4f862dc55e838 diff --git a/src/Utils.cpp b/src/Utils.cpp index 0bae372..2de443d 100644 --- a/src/Utils.cpp +++ b/src/Utils.cpp @@ -3,11 +3,6 @@ #include using namespace std; -void Utils::print(string name, mpz_class value) -{ - cout << name << ": " << value << endl; -} - Timer::Timer() : time(chrono::high_resolution_clock::now()) {}