Csaba Kiraly 6ff0031293
speed up tag generation by a factor of s
Scalar multiplications in tag generation can be rearranged
to benefit from the way random points are being generated.
Since random points are themselves generated using scalar
multiplication and the base is common, the sum of multiplications
becomes a single multiplication with the scalar sum, resulting in
a nice speedup.

Signed-off-by: Csaba Kiraly <csaba.kiraly@gmail.com>
2022-01-17 11:26:11 -06:00
..
2022-01-17 11:26:11 -06:00
2022-01-17 11:26:10 -06:00

Nim implementation of Proof of Storage related schemes