I am new to security area. I came across mutiple words I can't understand and there is little infomration I can get from google.
- What is XDH/XEC, is the X means 'enhanced'? Are they just have a different way of generating key pair?
- According to RFC8422 ECDHE_ECDSA supports the EdDSA as well, does this means EdDSA is just a different set of curves?
KeyAgreement
isX#
andSignature
isED#
(ED because JCA ignores case) but the keys are{XEC,EdEC}{,Private,Public}Key
. – dave_thompson_085 Aug 08 '21 at 07:11