Question

is it normal to get the junk bytes at end of buffer when this function returns?

Was it helpful?

Solution

If you're using a block cipher, it's normal for the output to be padded to a multiple of the block size. With a stream cipher, the result will normally be exactly the same length as the input.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top