X-Git-Url: http://git.euphorik.ch/?p=crypto_lab3.git;a=blobdiff_plain;f=src%2FUtils.h;h=2998718f7ce2a0e207f929e2b0edad7680cb40bc;hp=35077635e93d9e28d3724b0d96dbb23f1537f74f;hb=fb173a9728e915fc7b3f99bc41f55034757105df;hpb=91989c2627abc2cdf511f17169e4f862dc55e838 diff --git a/src/Utils.h b/src/Utils.h index 3507763..2998718 100644 --- a/src/Utils.h +++ b/src/Utils.h @@ -7,11 +7,7 @@ #include -class Utils -{ -public: - static void print(std::string name, mpz_class value); -}; +typedef unsigned int uint; class Timer {