On 1/3/07, Roy T. Fielding <[EMAIL PROTECTED]> wrote:
One-way hash functions are not crypto. Just copy the friggin code.
Well, it's in both our and OpenSSL's 'crypto' directory. =) FWIW, OpenSSL uses Perl scripts at compile-time to generate the relevant assembler based upon the local environment. So, it's not a simple cut-and-paste. The starting point is here: http://cvs.openssl.org/rlog?f=openssl/crypto/md5 Their implementation willl descend into the asm dir and up to the parent dir with md32_common.h. *shrug* -- justin
