Here is the C and assembly source for the Twofish encrypt algorithm. It is freely availible from Counterpane Labs (Go into the sitemap).
It is one of the AES standed finalist's, and if anyone wants a free encryption algorithm (which it is, no lience required or attached) you wont go past this one in many ways.
However some work will have to be done to get it into say a library for masm but im going away for two weeks so I thought it might be of some interest to anyone else who is intrested.
huh :)
It is one of the AES standed finalist's, and if anyone wants a free encryption algorithm (which it is, no lience required or attached) you wont go past this one in many ways.
However some work will have to be done to get it into say a library for masm but im going away for two weeks so I thought it might be of some interest to anyone else who is intrested.
huh :)
Here is twofish asm sourcecode.I dont know whether it is optimized or not.Maybe it can be usefull to you
LaptoniC:
From the asm file:
lol :)
From the asm file:
; WARNING: This module is written for speed, not clarity!
lol :)