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
OptSignWithContext/OptVerifyWithContext exposes a context.Context for sign/verify operations, even though this is unnecessary for certain Signer/Verifier methods.
In a future major version of the API, we should consider moving the context.Context to (*Signer).Sign/(*Verifier).Verify, and removing the WithContext options.
The text was updated successfully, but these errors were encountered:
OptSignWithContext/OptVerifyWithContext exposes a
context.Context
for sign/verify operations, even though this is unnecessary for certainSigner
/Verifier
methods.In a future major version of the API, we should consider moving the
context.Context
to(*Signer).Sign
/(*Verifier).Verify
, and removing theWithContext
options.The text was updated successfully, but these errors were encountered: