First part: RSA CRT versus RSA std.
[crypto_lab3.git] / src / Rand.h
index 2ee12a1..cfeb067 100644 (file)
@@ -3,6 +3,9 @@
 
 #include <gmpxx.h>
 
+/**
+ * All random functions uses "/dev/urandom".
+ */
 class Rand
 {
 public: