summaryrefslogtreecommitdiff
path: root/include/sha256.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sha256.h')
-rw-r--r--include/sha256.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/sha256.h b/include/sha256.h
index 130a666788..d1193c2661 100644
--- a/include/sha256.h
+++ b/include/sha256.h
@@ -1,4 +1,4 @@
-/* Copyright 2012 The Chromium OS Authors. All rights reserved.
+/* Copyright 2012 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
@@ -26,7 +26,7 @@ struct sha256_ctx {
uint32_t tot_len;
uint32_t len;
uint8_t block[2 * SHA256_BLOCK_SIZE];
- uint8_t buf[SHA256_DIGEST_SIZE]; /* Used to store the final digest. */
+ uint8_t buf[SHA256_DIGEST_SIZE]; /* Used to store the final digest. */
};
#endif
@@ -37,4 +37,4 @@ uint8_t *SHA256_final(struct sha256_ctx *ctx);
void hmac_SHA256(uint8_t *output, const uint8_t *key, const int key_len,
const uint8_t *message, const int message_len);
-#endif /* __CROS_EC_SHA256_H */
+#endif /* __CROS_EC_SHA256_H */