Comments.
authorCarl Hetherington <cth@carlh.net>
Wed, 18 Sep 2013 07:17:18 +0000 (08:17 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 18 Sep 2013 07:17:18 +0000 (08:17 +0100)
src/mxf_asset.cc

index f8fe8ac5eebb31be47d43a1bd36f2a8d1b80201b..54c204e7ec67ffa9bcd9af88c427fb77b7c8b95e 100644 (file)
@@ -61,6 +61,7 @@ MXFAsset::MXFAsset (string directory, string file_name, boost::signals2::signal<
        , _decryption_context (0)
 {
        if (_encrypted) {
+               /* Generate an encryption key and a UUID for it */
                _key_id = make_uuid ();
                uint8_t key_buffer[ASDCP::KeyLen];
                Kumu::FortunaRNG rng;