From 0cb0b8e23e540fe022c2918dfe53e6691f8819c8 Mon Sep 17 00:00:00 2001 From: lomna-dev Date: Thu, 18 May 2023 22:11:20 +0530 Subject: [PATCH] Updated README Minor update to readme and test text. --- README.md | 4 ++-- test | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 74beaa6..4f32761 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # SHA1 in C -SHA1 algorithm in C. A single function that reads a file and outputs it's sha1sum. +SHA1 algorithm in C. A single function that reads a file and outputs it's sha1sum. This is a little endian implementation. ## How to use @@ -20,4 +20,4 @@ The "library" is only adding: 1. SHA1_Result struct to store result 2. SHA1_sha1file, a function to get sha1 of a file. -3. leftRotate32, a function to circular shift 32 bit unsigned integers. \ No newline at end of file +3. leftRotate32, a function to circular shift 32 bit unsigned integers. diff --git a/test b/test index 5e1c309..ff3bb63 100644 --- a/test +++ b/test @@ -1 +1 @@ -Hello World \ No newline at end of file +The quick brown fox jumps over the lazy dog \ No newline at end of file