Versions in this module Expand all Collapse all v0 v0.32.0 Sep 13, 2023 Changes in this version + func PrivKeyFromProto(k pc.PrivateKey) (crypto.PrivKey, error) + func PrivKeyToProto(k crypto.PrivKey) (pc.PrivateKey, error) + func PubKeyFromProto(k *pc.PublicKey) (crypto.PubKey, error) + func PubKeyToProto(k crypto.PubKey) (pc.PublicKey, error)