Versions in this module Expand all Collapse all v0 v0.1.0 Feb 22, 2026 Changes in this version + var ErrNilMessage = errors.New("message is nil") + var ErrNilSigner = errors.New("signer is nil") + var ErrUnsupportedHashAlgorithm = errors.New("unsupported hash algorithm") + func FromKey(sshSigner gossh.Signer, opts ...Option) (*signer, error) + type HashAlgorithm = sshsig.HashAlgorithm + const SHA256 + const SHA512 + type Option func(*options) + func WithHashAlgorithm(algorithm HashAlgorithm) Option