Skip to content

Commit

Permalink
fix: "for to two" typo from michael
Browse files Browse the repository at this point in the history
  • Loading branch information
vEnhance committed Aug 16, 2024
1 parent 5bba16e commit df44d7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ot.typ
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ So Alice is guaranteed that Bob only knows how to decrypt (at most) one message.

In fact, some public-key cryptosystems (like ElGamal)
have a sort of "homomorphic" property:
If you know the private keys for to two different public keys $b_1$ and $b_2$,
If you know the private keys for two different public keys $b_1$ and $b_2$,
then you can compute the private key for the public key $b_2 b_1^(-1)$.
(In ElGamal, this is true because the private key is just the discrete logarithm
of the public key.)
Expand Down

0 comments on commit df44d7d

Please sign in to comment.