https://github.com/syncom/hkdf_hmacsha512
HKDF-HMACSHA512 (RFC 5869) with libsodium
https://github.com/syncom/hkdf_hmacsha512
Last synced: 7 months ago
JSON representation
HKDF-HMACSHA512 (RFC 5869) with libsodium
- Host: GitHub
- URL: https://github.com/syncom/hkdf_hmacsha512
- Owner: syncom
- License: apache-2.0
- Created: 2021-11-14T20:17:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-22T00:20:08.000Z (over 4 years ago)
- Last Synced: 2025-05-31T22:03:52.069Z (9 months ago)
- Language: C
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hkdf_hmacsha512: HKDF-HMACSHA512 (RFC 5869) with libsodium
[](https://github.com/syncom/hkdf_hmacsha512/actions/workflows/build.yml)
[](https://github.com/syncom/hkdf_hmacsha512/actions/workflows/codeql-analysis.yml)
This is an implementation of HKDF based on HMAC-SHA512, using the Sodium
crypto library's HMAC-SHA512 implementation
([https://doc.libsodium.org/](https://doc.libsodium.org)). Originally
written in 2015.
The reference Makefile assumes libsodium is installed in /usr/local/lib
(and headers in /usr/local/include).