Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kisom/libsha
Extracted code from RFC 6234.
https://github.com/kisom/libsha
Last synced: 18 days ago
JSON representation
Extracted code from RFC 6234.
- Host: GitHub
- URL: https://github.com/kisom/libsha
- Owner: kisom
- License: other
- Created: 2015-12-08T10:21:26.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-15T03:17:52.000Z (almost 9 years ago)
- Last Synced: 2024-10-11T02:46:51.698Z (about 1 month ago)
- Language: C
- Size: 109 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
libsha
======This is a library of the extracted code from RFC 6234, "US Secure Hash
Algorithms (SHA and SHA-based HMAC and HKDF)". It was motivated by a
need to have a standalone SHA library (e.g. for embedded use) without
bringing in the full weight of a cryptographic library like LibreSSL,
cryptopp, or similar.As it is useful to have all the code present in one repository, this
is that repository.Modifications
-------------I have made a few minor changes to the code, namely where the
(inarguably pedantic) compiler flags threw warnings.TODO
----+ Documentation
LICENSE
-------This is a port of code that was originally provided by D. Eastlake and
T. Hansen in RFC 6234, and released by the IETF. The original license
from the RFC is in LICENSE.