An open API service indexing awesome lists of open source software.

https://github.com/greydevv/sha-256

A C implementation of the 256-bit Secure Hash Algorithm (SHA-256).
https://github.com/greydevv/sha-256

binary bits c cryptocurrency cryptography sha256 sha256-hash

Last synced: 4 months ago
JSON representation

A C implementation of the 256-bit Secure Hash Algorithm (SHA-256).

Awesome Lists containing this project

README

          

# SHA-256
A C implementation of the widely used cryptographic 256-bit Secure Hashing
Algorithm.

### Disclaimer
This implementation of SHA-256 should not be used in cryptographically secure
environments due to its basic nature. It was simply created to learn more about
how SHA-256 works and therefore is intended for educational purposes.