From be0fb736ad08109eabef073bcc32c3fa1bda7a1b Mon Sep 17 00:00:00 2001 From: bg Date: Sat, 19 Oct 2013 05:49:06 +0200 Subject: [PATCH] whitespace editing / typo correction --- firmware/hmac-sha1.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/firmware/hmac-sha1.c b/firmware/hmac-sha1.c index d6d750d..e0c5892 100644 --- a/firmware/hmac-sha1.c +++ b/firmware/hmac-sha1.c @@ -89,10 +89,10 @@ void hmac_sha1_final(void *dest, hmac_sha1_ctx_t *s){ #endif /* - * keylength in bits! + * key length in bits! * message length in bits! */ -void hmac_sha1(void *dest, const void *key, uint16_t keylength_b, const void *msg, uint32_t msglength_b){ /* a one-shot*/ +void hmac_sha1(void *dest, const void *key, uint16_t keylength_b, const void *msg, uint32_t msglength_b){ /* a one-shot */ sha1_ctx_t s; uint8_t i; uint8_t buffer[SHA1_BLOCK_BYTES]; -- 2.39.2