I was searching for twofish encryption then I found mcrypt and they said I should use the cipher: MCRYPT_TWOFISH256 (because I want 256 bit key size) But it didnt work and I checked my version and the version to use MCRYPT_TWOFISH256.
THIS maked me confusing: In the mcrypt documentary is said that I needed an OLDER version too use MCRYPT_TWOFISHxxx and the newer version used only MCRYPT_TWOFISH and NO numbers after it that tells the key size so my question:
How big is the key size for the cipher: MCRYPT_TWOFISH. Because it dosnt have any numbers in the end that tells the key size. Example: MCRYPT_SERPENT_256