summaryrefslogtreecommitdiff
path: root/cipher/blake2.c
Commit message (Expand)AuthorAgeFilesLines
* blake2: add AVX512 accelerated implementationsJussi Kivilinna2022-07-251-4/+45
* kdf:argon2: Fix for the case output > 64.NIIBE Yutaka2022-03-291-3/+9
* ciper/blake2: Make sure to clean up the stack.NIIBE Yutaka2022-01-311-0/+2
* cipher: Implement variable-length hash function for Argon2.NIIBE Yutaka2022-01-281-0/+51
* cipher: Use const for *_spec_t, if possible.NIIBE Yutaka2022-01-041-3/+3
* hash_buffers: add output length param for XOF supportJussi Kivilinna2021-04-261-1/+2
* md: remove hash_buffer function from algorithmsJussi Kivilinna2021-04-261-11/+0
* Add hash_buffer and hash_buffers for SHA-224, SHA-385, SHA3 and BLAKE2Jussi Kivilinna2018-06-191-1/+24
* Add hash_buffer and hash_buffers pointers to message digest specJussi Kivilinna2018-06-191-0/+1
* AVX implementation of BLAKE2sJussi Kivilinna2018-02-161-4/+48
* AVX2 implementation of BLAKE2bJussi Kivilinna2018-02-041-4/+60
* Add BLAKE2b and BLAKE2s hash algorithms (RFC 7693)Jussi Kivilinna2017-02-271-0/+872