key

package
v1.12.1 Latest Latest
Warning

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

Go to latest
Published: Dec 29, 2022 License: Unlicense Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// ErrInvalidKind for key.
	ErrInvalidKind = errors.New("invalid kind")
)

Module for fx.

Functions

This section is empty.

Types

type Ed25519 added in v1.10.3

type Ed25519 struct {
	// contains filtered or unexported fields
}

Ed25519 cypher.

func NewEd25519 added in v1.10.3

func NewEd25519(privateKey ed25519.PrivateKey) *Ed25519

NewEd25519 cypher.

func (*Ed25519) Generate added in v1.10.3

func (e *Ed25519) Generate() (string, string, error)

Generate key pair with Ed25519.

type Generator added in v1.10.3

type Generator struct {
	// contains filtered or unexported fields
}

Generator of key pairs.

func NewGenerator added in v1.10.3

func NewGenerator(rsa *RSA, ed2551 *Ed25519) *Generator

NewGenerator of key pairs.

func (*Generator) Generate added in v1.10.3

func (g *Generator) Generate(kind string) (string, string, error)

Generate key pair based on kind.

type RSA added in v1.10.3

type RSA struct {
	// contains filtered or unexported fields
}

RSA cypher.

func NewRSA added in v1.10.3

func NewRSA(publicKey *rsa.PublicKey, privateKey *rsa.PrivateKey) *RSA

NewRSA cypher.

func (*RSA) Decrypt added in v1.10.3

func (r *RSA) Decrypt(ctx context.Context, cipher string) (string, error)

Decrypt with RSA OAEP.

func (*RSA) Encrypt added in v1.10.3

func (r *RSA) Encrypt(ctx context.Context, msg string) (string, error)

Encrypt with RSA OAEP.

func (*RSA) Generate added in v1.10.3

func (r *RSA) Generate() (string, string, error)

Generate key pair with RSA.

Jump to

Keyboard shortcuts

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