Minor Update Readme

Changing names in README.
main
lomna-dev 1 year ago
parent 7f096c85dc
commit 73383cd266

@ -4,7 +4,7 @@ SHA1 algorithm in C. A single function that reads a file and outputs it's sha1su
## How to use ## 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 : To compile :
``` ```
@ -19,5 +19,5 @@ python3 flow clean
The "library" is only adding: The "library" is only adding:
1. SHA1_Result struct to store result 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. 3. leftRotate32, a function to circular shift 32 bit unsigned integers.
Loading…
Cancel
Save