Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10
# # Makefile for the skein secure hash algorithm # obj-$([31mCONFIG_CRYPTO_SKEIN[0m) += skein.o skein-y := skein_base.o \ skein_api.o \ skein_block.o \ threefish_block.o \ threefish_api.o \ skein_generic.o