encoding

package
v100.0.0 Latest Latest
Warning

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

Go to latest
Published: Sep 3, 2024 License: Apache-2.0 Imports: 7 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 PubKeyFromTypeAndBytes

func PubKeyFromTypeAndBytes(pkType string, bytes []byte) (crypto.PubKey, error)

PubKeyFromTypeAndBytes builds a crypto.PubKey from the given type and bytes. It returns ErrUnsupportedKey if the pubkey type is unsupported.

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