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

Adds support for calls to Libsodium AES-256-GCM detached encrypt/decrypt #85

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

JpGallegos
Copy link

@JpGallegos JpGallegos commented Aug 6, 2024

This Pull Request implements calls to crypto_aead_aes256gcm_encrypt_detached and crypto_aead_aes256gcm_decrypt_detached.

The design decisions were made to not have any impacts on the current API, and to follow, as much as possible, the coding style.

Closes #84

@JpGallegos JpGallegos marked this pull request as ready for review August 6, 2024 16:31
@JpGallegos
Copy link
Author

Hi @ektrah , can you have a look on this PR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants