blob: ca9eb8a8cc3e9004f6a37d1091a0a18bdd6cf7c4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
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`
|