Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ajshastri authored Sep 22, 2023
1 parent f430163 commit 5e73f77
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ Prints checksum of the file based on Golang's crypto library and golang.org/x/cr
Defaults to SHA2-256 (256-bit) checksums.

## Options:
-h, --help Displays this help command <br />
-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.
`-h, --help` - Displays this help command <br />
`-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.
Expand Down

0 comments on commit 5e73f77

Please sign in to comment.