go-secretstream icon indicating copy to clipboard operation
go-secretstream copied to clipboard

make server send challenge envelope to client like the latest spec says

Open david415 opened this issue 7 years ago • 0 comments

in the latest version of the spec the sever sends the client a challenge where the hmac is keyed with the application key K concatenated with scalar_mult(a, b) whereas your code only keys the hmac with the applicaton key.

this ticket is related to https://github.com/auditdrivencrypto/secret-handshake/issues/7

(actually it is the hash of this concatenation but i'll open a separate ticket for the spec.)

david415 avatar Mar 13 '17 23:03 david415