Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Oct 2003 11:00:00 -0700
From:      Sam Leffler <sam@errno.com>
To:        Hajimu UMEMOTO <ume@FreeBSD.org>, src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sys/crypto/ripemd160 rmd160.c rmd160.h
Message-ID:  <200310121100.00588.sam@errno.com>
In-Reply-To: <200310120943.h9C9hmM9098555@repoman.freebsd.org>
References:  <200310120943.h9C9hmM9098555@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sunday 12 October 2003 02:43 am, Hajimu UMEMOTO wrote:
> ume         2003/10/12 02:43:48 PDT
>
>   FreeBSD src repository
>
>   Added files:
>     sys/crypto/ripemd160 rmd160.c rmd160.h
>   Log:
>   RIPEMD160 support
>
>   Obtained from:  KAME
>
>   Revision  Changes    Path
>   1.1       +369 -0    src/sys/crypto/ripemd160/rmd160.c (new)
> http://cvsweb.FreeBSD.org/src/sys/crypto/ripemd160/rmd160.c?rev=1.1&content
>-type=text/plain 1.1       +43 -0     src/sys/crypto/ripemd160/rmd160.h
> (new)
> http://cvsweb.FreeBSD.org/src/sys/crypto/ripemd160/rmd160.h?rev=1.1&content
>-type=text/plain

There is already RIPMD160 support in the system.  This will break LINT builds 
I believe.  Also, you should compare performance of your code to the existing 
code before importing something new--if your stuff is better then we should 
change the kernel crypto support to use your code; otherwise you should use 
what's already there.

	Sam



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310121100.00588.sam>