Documentation
¶
Index ¶
- func ConvertBits(data []byte, fromBits, toBits uint8, pad bool) ([]byte, error)
- func Decode(bech32string string) ([]byte, string, error)
- func EncodeNote(eventIdHex string) (string, error)
- func EncodePrivateKey(privateKeyHex string) (string, error)
- func EncodePublicKey(publicKeyHex string, masterRelay string) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConvertBits ¶
ConvertBits converts a byte slice where each byte is encoding fromBits bits, to a byte slice where each byte is encoding toBits bits.
func EncodeNote ¶
func EncodePrivateKey ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.