More new crypto -- poly1305 one-time auth code.

This commit is contained in:
Adam Ierymenko 2013-09-13 15:59:45 -04:00
commit 032ce498c4
3 changed files with 201 additions and 0 deletions

View file

@ -18,6 +18,7 @@ OBJS=\
node/Packet.o \
node/PacketDecoder.o \
node/Peer.o \
node/Poly1305.o \
node/Salsa20.o \
node/Service.o \
node/SHA512.o \