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. */