edits
[iotcloud.git] / version2 / src / C / SecureRandom.h
diff --git a/version2/src/C/SecureRandom.h b/version2/src/C/SecureRandom.h
new file mode 100644 (file)
index 0000000..643efb4
--- /dev/null
@@ -0,0 +1,7 @@
+#ifndef SECURERANDOM_H
+#define SECURERANDOM_H
+class SecureRandom {
+ public:
+       SecureRandom();
+};
+#endif