Allow fractional frames per second when computing Time from frames.
[libdcp.git] / asdcplib / src / KM_prng.h
index 2a909d6f472950df5a4d7033886381e12b14fd10..0b941f3b1b6a510553c356441684b836eebc85dd 100755 (executable)
@@ -45,12 +45,14 @@ namespace Kumu
       ~FortunaRNG();
       const byte_t* FillRandom(byte_t* buf, ui32_t len);
       const byte_t* FillRandom(ByteString&);
+#ifdef LIBDCP_POSIX        
+      void Reset();
+#endif     
     };
 
 
   // key_len must be <= 64 (larger values will be truncated)
   void Gen_FIPS_186_Value(const byte_t* key_in, ui32_t key_len, byte_t* buf, ui32_t buf_len);
-
 } // namespace Kumu