From 422cc78eb9b85057e5d18719e4f7c653485c8720 Mon Sep 17 00:00:00 2001 From: Michael Hamburg Date: Tue, 1 Mar 2016 11:58:10 -0800 Subject: [PATCH] fix up overapplication to file names --- src/public_include/decaf/sha512.hxx | 2 +- src/public_include/decaf/shake.hxx | 2 +- src/utils.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/public_include/decaf/sha512.hxx b/src/public_include/decaf/sha512.hxx index 2cee0d6..3545f3c 100644 --- a/src/public_include/decaf/sha512.hxx +++ b/src/public_include/decaf/sha512.hxx @@ -1,5 +1,5 @@ /** - * @file decaf/decaf_sha512.hxx + * @file decaf/sha512.hxx * @copyright * Based on public domain code by Dan Bernstein \n * Copyright (c) 2015 Cryptography Research, Inc. \n diff --git a/src/public_include/decaf/shake.hxx b/src/public_include/decaf/shake.hxx index 33591b2..50f1d55 100644 --- a/src/public_include/decaf/shake.hxx +++ b/src/public_include/decaf/shake.hxx @@ -1,5 +1,5 @@ /** - * @file decaf/decaf_shake.hxx + * @file decaf/shake.hxx * @copyright * Based on CC0 code by David Leon Gil, 2015 \n * Copyright (c) 2015 Cryptography Research, Inc. \n diff --git a/src/utils.c b/src/utils.c index 9a49864..0ab0172 100644 --- a/src/utils.c +++ b/src/utils.c @@ -3,7 +3,7 @@ */ /** - * @file decaf_utils.c + * @file utils.c * @author Mike Hamburg * @brief Decaf utility functions. */