• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..05-Oct-2020-

LIBSH A D05-Oct-2020382 3231

READMEH A D05-Oct-2020476 1110

SOURCESH A D05-Oct-2020394 3736

TARGETSH A D05-Oct-202074 65

blocking.cH A D05-Oct-2020219 1310

blocking.hH A D05-Oct-2020116 85

byte.hH A D05-Oct-2020196 96

byte_copy.cH A D05-Oct-2020160 97

byte_isequal.cH A D05-Oct-2020271 119

byte_zero.cH A D05-Oct-2020120 86

crypto_block.cH A D05-Oct-2020907 3628

crypto_block.hH A D05-Oct-2020150 53

curvecpclient.cH A D05-Oct-202014.2 KiB477404

curvecpmakekey.cH A D05-Oct-20201.5 KiB5846

curvecpmessage.cH A D05-Oct-202020.6 KiB655550

curvecpprintkey.cH A D05-Oct-20201.2 KiB4737

curvecpserver.cH A D05-Oct-202016 KiB498428

die.cH A D05-Oct-2020672 4340

die.hH A D05-Oct-2020575 1713

e.cH A D05-Oct-20203.5 KiB107104

e.hH A D05-Oct-20206.8 KiB439434

hexparse.cH A D05-Oct-2020558 2623

hexparse.hH A D05-Oct-2020108 74

load.cH A D05-Oct-2020599 3431

load.hH A D05-Oct-202087 74

nameparse.cH A D05-Oct-2020514 2018

nameparse.hH A D05-Oct-2020101 74

nanoseconds.cH A D05-Oct-2020341 138

nanoseconds.hH A D05-Oct-202089 74

open.hH A D05-Oct-2020204 118

open_cwd.cH A D05-Oct-202067 75

open_lock.cH A D05-Oct-2020383 2018

open_pipe.cH A D05-Oct-2020248 1614

open_read.cH A D05-Oct-2020326 1816

open_write.cH A D05-Oct-2020357 1816

portparse.cH A D05-Oct-2020280 1513

portparse.hH A D05-Oct-2020101 74

randommod.cH A D05-Oct-2020325 1511

randommod.hH A D05-Oct-202088 74

safenonce.cH A D05-Oct-20201.9 KiB7553

safenonce.hH A D05-Oct-202092 74

savesync.cH A D05-Oct-2020458 2522

savesync.hH A D05-Oct-2020105 74

socket.hH A D05-Oct-2020343 107

socket_bind.cH A D05-Oct-2020379 1614

socket_recv.cH A D05-Oct-2020560 2420

socket_send.cH A D05-Oct-2020522 2016

socket_udp.cH A D05-Oct-2020716 3733

uint16_pack.cH A D05-Oct-2020123 86

uint16_pack.hH A D05-Oct-2020137 95

uint16_unpack.cH A D05-Oct-2020174 108

uint16_unpack.hH A D05-Oct-2020144 95

uint32_pack.cH A D05-Oct-2020165 108

uint32_pack.hH A D05-Oct-2020137 95

uint32_unpack.cH A D05-Oct-2020238 1210

uint32_unpack.hH A D05-Oct-2020144 95

uint64_pack.cH A D05-Oct-2020249 1412

uint64_pack.hH A D05-Oct-2020137 95

uint64_unpack.cH A D05-Oct-2020366 1614

uint64_unpack.hH A D05-Oct-2020144 95

writeall.cH A D05-Oct-2020501 2826

writeall.hH A D05-Oct-202096 74

README

1Example of use (with nacl-20110221/build/*/bin in $PATH):
2  curvecpmakekey serverkey
3  curvecpprintkey serverkey > serverkey.hex
4  curvecpserver this.machine.name serverkey \
5    127.0.0.1 10000 31415926535897932384626433832795 \
6      curvecpmessage cat /usr/share/dict/words &
7  curvecpclient this.machine.name `cat serverkey.hex` \
8    127.0.0.1 10000 31415926535897932384626433832795 \
9      curvecpmessage -c sh -c 'nacl-sha512 <&6'
10  nacl-sha512 < /usr/share/dict/words
11