Good time of the day everyone, Is my understanding correct that when calling the method in subject, buffer size can be any reasonable number which is a power of 2 and it does not necessarily need to be equal to the size of data to be encryted? For example, if data is 1 GB, then would using a 1 MB buffer be sufficient? I am just trying to avoid a potential problem when there may not be a large single contiguous block of memory available to encrypt data.
Thank you! Alex