Caleb James DeLisle 896627850f oops wrong name il y a 11 ans
..
LIBS 896627850f oops wrong name il y a 11 ans
README 896627850f oops wrong name il y a 11 ans
SOURCES 896627850f oops wrong name il y a 11 ans
TARGETS 896627850f oops wrong name il y a 11 ans
blocking.c 896627850f oops wrong name il y a 11 ans
blocking.h 896627850f oops wrong name il y a 11 ans
byte.h 896627850f oops wrong name il y a 11 ans
byte_copy.c 896627850f oops wrong name il y a 11 ans
byte_isequal.c 896627850f oops wrong name il y a 11 ans
byte_zero.c 896627850f oops wrong name il y a 11 ans
crypto_block.c 896627850f oops wrong name il y a 11 ans
crypto_block.h 896627850f oops wrong name il y a 11 ans
curvecpclient.c 896627850f oops wrong name il y a 11 ans
curvecpmakekey.c 896627850f oops wrong name il y a 11 ans
curvecpmessage.c 896627850f oops wrong name il y a 11 ans
curvecpprintkey.c 896627850f oops wrong name il y a 11 ans
curvecpserver.c 896627850f oops wrong name il y a 11 ans
die.c 896627850f oops wrong name il y a 11 ans
die.h 896627850f oops wrong name il y a 11 ans
e.c 896627850f oops wrong name il y a 11 ans
e.h 896627850f oops wrong name il y a 11 ans
hexparse.c 896627850f oops wrong name il y a 11 ans
hexparse.h 896627850f oops wrong name il y a 11 ans
load.c 896627850f oops wrong name il y a 11 ans
load.h 896627850f oops wrong name il y a 11 ans
nameparse.c 896627850f oops wrong name il y a 11 ans
nameparse.h 896627850f oops wrong name il y a 11 ans
nanoseconds.c 896627850f oops wrong name il y a 11 ans
nanoseconds.h 896627850f oops wrong name il y a 11 ans
open.h 896627850f oops wrong name il y a 11 ans
open_cwd.c 896627850f oops wrong name il y a 11 ans
open_lock.c 896627850f oops wrong name il y a 11 ans
open_pipe.c 896627850f oops wrong name il y a 11 ans
open_read.c 896627850f oops wrong name il y a 11 ans
open_write.c 896627850f oops wrong name il y a 11 ans
portparse.c 896627850f oops wrong name il y a 11 ans
portparse.h 896627850f oops wrong name il y a 11 ans
randommod.c 896627850f oops wrong name il y a 11 ans
randommod.h 896627850f oops wrong name il y a 11 ans
safenonce.c 896627850f oops wrong name il y a 11 ans
safenonce.h 896627850f oops wrong name il y a 11 ans
savesync.c 896627850f oops wrong name il y a 11 ans
savesync.h 896627850f oops wrong name il y a 11 ans
socket.h 896627850f oops wrong name il y a 11 ans
socket_bind.c 896627850f oops wrong name il y a 11 ans
socket_recv.c 896627850f oops wrong name il y a 11 ans
socket_send.c 896627850f oops wrong name il y a 11 ans
socket_udp.c 896627850f oops wrong name il y a 11 ans
uint16_pack.c 896627850f oops wrong name il y a 11 ans
uint16_pack.h 896627850f oops wrong name il y a 11 ans
uint16_unpack.c 896627850f oops wrong name il y a 11 ans
uint16_unpack.h 896627850f oops wrong name il y a 11 ans
uint32_pack.c 896627850f oops wrong name il y a 11 ans
uint32_pack.h 896627850f oops wrong name il y a 11 ans
uint32_unpack.c 896627850f oops wrong name il y a 11 ans
uint32_unpack.h 896627850f oops wrong name il y a 11 ans
uint64_pack.c 896627850f oops wrong name il y a 11 ans
uint64_pack.h 896627850f oops wrong name il y a 11 ans
uint64_unpack.c 896627850f oops wrong name il y a 11 ans
uint64_unpack.h 896627850f oops wrong name il y a 11 ans
writeall.c 896627850f oops wrong name il y a 11 ans
writeall.h 896627850f oops wrong name il y a 11 ans

README

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