X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=src%2FUtils.cpp;h=2de443dfc51ea5cd825c2710053c270ab9d6cfd0;hb=5b2785dd710151d81e6f6af4fd6ae48521068e41;hp=0bae3725c5263027aad7f1eac6c92353be0d3810;hpb=91989c2627abc2cdf511f17169e4f862dc55e838;p=crypto_lab3.git 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()) {}