]> git.codecow.com Git - Monocypher.git/commit
Inlined ge_r_check()
authorLoup Vaillant <loup@loup-vaillant.fr>
Wed, 18 Aug 2021 19:09:11 +0000 (21:09 +0200)
committerLoup Vaillant <loup@loup-vaillant.fr>
Wed, 18 Aug 2021 19:09:11 +0000 (21:09 +0200)
commitcdc2a873045c074eeb83b4d055fed8f22d762e41
tree1ed83d6761fd25a6ea9c80af3d6119e5a8b64871
parent517ec68de0b176ae1fa70dda1a245e29c66f72c9
Inlined ge_r_check()

This saves 9 lines of code.

ge_r_check() was once separated to enhance readability, but it turns out
that inlining it saves more lines of code than expected. The code is
almost more readable now, though the comments are still needed.
src/monocypher.c