cvs commit: src/sys/crypto/ripemd160 rmd160.c rmd160.h
Sam Leffler
sam at errno.com
Sun Oct 12 10:58:55 PDT 2003
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
More information about the cvs-src
mailing list