diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-01-27 12:01:17 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-01-27 12:01:17 +0000 |
| commit | 2cc2026701c9e8268ba154ec9330c5d56cbdc240 (patch) | |
| tree | 92ea2ca6ebd67eed3f5c87b30220bc5fb71dba3f /src/key.cc | |
| parent | f4e360fd709a789980201ebb1162eec6fac229fe (diff) | |
Some tidying up.
Diffstat (limited to 'src/key.cc')
| -rw-r--r-- | src/key.cc | 14 |
1 files changed, 9 insertions, 5 deletions
@@ -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 @@ -17,13 +17,17 @@ */ -#include <sstream> -#include <string> -#include <iomanip> +/** @file src/key.cc + * @brief Key class. + */ + +#include "key.h" #include "AS_DCP.h" #include "KM_prng.h" #include "KM_util.h" -#include "key.h" +#include <sstream> +#include <string> +#include <iomanip> using std::string; using std::stringstream; |
