summaryrefslogtreecommitdiff
path: root/tests/sha_test_vectors.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sha_test_vectors.h')
-rw-r--r--tests/sha_test_vectors.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/sha_test_vectors.h b/tests/sha_test_vectors.h
index d2532b9f..a096bb49 100644
--- a/tests/sha_test_vectors.h
+++ b/tests/sha_test_vectors.h
@@ -1,10 +1,10 @@
/* Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
+ *
+ * FIPS 180-2 test vectors for SHA-1, SHA-256 and SHA-512
*/
-/* FIPS 180-2 test vectors for SHA-1, SHA-256 and SHA-512 */
-
#ifndef VBOOT_REFERENCE_SHA_TEST_VECTORS_H_
#define VBOOT_REFERENCE_SHA_TEST_VECTORS_H_
@@ -88,4 +88,4 @@ uint8_t sha512_results[][VB2_SHA512_DIGEST_SIZE] = {
}
};
-#endif /* VBOOT_REFERENCE_SHA_TEST_VECTORS_H_ */
+#endif /* VBOOT_REFERENCE_SHA_TEST_VECTORS_H_ */