Versions in this module Expand all Collapse all v1 v1.0.1 Jun 19, 2023 v1.0.0 Jun 7, 2023 Changes in this version + const FakePassword + var Types = struct{ ... } + type PubKey struct + Raw []byte + Type uint8 + func FromBytes(b []byte) (PubKey, error) + func FromString(str string) (PubKey, error) + func (pk *PubKey) Bytes() []byte + func (pk *PubKey) Empty() bool + func (pk *PubKey) MarshalText() ([]byte, error) + func (pk *PubKey) String() string + func (pk *PubKey) UnmarshalText(input []byte) error