a collegue and me began to implement SHA512 (currently not supported under OpenSSL). During implementation
we found that there is a generic datastructure (md32common.h) which deals with block handling for hashalgorithms.
As you all know are SHA512/SHA384 64bit wide and so they may cause problems with this datastructure.
Now my question is anybody implementing a newer generic structure (md64common.h, or called somehow) which
can be used to implement SHA512/384? We don't want to make work twice ;-)
Thanks for your time.
Peter
______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
