Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



Module Name:    src
Committed By:   riastradh
Date:           Thu Nov 30 05:47:24 UTC 2017

Modified Files:
        src/common/lib/libc: Makefile.inc
        src/lib/libc/hash: Makefile.inc
        src/lib/libc/include: namespace.h
        src/sys/lib/libkern: Makefile.libkern
        src/sys/sys: Makefile
Added Files:
        src/common/lib/libc/hash/sha3: keccak.c keccak.h sha3.c
        src/lib/libc/hash/sha3: Makefile.inc
        src/sys/sys: sha3.h

Log Message:
Import SHA-3 code into libc and libkern.

No new public symbols in libc, but publishing the symbols is a simple
matter if/when we decide to do so.

Proposed on tech-kern and tech-userlevel with no objections:

https://mail-index.NetBSD.org/tech-kern/2017/11/11/msg022581.html
https://mail-index.NetBSD.org/tech-userlevel/2017/11/11/msg010968.html


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/common/lib/libc/Makefile.inc
cvs rdiff -u -r0 -r1.1 src/common/lib/libc/hash/sha3/keccak.c \
    src/common/lib/libc/hash/sha3/keccak.h \
    src/common/lib/libc/hash/sha3/sha3.c
cvs rdiff -u -r1.13 -r1.14 src/lib/libc/hash/Makefile.inc
cvs rdiff -u -r0 -r1.1 src/lib/libc/hash/sha3/Makefile.inc
cvs rdiff -u -r1.188 -r1.189 src/lib/libc/include/namespace.h
cvs rdiff -u -r1.39 -r1.40 src/sys/lib/libkern/Makefile.libkern
cvs rdiff -u -r1.162 -r1.163 src/sys/sys/Makefile
cvs rdiff -u -r0 -r1.1 src/sys/sys/sha3.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index