]> git.codecow.com Git - Monocypher.git/commit
EdDSA: Inlined fe_sq2()
authorLoup Vaillant <loup@loup-vaillant.fr>
Sat, 17 Jul 2021 23:15:10 +0000 (01:15 +0200)
committerLoup Vaillant <loup@loup-vaillant.fr>
Sat, 17 Jul 2021 23:15:10 +0000 (01:15 +0200)
commit1497bdb34dd7081d89532eb529c4c18e42f8c414
tree91e364f89cb844e5177b99e2353063404a1e6a29
parenteeb1d143b1dad7a5cf22ad7472d5d5fe6726d90f
EdDSA: Inlined fe_sq2()

This function was used only once and was one more function to worry
about with respect to carry propagation.
Plus, inlining it saves 4 lines.
src/monocypher.c