Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SignerOpts (0.14 sec)

  1. src/crypto/crypto.go

    	// the hash (as digest) and the hash function (as opts) to Sign.
    	Sign(rand io.Reader, digest []byte, opts SignerOpts) (signature []byte, err error)
    }
    
    // SignerOpts contains options for signing with a [Signer].
    type SignerOpts interface {
    	// HashFunc returns an identifier for the hash function used to produce
    	// the message passed to Signer.Sign, or else zero to indicate that no
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 13 17:09:47 UTC 2023
    - 6.8K bytes
    - Viewed (0)
Back to top