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
VerifyingKey currently derives Debug, and has an internal Vec repr, so it will just print out an array of u8s in logs and error messages. The Debug impl should be custom and output base64 of the key bytes, maybe prepended by the enum variant name.
The text was updated successfully, but these errors were encountered:
VerifyingKey
currently derives Debug, and has an internal Vec repr, so it will just print out an array of u8s in logs and error messages. The Debug impl should be custom and output base64 of the key bytes, maybe prepended by the enum variant name.The text was updated successfully, but these errors were encountered: