From 73383cd2667352ba2cccbf0677cd8113893c2dc3 Mon Sep 17 00:00:00 2001 From: lomna-dev Date: Wed, 26 Apr 2023 21:59:27 +0530 Subject: [PATCH] Minor Update Readme Changing names in README. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7eaa2dc..74beaa6 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ SHA1 algorithm in C. A single function that reads a file and outputs it's sha1su ## How to use -This is a single header project. Only nsha1.h needs to be included. Usage is shown in **example.c** file. So there are only 2 source files, nsha1.h and example.c +This is a single header project. Only sha1.h needs to be included. Usage is shown in **example.c** file. So there are only 2 source files, sha1.h and example.c To compile : ``` @@ -19,5 +19,5 @@ python3 flow clean The "library" is only adding: 1. SHA1_Result struct to store result -2. SHA1_sha1file, a function to get nsha1 of a file. +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