X-Git-Url: http://plrg.eecs.uci.edu/git/?p=iotcloud.git;a=blobdiff_plain;f=version2%2Fsrc%2FC%2FSecureRandom.h;h=f5d1af055653e737b646286379ba56e0de1b4cb9;hp=50ed6f86729090bfb610dd91de08a68c25fc4eb8;hb=b2bc9b5c707bd7d932d60cd4e8c1cb580b36b5b4;hpb=15acb678f516190fbf7364a41a1f570e90dc09d0 diff --git a/version2/src/C/SecureRandom.h b/version2/src/C/SecureRandom.h index 50ed6f8..f5d1af0 100644 --- a/version2/src/C/SecureRandom.h +++ b/version2/src/C/SecureRandom.h @@ -3,10 +3,10 @@ #include "common.h" class SecureRandom { - public: +public: SecureRandom(); void nextBytes(Array *array); int32_t nextInt(int32_t val); - private: +private: }; #endif