mko-x/SharedAES-GCM

int aes_gcm_decrypt(...) output size

COM8 opened this issue · 2 comments

COM8 commented

I'm trying to use aes_gcm_decrypt(...) from aes-gcm.

What size does unsigend char* output have to have?
Is ther any formula/method?

It has to be of (at least) the same size as your input.

COM8 commented

Ok thanks!