https://github.com/blockos/stupid_sha2
Simple and suboptimal implementation of SHA2 secure hashe
https://github.com/blockos/stupid_sha2
Last synced: about 1 month ago
JSON representation
Simple and suboptimal implementation of SHA2 secure hashe
- Host: GitHub
- URL: https://github.com/blockos/stupid_sha2
- Owner: BlockoS
- License: mit
- Created: 2023-12-28T17:49:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-23T18:19:39.000Z (about 1 year ago)
- Last Synced: 2024-03-23T19:27:12.460Z (about 1 year ago)
- Language: C
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
stupid_sha2 - simple and suboptimal implementation of SHA2 secure hashes.
=========================================================================About:
------
This header file provides functions to compute the SHA2 secure hashes
(SHA-224, SHA-256, SHA-384 and SHA-512).Note:
---------
⚠️ This is a toy project. ⚠️__DO NOT USE IT__ in production code.
Documentation:
---------
See `sha2.h` for a complete documentation.License
---------
This "project" is licensed under the MIT License, see [LICENSE](LICENSE) for more information.