package dsa

import "golang.org/x/crypto/internal/wycheproof/internal/dsa"

Package dsa provides an internal version of dsa.Verify that is used for the Wycheproof tests.

Index

Functions

func VerifyASN1

func VerifyASN1(pub *dsa.PublicKey, hash, sig []byte) bool

VerifyASN1 verifies the ASN1 encoded signature, sig, of hash using the public key, pub. Its return value records whether the signature is valid.

Source Files

dsa.go

Version
v0.5.0
Published
Jan 4, 2023
Platform
windows/amd64
Imports
4 packages
Last checked
1 day ago

Tools for package owners.