chiark / gitweb /
Change our view of the Diffie--Hellman closure protocol.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 29 Apr 2017 12:55:40 +0000 (13:55 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 1 Jan 2020 23:48:13 +0000 (23:48 +0000)
commit1a2c1b84b8e1524e2cd9af627806eb3ee5bdfe02
tree673693434735a77e23514e3c5695038bcddb2782
parentc1ce5e0c058ebbc53fbbe0b14bf373e643f7a5f7
Change our view of the Diffie--Hellman closure protocol.

Rename `len' to `secret_len' and `ceil_len' to `shared_len', and label
these as the required private secret length and generated shared-secret
length respectively.  There's no functional change: that's what these
variables were being used for anyway.

Signed-off-by: Mark Wooding <mdw@distorted.org.uk>
dh.c
secnet.h
site.c