You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 16, 2022. It is now read-only.
This is an old project of mine that I wrote to learn more about C and SHA.
To compile the program:
$ make
To run the program, and get help:
$ ./sha
To run the test suite:
$ ./testify -a
About
Utility to calculate SHA-1 and SHA-2 sums, only for learning purposes.