package
0.22.0
Repository: https://github.com/fluxcd/go-git-providers.git
Documentation: pkg.go.dev

# Functions

NewECDSAGenerator returns a new ECDSA key pair generator.
NewEd25519Generator returns a new Ed25519 key pair generator.
NewRetry returns a new retry operation.
NewRSAGenerator returns a new RSA key pair generator.

# Structs

ECDSAGenerator generates ECDSA key pairs.
Ed25519Generator generates Ed25519 key pairs.
KeyPair holds the public and private key PEM block bytes.
RetryOp is a retry operation.
RSAGenerator generates RSA key pairs.

# Interfaces

KeyPairGenerator generates a new key pair.
RetryI is an interface for retry operations.