]> git.codecow.com Git - Monocypher.git/commit
Argon2: Inlined g_copy(), g_xor(), and unary_g()
authorLoup Vaillant <loup@loup-vaillant.fr>
Sat, 17 Jul 2021 23:05:41 +0000 (01:05 +0200)
committerLoup Vaillant <loup@loup-vaillant.fr>
Sat, 17 Jul 2021 23:05:41 +0000 (01:05 +0200)
commiteeb1d143b1dad7a5cf22ad7472d5d5fe6726d90f
tree27fee947d1b51526318a9f367746402d1133cd29
parent1ada186f97703e2a60e20fb051e69c0a6bd6edae
Argon2: Inlined g_copy(), g_xor(), and unary_g()

This saved 16 lines of code. It is not clear how readability is impacted
(the calling code is a bit more complex, but it is also more local).
Overall, I believe it's a win.
src/monocypher.c