Blowfish.e (Alexander Toresson)
- Posted by irv mullins <irvm at ellijay.com> Jul 03, 2004
- 480 views
Hi: I am trying to use your blowfish encryption as part of a larger program, and I'm having a lot of problems because of collisions between stock Eu functions and the ones you have re-defined (open, gets, getc, printf, etc...) As you know, namespacing doesn't help here: for example, if I need to use Eu's gets(), there's no way to include that in a namespace, ( e.g.: eu:gets() ) since it is a built-in function. Are all those re-defined functions necessary? How do they differ from the built-in ones? Regards, Irv