]> git.codecow.com Git - Monocypher.git/commit
Revert "Modify Blake2b context input to byte buffer"
authorLoup Vaillant <loup@loup-vaillant.fr>
Fri, 24 Mar 2023 00:51:10 +0000 (01:51 +0100)
committerLoup Vaillant <loup@loup-vaillant.fr>
Fri, 24 Mar 2023 00:51:10 +0000 (01:51 +0100)
commit94d0f7031874bf532d799653777d7c0358f6b494
treee902f8e57f69fc9b4a9b31bf4adc5e0ef952a4a7
parent57bacd2c38456a8d517484c652280f6eda14b2e3
Revert "Modify Blake2b context input to byte buffer"

This reverts commit 310aab8ddf9b0a31ccc74c06ece8098769cf1231.

Turns out I failed to optimise Blake2b, and it was faster before.
src/monocypher.c
src/monocypher.h
tests/speed/speed.c