Home
last modified time | relevance | path

Searched defs:ECDSAVerifier (Results 1 – 1 of 1) sorted by relevance

/external/tink/go/signature/subtle/
Decdsa_verifier.go33 type ECDSAVerifier struct { struct
34 publicKey *ecdsa.PublicKey
35 hashFunc func() hash.Hash
36 encoding string
71 func (e *ECDSAVerifier) Verify(signatureBytes, data []byte) error {