Prop. 152: Add missing MixHash() in KDF

This commit is contained in:
zzz
2020-10-24 15:34:22 -04:00
parent 759fa6476d
commit f10920fff4

View File

@@ -6,7 +6,7 @@ ECIES Tunnels
:author: chisana, zzz, orignal
:created: 2019-07-04
:thread: http://zzz.i2p/topics/2737
:lastupdated: 2020-10-09
:lastupdated: 2020-10-24
:status: Open
:target: 0.9.51
@@ -661,6 +661,9 @@ Failing to use unique keys opens an attack vector for colluding hops to confirm
sesk = GENERATE_PRIVATE()
sepk = DERIVE_PUBLIC(sesk)
// MixHash(sepk)
h = SHA256(h || sepk);
End of "e" message pattern.
This is the "es" message pattern: