When calling gcry_cipher_encrypt using twofish with CFB mode and the two buffer method, what will the size of the encrypted value returned to the out buffer be? Is it always the size of the bufferlength passed to the function, with appropriate padding, or can it be variable in length not to exceed the passed bufferlength? Thanks - Tod