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
One thing we could add for both the signer and the verifier is allow the application to provide the message in pieces using an init/update/final set of calls?
One issue with the signing part is that we'd need to implement one-pass signing (as otherwise we'd be forced to cache the entire signed message in memory).
The text was updated successfully, but these errors were encountered:
One thing we could add for both the signer and the verifier is allow the application to provide the message in pieces using an init/update/final set of calls?
One issue with the signing part is that we'd need to implement one-pass signing (as otherwise we'd be forced to cache the entire signed message in memory).
The text was updated successfully, but these errors were encountered: