diff options
author | axtloss <axtlos@getcryst.al> | 2024-07-12 18:02:20 +0200 |
---|---|---|
committer | axtloss <axtlos@getcryst.al> | 2024-07-12 18:02:20 +0200 |
commit | 10a544e989b0fa64c7f625433ae09b3d3576aed9 (patch) | |
tree | cfc4a90e28281f44e4b4cebaafa26c07271cc4ee /README | |
download | shabottom-10a544e989b0fa64c7f625433ae09b3d3576aed9.tar.gz shabottom-10a544e989b0fa64c7f625433ae09b3d3576aed9.tar.bz2 |
add shabottom
Diffstat (limited to 'README')
-rw-r--r-- | README | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -0,0 +1,12 @@ +# shabottom +the most cryptographically secure checksumming algorithm (source: trust me) + +## building +`gcc shabottom.c -o shabottom` + +## usage +`shabottom /path/to/file` + +or + +`cat /path/to/file | shabottom`
\ No newline at end of file |