Hello, I am trying to implement the HKDF algorithm to generate a secret key, and I found a link containing an example of HKDF implementation ( you will find link below in details) but unfortunately, the code is incomplete and I have a few questions.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2023-02-08 6:49 AM
my questions is first, once I added the salt, IKM, info values and I declared uint32_t L = 256; and
uint32_t N = 0; I should add other code to determine the "computed_PRK" and "computed_hash" values right ? or is there a more complete example for my case ?
Thanks a lot
Labels:
- Labels:
-
Cryptography
0 REPLIES 0
