From 30767ec7552fc4d40ae33a6526bb71e23f5c095e Mon Sep 17 00:00:00 2001 From: "Tobin C. Harding" Date: Fri, 9 Oct 2020 09:46:44 +1100 Subject: [PATCH] Move alice/bob definition comment --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 61a609b7..ca9343ce 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,11 @@ XMR to BTC Atomic Swap This repository is a proof of concept for atomically swapping XMR for BTC. +We define: + +- Alice to be the actor that initially holds XMR. +- Bob to be the actor that initially holds BTC. + In the best-case scenario the protocol looks like this: 1. Alice and Bob exchange a set of addresses, keys, zero-knowledge proofs and signatures. @@ -18,11 +23,6 @@ When doing so she leaks her Monero secret key `s_a` to Bob through the magic of ![BTC/XMR atomic swap protocol](https://github.com/comit-network/xmr-btc-swap/blob/readme/BTC_XMR_atomic_swap_protocol.svg) -We define: - -- Alice to be the actor that initially holds XMR. -- Bob to be the actor that initially holds BTC. - The repository is structured as a library and a single test function that executes the swap. The library has the following modules: