Documentation ¶ Index ¶ Constants type T func New(pk ...string) (p *T, err error) func NewFromBytes(pkb []byte) (p *T, err error) func (p *T) Len() int func (p *T) Read(buf *bytes.Buffer) (el keys.Element) func (p *T) Write(buf *bytes.Buffer) Constants ¶ View Source const Len = 8 Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type T ¶ type T struct { Val []byte } func New ¶ func New(pk ...string) (p *T, err error) New creates a new pubkey prefix, if parameter is omitted, new one is allocated (for read) if more than one is given, only the first is used, and if the first one is not the correct hexadecimal length of 64, return error. func NewFromBytes ¶ func NewFromBytes(pkb []byte) (p *T, err error) func (*T) Len ¶ func (p *T) Len() int func (*T) Read ¶ func (p *T) Read(buf *bytes.Buffer) (el keys.Element) func (*T) Write ¶ func (p *T) Write(buf *bytes.Buffer) Source Files ¶ View all Source files pubkey.go Click to show internal directories. Click to hide internal directories.