-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multi-part/lazy signatures #3
Comments
Probably, do #10 first. |
See |
I think we should restrict the scope of this issue to multi-part messages as implemented in Libsodium, i.e. we lazily consume a message and produce a signature. Streaming signed data should be a separate concept, which is not implemented in Libsodium, and we should do something like the Saltpack’s format and/or Sodium’s encrypted stream format. |
Probably won’t happen (see #17 (comment)). |
https://libsodium.gitbook.io/doc/public-key_cryptography/public-key_signatures#example-multi-part-message
ByteString
?ListT
?The text was updated successfully, but these errors were encountered: