Home
last modified time | relevance | path

Searched refs:theirSesPub (Results 1 – 1 of 1) sorted by relevance

/dports/net/yggdrasil/yggdrasil-go-0.3.11/src/yggdrasil/
H A Dsession.go30 theirSesPub crypto.BoxPubKey // member
85 if p.SendSesPub != s.theirSesPub {
86 s.theirSesPub = p.SendSesPub
88 s.sharedSesKey = *crypto.GetSharedKey(&s.mySesPriv, &s.theirSesPub)