]> git.codecow.com Git - Monocypher.git/commit
Factored out mul_add() algorithm
authorLoup Vaillant <loup@loup-vaillant.fr>
Fri, 10 Aug 2018 20:35:49 +0000 (22:35 +0200)
committerLoup Vaillant <loup@loup-vaillant.fr>
Fri, 10 Aug 2018 20:35:49 +0000 (22:35 +0200)
commitbd85792be13e2bfcba2fcdd3599c0cdbdf939569
tree94629b172df660cf76cdeaf72f6e949934c0ac8b
parent4ac376f43c96fc15473323b1dc65ab5b8f9b13ac
Factored out mul_add() algorithm

It is was originally only used in signature verification, but the
transformation to all bits sets for the signed comb algorithm now also
uses it.

It also makes the high level algorithms a bit more readable.
src/monocypher.c