Sha256: 79665eadd5fdefdfd918876a0ed65022ea3742741d7523bdce99e392a610efa9
Contents?: true
Size: 476 Bytes
Versions: 3
Compression:
Stored size: 476 Bytes
Contents
Example of use (with nacl-20110221/build/*/bin in $PATH): 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 'nacl-sha512 <&6' nacl-sha512 < /usr/share/dict/words
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ruby_nacl-0.1.2 | ext/ruby_nacl/NaCl/curvecp/README |
ruby_nacl-0.1.1 | ext/ruby_nacl/NaCl/curvecp/README |
ruby_nacl-0.1.0 | ext/ruby_nacl/NaCl/curvecp/README |