Include CurveCP's README

This commit is contained in:
Frank Denis 2013-02-18 15:40:41 -08:00
parent cac486b789
commit 329ec43e02
2 changed files with 18 additions and 0 deletions

View File

@ -28,5 +28,8 @@ curvecpserver_SOURCES = \
curvecpmessage_SOURCES = \
curvecpmessage.c
EXTRA_DIST = \
README
SUBDIRS = \
libcurvecp

15
src/curvecp/README Normal file
View File

@ -0,0 +1,15 @@
Example of use:
curvecpmakekey serverkey
curvecpprintkey serverkey > serverkey.hex
curvecpserver this.machine.name serverkey \
127.0.0.1 10000 31415926535897932384626433832795 \
curvecpmessage cat /usr/share/dict/words &
curvecpclient this.machine.name $(cat serverkey.hex) \
127.0.0.1 10000 31415926535897932384626433832795 \
curvecpmessage -c sh -c 'shasum5.12 <&6'
shasum5.12 < /usr/share/dict/words