Include CurveCP's README
This commit is contained in:
parent
cac486b789
commit
329ec43e02
@ -28,5 +28,8 @@ curvecpserver_SOURCES = \
|
||||
curvecpmessage_SOURCES = \
|
||||
curvecpmessage.c
|
||||
|
||||
EXTRA_DIST = \
|
||||
README
|
||||
|
||||
SUBDIRS = \
|
||||
libcurvecp
|
||||
|
15
src/curvecp/README
Normal file
15
src/curvecp/README
Normal 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
|
Loading…
Reference in New Issue
Block a user