Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 405 Bytes

readme.md

File metadata and controls

7 lines (4 loc) · 405 Bytes

SHA256 implementation in C

This is an implementation of SHA256 in C. The original source can be found here.

See test.c for usage example and see build file for program creation guide. Resulting output will vary with each CCSID - only tested on 37.

For build and setup instructions, refer to the README.md of the OSSILE project.