Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.9-rc6 10 lines 219 B view raw
1# 2# Makefile for the skein secure hash algorithm 3# 4obj-$(CONFIG_CRYPTO_SKEIN) += skein.o 5skein-y := skein_base.o \ 6 skein_api.o \ 7 skein_block.o \ 8 threefish_block.o \ 9 threefish_api.o \ 10 skein_generic.o