From: Nathan P. <gai...@gl...> - 2007-04-02 02:08:33
|
I implemented RC4 as a registered cipher in cipher.c. It seems to work great. I will probably submit a patch soon after some more testing. I have one question though. Why is there a get_key_size operation defined in the _GaimCipherOps struct? None of the ciphers use it, and there is no corresponding set_key_size operation. I have decided to use the set_option and get_option operations for setting and reading the key size instead of messing with the get_key_size operation. I believe this is the correct thing to do, but I wanted to check first as to what the intention of the get_key_size operation is. thanks, -Nathan |