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
It calls ed25519_dalek::SigningKey::generate internally, which cannot fail. Is it to have the same Signature as generate_rsa? If yes, is that valuable? It seems more ergonomic to me if infallible operations don't return an Option.
The text was updated successfully, but these errors were encountered:
It calls
ed25519_dalek::SigningKey::generate internally
, which cannot fail. Is it to have the same Signature asgenerate_rsa
? If yes, is that valuable? It seems more ergonomic to me if infallible operations don't return an Option.The text was updated successfully, but these errors were encountered: