-
-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Format #20
Format #20
Conversation
return new Buffer(out.toDER()) | ||
} | ||
function dsaSign (hash, priv, algo) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@calvinmetcalf are these meant to be here? They are completely unused.
Failing test, seems to be something wrong with
|
return ecSign(hash, priv) | ||
} else if (priv.type === 'dsa') { | ||
return dsaSign(hash, priv, hashType) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is where dsaSign was used from
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cheers for re-adding it. Must have been lost when I re-based.
here we go with a version that passes standard and has DSA in it |
everything passes, so merging |
Thanks @calvinmetcalf, not sure how that |
merge I'd guess, but that's why we use standard know |
and published |
No description provided.