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

Add bindings for Streaming Encryption i.e. crypto_secretstream_*() API #5

Open
michaelmendoza opened this issue Jun 12, 2018 · 0 comments
Assignees

Comments

@michaelmendoza
Copy link

Add bindings/tests for Streaming Encryption i.e. crypto_secretstream_*() API.
Includes:

  1. crypto_secretstream_xchacha20poly1305_keygen()
  2. crypto_secretstream_xchacha20poly1305_init_push()
  3. crypto_secretstream_xchacha20poly1305_push()
  4. crypto_secretstream_xchacha20poly1305_init_pull()
  5. crypto_secretstream_xchacha20poly1305_pull()
  6. crypto_secretstream_xchacha20poly1305_rekey()
@michaelmendoza michaelmendoza self-assigned this Jun 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant