I am running linux kernel 2.6.32 which does not provide rc6 and mars encryption algorithms in its crypto API and I need to embed these algorithms as kernel modules and register them in linux's crypto API.
One way is to write my own implementation of these algorithms but I dont want to re-invent the wheel so I need to know whether there is any widely used implemention of these algos in C? I know there cant be a definite answer to this one but still if any of you gurus can tell me about some of the best open source implementations. It would be very helpful for me.
Thanks in advance.