Browse Source

fix up overapplication to file names

master
Michael Hamburg 9 years ago
parent
commit
422cc78eb9
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      src/public_include/decaf/sha512.hxx
  2. +1
    -1
      src/public_include/decaf/shake.hxx
  3. +1
    -1
      src/utils.c

+ 1
- 1
src/public_include/decaf/sha512.hxx View File

@@ -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


+ 1
- 1
src/public_include/decaf/shake.hxx View File

@@ -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


+ 1
- 1
src/utils.c View File

@@ -3,7 +3,7 @@
*/

/**
* @file decaf_utils.c
* @file utils.c
* @author Mike Hamburg
* @brief Decaf utility functions.
*/


Loading…
Cancel
Save