]> git.codecow.com Git - Monocypher.git/commit
Avoid macros where we can
authorLoup Vaillant <loup@loup-vaillant.fr>
Sat, 4 Aug 2018 20:48:20 +0000 (22:48 +0200)
committerLoup Vaillant <loup@loup-vaillant.fr>
Sat, 4 Aug 2018 20:48:20 +0000 (22:48 +0200)
commit57b9031bee05a87691bc693743a0292c16db6605
treeb18b35f85a4a0c32eafbd078940c1256040c00f8
parentef4d346e715ce9d9546b81f7518a8063b7d72e72
Avoid macros where we can

Turns out a simple test (which doesn't depend on a secret) was enough to
not need the macro at all.  And we still save that multiplication.
src/monocypher.c