Skip to content
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

Streaming signed data #16

Open
kirelagin opened this issue Oct 7, 2020 · 0 comments
Open

Streaming signed data #16

kirelagin opened this issue Oct 7, 2020 · 0 comments
Labels
crypto-sodium package: crypto-sodium

Comments

@kirelagin
Copy link
Contributor

This is split from #3.

Unlike in #3 we want to attach a signature to each chunk of the stream, so it can be verified and consumed in a single pass.

This is not implemented in Sodium for signing, but is implemented for encryption, so we can do something similar (and also be sure to check with https://saltpack.org/signing-format-v2 to see if there are any caveats).

@kirelagin kirelagin added the crypto-sodium package: crypto-sodium label Oct 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
crypto-sodium package: crypto-sodium
Projects
None yet
Development

No branches or pull requests

1 participant