Use a HMAC context to write HMAC stuff to encrypted MXFs.
[libdcp.git] / src / key.h
index be9f95f46355e6f49ac3b08e841650bda440ebb6..9d16c8a15667a719df5e4f80b2eda059b6e62e5e 100644 (file)
--- a/src/key.h
+++ b/src/key.h
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2013 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2013-2014 Carl Hetherington <cth@carlh.net>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
 */
 
 /** @file  src/key.h
- *  @brief Class to hold a key for encrypting MXFs.
+ *  @brief Key class.
  */
 
 #ifndef LIBDCP_KEY_H
 #define LIBDCP_KEY_H
 
 #include <stdint.h>
+#include <string>
 
 namespace dcp {
 
 /** @class Key
- *  @brief A key for encrypting MXFs.
+ *  @brief A key for decrypting/encrypting assets.
  */
 class Key
 {