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