mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-21 05:43:59 -07:00
Add new crypto: SHA512 and C25519 -- not integrated yet.
This commit is contained in:
parent
f6ad138561
commit
77965af288
7 changed files with 830 additions and 25 deletions
|
@ -2,6 +2,7 @@ OBJS=\
|
|||
ext/kissdb/kissdb.o \
|
||||
ext/lz4/lz4hc.o \
|
||||
ext/lz4/lz4.o \
|
||||
node/C25519.o \
|
||||
node/Defaults.o \
|
||||
node/Demarc.o \
|
||||
node/EllipticCurveKeyPair.o \
|
||||
|
@ -19,6 +20,7 @@ OBJS=\
|
|||
node/Peer.o \
|
||||
node/Salsa20.o \
|
||||
node/Service.o \
|
||||
node/SHA512.o \
|
||||
node/Switch.o \
|
||||
node/SysEnv.o \
|
||||
node/Topology.o \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue