Versions in this module Expand all Collapse all v1 v1.0.0 Sep 9, 2016 Changes in this version + type Config struct + Module string + PIN string + PrivateKeyLabel string + TokenLabel string + type Key struct + func New(modulePath, tokenLabel, pin, privateKeyLabel string) (ps *Key, err error) + func (ps *Key) Destroy() error + func (ps *Key) Public() crypto.PublicKey + func (ps *Key) Sign(rand io.Reader, msg []byte, opts crypto.SignerOpts) (signature []byte, err error) + type Pool struct + func NewPool(n int, modulePath, tokenLabel, pin, privateKeyLabel string) (*Pool, error) + func (p *Pool) Destroy() error + func (p *Pool) Public() crypto.PublicKey + func (p *Pool) Sign(rand io.Reader, msg []byte, opts crypto.SignerOpts) ([]byte, error) Incompatible versions in this module v3.0.0+incompatible Jul 22, 2019 v2.0.0+incompatible Dec 19, 2016