encoding

package
v1.0.0-alpha.2 Latest Latest
Warning

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

Go to latest
Published: Mar 18, 2024 License: Apache-2.0 Imports: 6 Imported by: 92

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 added in v1.0.0

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 added in v1.0.0

func (e ErrInvalidKeyLen) Error() string

type ErrUnsupportedKey added in v1.0.0

type ErrUnsupportedKey struct {
	Key any
}

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

func (ErrUnsupportedKey) Error added in v1.0.0

func (e ErrUnsupportedKey) Error() string

Jump to

Keyboard shortcuts

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