forked from I2P_Developers/i2p.www
Prop. 152: Add missing MixHash() in KDF
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user