From 10a544e989b0fa64c7f625433ae09b3d3576aed9 Mon Sep 17 00:00:00 2001 From: axtloss Date: Fri, 12 Jul 2024 18:02:20 +0200 Subject: add shabottom --- README | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..ca9eb8a --- /dev/null +++ b/README @@ -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 -- cgit v1.2.3