summaryrefslogtreecommitdiffstats
path: root/src/crypto/mac/ghash/ghash.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/mac/ghash/ghash.c')
-rw-r--r--src/crypto/mac/ghash/ghash.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/crypto/mac/ghash/ghash.c b/src/crypto/mac/ghash/ghash.c
index 5976131..0ba6440 100644
--- a/src/crypto/mac/ghash/ghash.c
+++ b/src/crypto/mac/ghash/ghash.c
@@ -23,10 +23,18 @@
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+/**
+ \file
+
+ General information about the GHASH algorithm
+
+ \sa http://en.wikipedia.org/wiki/Galois/Counter_Mode
+*/
#include "../../../crypto.h"
+/** MAC info about the GHASH algorithm */
const fastd_mac_info_t fastd_mac_info_ghash = {
.key_length = 16,
};