Output the rest of the key certificate, that would probably help...

This commit is contained in:
eyedeekay
2024-11-10 17:15:56 -05:00
parent 63c48dd3b7
commit a29fa0bc03
9 changed files with 51 additions and 9 deletions

View File

@@ -95,6 +95,10 @@ type DSAVerifier struct {
type DSAPublicKey [128]byte
func (k DSAPublicKey) Bytes() []byte {
return k[:]
}
// create a new dsa verifier
func (k DSAPublicKey) NewVerifier() (v Verifier, err error) {
log.Debug("Creating new DSA verifier")