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
Added an optional flag --bech (also --jcli works), to output the signature and public key in jcli compatible bech format with prefixes ed25519_sig and ed25519_pk. This is available in the normal signing mode.
The verify function now also accepts bech encoded signatures ed25519_sig in addition to hex strings.
With this update the sign/verify functions in cardano-signer can substitute jcli for sign/verify.