Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
farizrahman4u committed Jan 24, 2016
1 parent 758b3eb commit 6a3c5ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -49,14 +49,15 @@ ___

# The Code

The code is heavily documented. It consists of 3 files, `machine.py`, which defines a tree parity machine, `update_rules.py`, which contains functions for all the three update rules and `run.py` which simple creates 2 machines with default parameters and try to sync them.
The code is heavily documented. It consists of 4 files, `machine.py`, which defines a tree parity machine, `update_rules.py`, which contains functions for all the three update rules, `run.py` which simple creates 2 machines with default parameters and try to sync them and `eve.py` which is similar to `run.py`, except that nosy Eve will be trying to sync her machine with Alice's and Bob's. Will she get what she wants?

**Installation**

```
sudo git clone http://www.github.com/farizrahman4u/neuralkey.git
cd neuralkey/neuralkey
python run.py
python eve.py
```

**Requirements**
Expand Down

0 comments on commit 6a3c5ed

Please sign in to comment.