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
In Jellyfish, a schnorr::VerKey can be create from a schnorr::SignKey, so it is convenient to just pass around the sign key as environment variables etc. However, there is no way to create a KeyPair from a SignKey. The generate_from_sign_key method takes the internal field element of the sign key, and as far as I can tell there is no way to extract that field element from the SignKey
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: