I have a little problem with a C library: Byte Flood Cryptography. ( http://bfcrypt.sourceforge.net ).
I would create a program which use both linux sockets and Byte Flood Cryptography (the Byte Flood Cryptography functions are near from those provided from stdio.h, and this, I have understand).
I don't know how to 'bind' the two stream. I would encrypt data directly to the network.
How can I do?? (I don't want to use temporary array or files)