yhetman / SHA256

Implementation of hash function SHA-256

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SHA256

Implementation of hash function SHA-256.


Compiling


git clone https://github.com/yhetman/SHA256
cd SHA256
make

To reocompile the code use:

make re

Usage


Usage:  ./SHA256 -i ./input_file -o ./output_file

Options and flags



Flags:
	-i  -- specify ./path/to/input/file
	-o  -- specify ./path/to/output/file
	-h  -- use this flag to see usage

About

Implementation of hash function SHA-256


Languages

Language:C 90.3%Language:Makefile 9.7%