habashymohamed / tshacoin

C++ implementation of the SHA-256 hash.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SHA-256

C++ implementation of the SHA-256 hash according to this specification.

Usage

Reads input lines of messages to hash as hexadecimal strings from stdin.

Outputs the corresponding hashed messages on their lines on stdout.

About

C++ implementation of the SHA-256 hash.


Languages

Language:C++ 100.0%