You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
532 B
33 lines
532 B
10 years ago
|
% 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
|