diff options
author | Nicholas Johnson <nick@nicksphere.ch> | 2022-09-16 00:00:00 +0000 |
---|---|---|
committer | Nicholas Johnson <nick@nicksphere.ch> | 2022-09-16 00:00:00 +0000 |
commit | 6d0fa32de4aedf7990d91047807ca61ddcd267358a471b421d8534dcb5fd2606 (patch) | |
tree | 7ba4476fce0bc221841c942b4ef95dc995fae869885a8a60b2ff6fe6fbc04e92 /content/entry/remote-fair-coin-flipping-with-friends.md | |
parent | 7d93bc2b8fe87ac682cb0c7cdbf4d6355838c32fce3b942360bf5f22413e6ae6 (diff) | |
download | journal-6d0fa32de4aedf7990d91047807ca61ddcd267358a471b421d8534dcb5fd2606.tar.gz journal-6d0fa32de4aedf7990d91047807ca61ddcd267358a471b421d8534dcb5fd2606.zip |
Add new page variable for upcoming theme update
Diffstat (limited to 'content/entry/remote-fair-coin-flipping-with-friends.md')
-rw-r--r-- | content/entry/remote-fair-coin-flipping-with-friends.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/entry/remote-fair-coin-flipping-with-friends.md b/content/entry/remote-fair-coin-flipping-with-friends.md index c23963f..2e3fbeb 100644 --- a/content/entry/remote-fair-coin-flipping-with-friends.md +++ b/content/entry/remote-fair-coin-flipping-with-friends.md @@ -2,6 +2,7 @@ title: "Remote Fair Coin Flipping with Friends" date: 2020-11-19T00:00:00 draft: false +pageinfo: true --- Suppose you and some friends want to flip a coin without meeting up. It has to be done over an authenticated communication channel[1] such as a secure messaging app. How can you do it such that nobody can predict the final result? I'll explain how to do it fairly. I'm well aware of common coin algorithms. This post is mostly just for amusement. It's my half-hearted attempt at designing a cryptosystem. More on that later. |