Versions in this module Expand all Collapse all v0 v0.1.2 Apr 12, 2019 v0.1.1 Apr 12, 2019 Changes in this version type Signer + func (s *Signer) HashFunc() crypto.Hash v0.1.0 Apr 11, 2019 Changes in this version + type Signer struct + func NewSigner(client *kms.KeyManagementClient, keyPath string) (*Signer, error) + func (s *Signer) Public() crypto.PublicKey + func (s *Signer) Sign(rand io.Reader, digest []byte, opts crypto.SignerOpts) (signature []byte, err error)