-
- All Implemented Interfaces:
public final class MultiplyAndAddKt
-
-
Method Summary
Modifier and Type Method Description final static ScalarmultiplyAndAdd(Scalar $self, Scalar b, Scalar c)Compute $a * b + c \bmod \ell$. -
-
Method Detail
-
multiplyAndAdd
final static Scalar multiplyAndAdd(Scalar $self, Scalar b, Scalar c)
Compute $a * b + c \bmod \ell$.
- Parameters:
b- the Scalar to multiply this by.c- the Scalar to add to the product.
-
-
-
-