X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fkey.h;h=9d16c8a15667a719df5e4f80b2eda059b6e62e5e;hb=7c622feaf13cae3f746efc7885516ede1807e54b;hp=d0286627cb92cfc09b2ed8705b4c425d242a5c83;hpb=e8530ea06f0b0883e5e19dd18beed70732ac5d3c;p=libdcp.git diff --git a/src/key.h b/src/key.h index d0286627..9d16c8a1 100644 --- a/src/key.h +++ b/src/key.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2013 Carl Hetherington + Copyright (C) 2013-2014 Carl Hetherington 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 @@ -18,18 +18,19 @@ */ /** @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 +#include -namespace libdcp { +namespace dcp { /** @class Key - * @brief A key for encrypting MXFs. + * @brief A key for decrypting/encrypting assets. */ class Key {