Hello
When encoding a message using the rssl functions, often the size of the resulting message is unknown so at the start a big buffer needs to be created (sometimes way larger than the resulting message size). Is there a clean way of creating a buffer and then making it bigger if it is not large enough?
Thanks