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

Struct ecdsaSigningAlgorithm

go/internal/signingalgorithm/signingalgorithm.go:28–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28type ecdsaSigningAlgorithm struct {
29 privKey *ecdsa.PrivateKey
30 hash crypto.Hash
31 rand io.Reader
32}
33
34// Ecdsa-Sig-Value structure in Section 2.2.3 of RFC 3279.
35type ecdsaSigValue struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected