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 52d0837 commit f430163
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -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. <br />
Defaults to SHA2-256 (256-bit) checksums. <br />
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 <br />
-c, --checksum Checksum algorithm. Defaults to SHA2 256-bit checksum. <br />
-f, --file Does a checksum on the file defined. Defaults to SHA2 256-bit checksum. <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 f430163

Please sign in to comment.