[noise] rev34 draft

Trevor Perrin trevp at trevp.net
Fri Apr 20 00:04:46 PDT 2018


On Fri, Apr 20, 2018 at 4:09 AM, Trevor Perrin <trevp at trevp.net> wrote:
>  (5) It becomes confusing with Bob-initiated pattern notation, since
> we'd have to decide - and people would have to remember - whether "s"
> vs "rs" stands for Alice vs Bob or Initiator vs Responder, and whether
> to reorder the parenthesized arguments or not.  Probably the best
> choice would be to not modify the parenthesized text, i.e. here are
> Alice and Bob-initiated notations for XK:
>
> XK(s, rs):
>   <- s
>   ...
>   -> e, es
>   <- e, ee
>   -> s, se
>
> XK(s, rs):
>   -> s
>   ...
>   <- e, es
>   -> e, ee
>   <- s, se

I reversed the arrows but forgot to reverse the DHs for the
Bob-initiated pattern:

XK(s, rs):
  -> s
  ...
  <- e, se
  -> e, ee
  <- s, es

Trevor


More information about the Noise mailing list