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

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

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.