tabbing
[iotcloud.git] / version2 / src / C / SecureRandom.h
index 34ccd729e2133813d29535e74b67945b78b65aa5..a62c7e746124da80c7dc139f93afdd2c7a8042ae 100644 (file)
@@ -3,5 +3,6 @@
 class SecureRandom {
 public:
        SecureRandom();
+       void nextBytes(Array<char> *array);
 };
 #endif