Versions in this module Expand all Collapse all v0 v0.1.1 Feb 25, 2023 v0.1.0 Sep 28, 2018 Changes in this version + func GenerateServerAcknowledge(skprime []byte) (string, error) + func GenerateServerHello(hello *HelloData) ([]byte, error) + func ParseClientAcknowledge(clientAck string, skprime []byte) error + func ParseClientHello(hello HelloData, clientHello string) ([]byte, []byte, error) + type HelloData struct + Ctx []byte + Key []byte + PIN string + UserID string