Extract common code out into kdm_for_screen()
[dcpomatic.git] / src / lib / digester.h
index bec1f6416c02e42096c15691ae8eb595731362ee..6cdaf2331b8bda04a7aec588c659add946f8c79c 100644 (file)
@@ -40,6 +40,10 @@ public:
 
        std::string get () const;
 
+       void get (uint8_t* buffer) const;
+
+       int size () const;
+
 private:
        mutable md5_ctx _context;
        mutable boost::optional<std::string> _digest;