Hi!

Ok, nice to know at least that it is not supported.

We are doing some crypto in a network setting, so it would be nice to decrypt into the same packet intended to forward, to avoid copying data.

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!