diff options
Diffstat (limited to 'shacal2.h')
-rw-r--r-- | shacal2.h | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -1,11 +1,9 @@ -// shacal.h - written and placed in the public domain by Wei Dai
-
-//! \file shacal.h
-//! \brief Classes for the SHACAL-2 block cipher
-
#ifndef CRYPTOPP_SHACAL2_H
#define CRYPTOPP_SHACAL2_H
+/** \file
+*/
+
#include "seckey.h"
#include "secblock.h"
|