Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This software is a functional copy of the sha256sum and sha512sum tools implemented in the Rust programming language as an exercise.

Usage:

rs256sum-gen 
Generate reference data

USAGE:
    rs256sum gen [FLAGS] [OPTIONS]

FLAGS:
        --from-stdin    Reads names of files to hash from stdin
    -h, --help          Prints help information
        --sha512        Uses SHA512
        --use-bsd       Uses BSD format
    -V, --version       Prints version information

OPTIONS:
    -f, --files <files>...    Names of files to hash



rs256sum-verify 
Verify reference data

USAGE:
    rs256sum verify [FLAGS] [OPTIONS]

FLAGS:
        --from-stdin    Reads reference data from stdin
    -h, --help          Prints help information
        --sha512        Uses SHA512
        --use-bsd       Uses BSD format
    -V, --version       Prints version information

OPTIONS:
    -i, --input <inputfile>    A file containing reference hashes

About

A functional clone of sha256sum used as an exercise to learn Rust.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages