This is the mail archive of the
java-discuss@sources.redhat.com
mailing list for the Java project.
Re: Is MD5 algorithm supported in libgcj?
- To: Tom Tromey <tromey at cygnus dot com>
- Subject: Re: Is MD5 algorithm supported in libgcj?
- From: Mark Wielaard <mark at klomp dot org>
- Date: Wed, 19 Jul 2000 15:21:59 +0200
- Cc: arajesh at india dot adventnet dot com,"java-discuss at sourceware dot cygnus dot com" <java-discuss at sourceware dot cygnus dot com>
- References: <39754799.25338C34@india.adventnet.com> <200007191257.FAA21625@ferrule.cygnus.com>
Hi,
On Wed, Jul 19, 2000 at 05:57:42AM -0700, Tom Tromey wrote:
> I looked at my copy of Cryptix and I don't see an MD5 implementation.
> I looked in src/cryptix/jce/provider/md.
> There I see MD2.java and MD4.java, but no MD5.java.
Although I have never used it the GNU Security Provider from Classpath
written by Mark Benvenuto has a MD5 implementation.
It can be found in gnu/java/security/provider.
(Some of those files are already imported into libgcj, but MD5.java
seems not be be integrated yet.)
Cheers,
Mark