Lines Matching full:multiply
663 speed increase is useful when \textit{TWOFISH\_SMALL} is defined since the s-boxes and MDS multiply form the heart of the
3249 to have a forged signature for. Simply get the signatures for $M_1$ and $M_2$ on their own and multiply the result
5307 When defined GCM will use the SSE2 instructions to perform the $GF(2^x)$ multiply using 16 128--bit XOR operations. It shaves a few cycles per byte
6150 /** multiply two integers
6159 /** multiply two integers
6291 @param k The integer to multiply the point by
6292 @param G The point to multiply
6344 @param A First point to multiply
6346 @param B Second point to multiply
6429 \subsubsection{Point Multiply}
6430 This will multiply the point $G$ by the scalar $k$ and store the result in the point $R$. The value should be mapped to affine only if $map$ is set to one.