flynn / noise

Go implementation of the Noise Protocol Framework

Home Page:https://noiseprotocol.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unknown pattern `XR`

mimoo opened this issue · comments

Hello,

What is this XR pattern?

var HandshakeXR = HandshakePattern{
	Name: "XR",
	Messages: [][]MessagePattern{
		{MessagePatternE},
		{MessagePatternE, MessagePatternDHEE},
		{MessagePatternS, MessagePatternDHSE},
		{MessagePatternS, MessagePatternDHSE},
	},
}

I do not see any mention of it in the specification of Noise.

Alright, will push a change to include the initiator as well as removing the XR pattern if that's OK?