Relative Content

Tag Archive for cobjective-cencryptioncryptography

Replicating hkdf2 key derivation in C

I am trying to create a derived key from my shared secret and shared key. I have done this before, in Java and Python, where it is a fairly straight forward process, however, it seems that in C this requires a few more steps.