Searched defs:brokenSigner (Results 1 – 2 of 2) sorted by relevance
1662 type brokenSigner struct{ crypto.Signer } struct1664 …Signer) Sign(rand io.Reader, digest []byte, opts crypto.SignerOpts) (signature []byte, err error) {
3128 type brokenSigner struct { struct3129 pub crypto.PublicKey3132 func (bs *brokenSigner) Public() crypto.PublicKey {3136 func (bs *brokenSigner) Sign(_ io.Reader, _ []byte, _ crypto.SignerOpts) ([]byte, error) {