mirror of
https://github.com/minio/minio.git
synced 2025-01-14 08:15:01 -05:00
13650e088c
keeping it in repo to make further improvements and also rename minio-hash ---> crypto
33 lines
532 B
Markdown
33 lines
532 B
Markdown
% MINIO(1) Minio Manual
|
|
% Minio community
|
|
% December 2014
|
|
# NAME
|
|
crypto - calculate crypto sum on a stream
|
|
|
|
# SYNOPSIS
|
|
|
|
# DESCRIPTION
|
|
```sh
|
|
NAME:
|
|
crypto - calculate cryptosum on a given stream
|
|
|
|
USAGE:
|
|
crypto [global options] command [command options] [arguments...]
|
|
|
|
VERSION:
|
|
0.0.0
|
|
|
|
COMMANDS:
|
|
md5sum
|
|
sha1sum
|
|
sha256sum
|
|
sha512sum
|
|
help, h Shows a list of commands or help for one command
|
|
|
|
GLOBAL OPTIONS:
|
|
--help, -h show help
|
|
--version, -v print the version
|
|
```
|
|
# EXAMPLES
|
|
|
|
# AUTHORS |