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
We recently changed the library to expose the RecryptErr type which was accidentally not being exposed out of the library. Now I noticed that we have the same problem with the Ed25519Error type. From what I can tell it's only ever used as part of the SigningKeypair methods, so maybe the better path forward here would be to get rid of it in favor of the RecryptErr type.
The text was updated successfully, but these errors were encountered:
We recently changed the library to expose the
RecryptErr
type which was accidentally not being exposed out of the library. Now I noticed that we have the same problem with theEd25519Error
type. From what I can tell it's only ever used as part of theSigningKeypair
methods, so maybe the better path forward here would be to get rid of it in favor of theRecryptErr
type.The text was updated successfully, but these errors were encountered: