Versions in this module Expand all Collapse all v0 v0.1.0 Nov 14, 2023 Changes in this version + func PubKeyFromProto(k pc.PublicKey) (crypto.PubKey, error) + func PubKeyToProto(k crypto.PubKey) (pc.PublicKey, error) + type ErrInvalidKeyLen struct + Got int + Key any + Want int + func (e ErrInvalidKeyLen) Error() string + type ErrUnsupportedKey struct + Key any + func (e ErrUnsupportedKey) Error() string