From: Sean E. <sea...@gm...> - 2007-04-02 12:47:35
|
On 4/1/07, Nathan Peterson <gai...@gl...> wrote: > 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. Awesome. I look forward to seeing it. > 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. Gary? |