COM8 opened this issue 6 years ago · 2 comments
I'm trying to use aes_gcm_decrypt(...) from aes-gcm.
aes_gcm_decrypt(...)
aes-gcm
What size does unsigend char* output have to have? Is ther any formula/method?
unsigend char* output
It has to be of (at least) the same size as your input.
input
Ok thanks!