Skip to content

123malin/sha-256

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages