key

package
v1.113.0 Latest Latest
Warning

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

Go to latest
Published: May 10, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

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

ErrInvalidKind for key.

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 for key.

func NewEd25519 added in v1.10.3

func NewEd25519(algo ed25519.Algo) *Ed25519

NewEd25519 for key.

func (*Ed25519) Algo added in v1.110.0

func (e *Ed25519) Algo() ed25519.Algo

Algo for Ed25519.

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 cipher.

func NewRSA added in v1.10.3

func NewRSA(algo rsa.Algo) *RSA

NewRSA cipher.

func (*RSA) Decrypt added in v1.10.3

func (r *RSA) Decrypt(msg string) (string, error)

Decrypt with RSA OAEP.

func (*RSA) Encrypt added in v1.10.3

func (r *RSA) Encrypt(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