Questions tagged [multiplication]
4 questions
2
votes
0 answers
Why doesn't OpenSSL use Karatsuba multiplication with bit extension when the numbers are of different sizes?
In the second paragraph of section 2.5 of the paper Remote Timing Attacks are Practical the authors write:
When $g$ is just below a multiple of $q$, then OpenSSL almost always uses fast Karatsuba multiplication. When $g$ is just over a multiple of…
finks
- 121
- 2
1
vote
1 answer
toward another multiplication for structured Lattice based schemes
Since the LBC use The ring $\displaystyle{R_q \simeq \frac{\mathbb{Z}_q[X]}{\langle X^d+1\rangle}}$, then all the multiplications are of form
$$ c(X) = a(X) b(X) \mod(X^n+1,q) $$ which also can be interpreted as:
$$c(q) = a(q) b(q) +…
Don Freecs
- 617
- 5
- 16
1
vote
1 answer
How is GF(2^n) multiplication optimized using only rotation and xor
I have been reading the paper on SNEIKEN and SNEIKHA authenticated encryption and cryptographic hashing when I came upon some interesting optimization that was used to perform field multiplcation in order to create 32-bit permutations.
As part of…
cookiecipher
- 359
- 1
- 8
0
votes
1 answer
How secure and convincing as authorship proof is multiplying followed by adding (plaintext×key₁ + key₂)?
Each text is a place-value representation of a number with regard to (w.r.t.) each alphabet that holds all characters in the text, in which case the number of characters in the alphabet serves as base. For instance, “479” is a base-10 place-value…
Tristan Laguz
- 145
- 1
- 9