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.