ene icon indicating copy to clipboard operation
ene copied to clipboard

IKDH protocol

Open quininer opened this issue 7 years ago • 0 comments

It is actually the IK mode of the noise protocol.

To implement it we need to define a DH trait.

DH1 = DH(IK_A, IK_B);
DH2 = DH(EK_A, IK_B);
SK = KDF(DH1, DH2);

quininer avatar Aug 03 '18 03:08 quininer