encoding

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 14, 2023 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func PubKeyFromProto

func PubKeyFromProto(k pc.PublicKey) (crypto.PubKey, error)

PubKeyFromProto takes a protobuf Pubkey and transforms it to a crypto.Pubkey

func PubKeyToProto

func PubKeyToProto(k crypto.PubKey) (pc.PublicKey, error)

PubKeyToProto takes crypto.PubKey and transforms it to a protobuf Pubkey

Types

type ErrInvalidKeyLen

type ErrInvalidKeyLen struct {
	Key       any
	Got, Want int
}

InvalidKeyLen describes an error resulting from the use of a key with an invalid length in PubKeyFromProto.

func (ErrInvalidKeyLen) Error

func (e ErrInvalidKeyLen) Error() string

type ErrUnsupportedKey

type ErrUnsupportedKey struct {
	Key any
}

ErrUnsupportedKey describes an error resulting from the use of an unsupported key in PubKeyToProto or PubKeyFromProto.

func (ErrUnsupportedKey) Error

func (e ErrUnsupportedKey) Error() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL