From f430163a5b21856bd35f6681929de121b5efa224 Mon Sep 17 00:00:00 2001 From: ajshastri Date: Fri, 22 Sep 2023 00:41:42 -0700 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index bdc194b..f7f1038 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,15 @@ # Checksum -Prints checksum of the file based on Golang's crypto library and golang.org/x/crypto +Prints checksum of the file based on Golang's crypto library and golang.org/x/crypto ## Usage ### Usage: checksum [OPTION] ... [FILE] - Prints checksum of the file based on Golang's crypto library and golang.org/x/crypto.
- Defaults to SHA2-256 (256-bit) checksums.
+ Prints checksum of the file based on Golang's crypto library and golang.org/x/crypto. + Defaults to SHA2-256 (256-bit) checksums. ## Options: -h, --help Displays this help command
- -c, --checksum Checksum algorithm. Defaults to SHA2 256-bit checksum.
- -f, --file Does a checksum on the file defined. Defaults to SHA2 256-bit checksum.
+ -c, --checksum Checksum algorithm. Defaults to SHA2 256-bit checksum. + -f, --file Does a checksum on the file defined. Defaults to SHA2 256-bit checksum. ## Available checksums: md4 - Performs MD4 hash algorithm as defined in RFC 1320.