You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Signature.go Line 30:
To match the Verify() implementation, this should be a crypto.PrivateKey and then a type switch should be used to provide algorithm specific code paths.
Otherwise, if the current function signature gets traction, introducing an algorithm agnostic counterpart will end up being a bit cumbersome.
The text was updated successfully, but these errors were encountered:
Signature.go Line 30:
To match the Verify() implementation, this should be a crypto.PrivateKey and then a type switch should be used to provide algorithm specific code paths.
Otherwise, if the current function signature gets traction, introducing an algorithm agnostic counterpart will end up being a bit cumbersome.
The text was updated successfully, but these errors were encountered: