MCPcopy Create free account
hub / github.com/WICG/webpackage / ecdsaSigValue

Struct ecdsaSigValue

go/internal/signingalgorithm/signingalgorithm.go:35–37  ·  view source on GitHub ↗

Ecdsa-Sig-Value structure in Section 2.2.3 of RFC 3279.

Source from the content-addressed store, hash-verified

33
34// Ecdsa-Sig-Value structure in Section 2.2.3 of RFC 3279.
35type ecdsaSigValue struct {
36 R, S *big.Int
37}
38
39func (e *ecdsaSigningAlgorithm) Sign(m []byte) ([]byte, error) {
40 hash := e.hash.New()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected