]> git.codecow.com Git - Monocypher.git/commit
Streamlined Blake2b
authorLoup Vaillant <loup@loup-vaillant.fr>
Sat, 17 Jul 2021 22:22:49 +0000 (00:22 +0200)
committerLoup Vaillant <loup@loup-vaillant.fr>
Sat, 17 Jul 2021 22:22:49 +0000 (00:22 +0200)
commit1ada186f97703e2a60e20fb051e69c0a6bd6edae
tree5e4c29a411e843809fe713729022683b0a0f4580
parent653161aa0a32a9792fdc8a7bd5cdea0dabd4defe
Streamlined Blake2b

- Moved   blake2b_incr() inside of blake2b_compress()
- Inlined blake2b_end_block()
- Inlined blake2b_update()

This removed some redundancy and saved 11 lines of code.
src/monocypher.c