use Read;
use Result;
use *;
use Args;
/// Generate a digest from the input data.
///
/// If the `data` argument is given on the command line, it is taken as a UTF-8
/// string. If it is omitted on the command line, then all available data is
/// read from stdin and treated as a binary blob.