Retracted : lots of mangled things, sorry
Discover Packages
realy.lol
ratel
keys
pubkey
package
Version:
v1.2.21
Opens a new window with list of versions in this module.
Published: Nov 29, 2024
License: Unlicense
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation Source Files Index Constants Variables Functions Types New(pk) type B type Ctx type E type N type S type T NewFromBytes(pkb) (p) Len() (p) Read(buf) (p) Write(buf)
Documentation
¶
func New(pk ...B ) (p *T , err E )
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.
type T struct {
Val []byte
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.