12

I have used the https://github.com/ricmoo/GMEllipticCurveCrypto to generate a Shared Secret using ECDH Algorithm.

I now have to Generate a Derived Key using the ECDH-ES algorithm as mentioned here: https://www.rfc-editor.org/rfc/rfc7518#section-4.6

I had highly appreciate if someone could guide me in the direction of generating a Derived Key

Community
  • 1
  • 1
Roshit
  • 1,589
  • 1
  • 15
  • 37

1 Answers1

2

You need to read about KDF in general and HKDF as common example. BTW KDF was mentioned in link you provided.

John Tracid
  • 3,836
  • 3
  • 22
  • 33