summaryrefslogtreecommitdiffstats
path: root/include/crypto/blake2s.h
Commit message (Expand)AuthorAgeFilesLines
* crypto: blake2s - include <linux/bug.h> instead of <asm/bug.h>Eric Biggers2021-01-031-2/+1
* crypto: blake2s - adjust include guard namingEric Biggers2021-01-031-3/+3
* crypto: blake2s - add comment for blake2s_state fieldsEric Biggers2021-01-031-0/+1
* crypto: blake2s - optimize blake2s initializationEric Biggers2021-01-031-26/+27
* crypto: blake2s - generic C library implementation and selftestJason A. Donenfeld2019-11-171-0/+106