mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-07-21 05:51:14 -04:00
fix typo
This commit is contained in:
parent
10d0f5661b
commit
d23fb23e1f
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ This early scheme is highly specialized for this task and not applicable to diff
|
||||||
|
|
||||||
Alice and Bob have struck it rich! They're both millionaires, but they want to be able to see who has more money without revealing exactly how much they have to each other.
|
Alice and Bob have struck it rich! They're both millionaires, but they want to be able to see who has more money without revealing exactly how much they have to each other.
|
||||||
|
|
||||||
Luckily, we can use MPC to solve this "Millionaire's Problem" this using a method invented by Andrew Yao called *garbled cricuits*. Garbled circuits allow us to use MPC for any problem as long as it can be represented as a boolean circuit i.e. a set of logic gates such as `AND` `OR` `XOR` etc.
|
Luckily, we can use MPC to solve this "Millionaire's Problem" this using a method invented by Andrew Yao called *garbled circuits*. Garbled circuits allow us to use MPC for any problem as long as it can be represented as a boolean circuit i.e. a set of logic gates such as `AND` `OR` `XOR` etc.
|
||||||
|
|
||||||
### Garbled Circuits
|
### Garbled Circuits
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue