Versions in this module Expand all Collapse all v0 v0.21.1 Apr 1, 2019 Changes in this version + const ErrWrongSignature + func AgentSeal(msg, clientPub []byte, agentKey *ecdsa.PrivateKey) ([]byte, error) + func ClientOpen(c, agentPub []byte, clientPrv *ecdsa.PrivateKey) ([]byte, error) + func PackWithSignature(msg []byte, key *ecdsa.PrivateKey) ([]byte, error) + func UnpackSignature(c []byte) (msg []byte, sig []byte) + func VerifySignature(pubk, msg, sig []byte) bool