summaryrefslogtreecommitdiff
path: root/twofish.h
diff options
context:
space:
mode:
Diffstat (limited to 'twofish.h')
-rw-r--r--twofish.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/twofish.h b/twofish.h
index f93395d7..bc35fba5 100644
--- a/twofish.h
+++ b/twofish.h
@@ -1,11 +1,9 @@
-// twofish.h - written and placed in the public domain by Wei Dai
-
-//! \file twofish.h
-//! \brief Classes for the Twofish block cipher
-
#ifndef CRYPTOPP_TWOFISH_H
#define CRYPTOPP_TWOFISH_H
+/** \file
+*/
+
#include "seckey.h"
#include "secblock.h"