John P. Gallegos Diaz
John P. Gallegos Diaz
**Context** I managed to get Unity builds to run on NVIDIA GPUs for Gitlab CI pipelines. I would like to add this to the shared knowledge base of this community....
# Description I would like to request the addition of support for calling the `crypto_aead_aes256gcm_encrypt_detached` and `crypto_aead_aes256gcm_decrypt_detached` functions from the libsodium library. # Proposed API The proposed API could look...
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,...