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)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 25 Sep 2019 12:46:59 +0000 (13:46 +0100)
commit5f679c36ccb3e125ee6e8372a60d0f2e8bf410fe
tree49b9c19bf9ce06beb82aeb70b9de6b805de74a2c
parent29c2f8186faf13a8fb02fee07e80794b35481cf1
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