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
{{ message }}
This repository has been archived by the owner on Mar 13, 2019. It is now read-only.
I'm trying to encode an
ed25519.PublicKey
(type PublicKey []byte
) and I get the following panic.For some reason, asn1 seems to expect a
[]uint8
and does not accept a[]byte
.The text was updated successfully, but these errors were encountered: