Topic: wc_AesGcmDecrypt - Decrypt in place?
Hi!
Is it possible to set in and out buffers to be the same buffer when using the wc_AesGcmDecrypt function? That is, read encrypted data from the buffer and decrypt it to the same place?
And same question for the wc_AesGcmEncrypt function.
Thanks!