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).
- Host: GitHub
- URL: https://github.com/greydevv/sha-256
- Owner: greydevv
- License: mit
- Created: 2021-09-19T20:29:04.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-25T21:59:44.000Z (over 4 years ago)
- Last Synced: 2025-02-22T01:15:46.977Z (12 months ago)
- Topics: binary, bits, c, cryptocurrency, cryptography, sha256, sha256-hash
- Language: C
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.