..
Address.hpp
more opt
2019-08-23 12:40:08 -07:00
AES.cpp
Add check for PCLMUL instruction too. Virtually all CPUs with AES-NI have it but good to be sure.
2019-08-26 19:48:56 -07:00
AES.hpp
cleanup
2019-08-27 14:31:04 -07:00
AtomicCounter.hpp
more opt
2019-08-23 12:40:08 -07:00
Buffer.hpp
Merge relicensing change from dev
2019-08-23 09:27:13 -07:00
C25519.cpp
Revert "optimization stuff"
2019-08-26 19:03:09 -07:00
C25519.hpp
Merge relicensing change from dev
2019-08-23 09:27:13 -07:00
Capability.hpp
Optimization and cleanup
2019-08-26 20:18:28 -07:00
CertificateOfMembership.hpp
Optimization and cleanup
2019-08-26 20:18:28 -07:00
CertificateOfOwnership.hpp
Optimization and cleanup
2019-08-26 20:18:28 -07:00
CMakeLists.txt
More cleanup, and fix SHA384 built-in C code.
2019-08-22 14:52:47 -07:00
Constants.hpp
Optimization stuff
2019-08-23 12:18:02 -07:00
Credential.cpp
Licenses, and use full strength AES-128 in scramble.
2019-08-23 12:03:13 -07:00
Credential.hpp
Merge relicensing change from dev
2019-08-23 09:27:13 -07:00
Dictionary.hpp
Optimization and cleanup
2019-08-26 20:18:28 -07:00
ECC384.cpp
cleanup
2019-08-27 14:42:49 -07:00
ECC384.hpp
Licenses, and use full strength AES-128 in scramble.
2019-08-23 12:03:13 -07:00
Hashtable.hpp
Optimization and cleanup
2019-08-26 20:18:28 -07:00
Identity.cpp
Merge relicensing change from dev
2019-08-23 09:27:13 -07:00
Identity.hpp
Optimization and cleanup
2019-08-26 20:18:28 -07:00
IncomingPacket.cpp
Merge relicensing change from dev
2019-08-23 09:27:13 -07:00
IncomingPacket.hpp
Merge relicensing change from dev
2019-08-23 09:27:13 -07:00
InetAddress.cpp
Merge relicensing change from dev
2019-08-23 09:27:13 -07:00
InetAddress.hpp
Merge relicensing change from dev
2019-08-23 09:27:13 -07:00
Locator.hpp
Licenses, and use full strength AES-128 in scramble.
2019-08-23 12:03:13 -07:00
MAC.hpp
more opt
2019-08-23 12:40:08 -07:00
Membership.cpp
Merge relicensing change from dev
2019-08-23 09:27:13 -07:00
Membership.hpp
Optimization and cleanup
2019-08-26 20:18:28 -07:00
Multicaster.cpp
Merge relicensing change from dev
2019-08-23 09:27:13 -07:00
Multicaster.hpp
Merge relicensing change from dev
2019-08-23 09:27:13 -07:00
MulticastGroup.hpp
Cleanup, multicast fingerprint, benchmark asymmetric crypto
2019-08-28 07:31:17 -07:00
Mutex.hpp
Cleanup, multicast fingerprint, benchmark asymmetric crypto
2019-08-28 07:31:17 -07:00
Network.cpp
Merge relicensing change from dev
2019-08-23 09:27:13 -07:00
Network.hpp
Merge relicensing change from dev
2019-08-23 09:27:13 -07:00
NetworkConfig.cpp
Merge relicensing change from dev
2019-08-23 09:27:13 -07:00
NetworkConfig.hpp
Merge relicensing change from dev
2019-08-23 09:27:13 -07:00
NetworkController.hpp
Relicense: GPLv3 -> ZeroTier BSL 1.1
2019-08-23 09:23:39 -07:00
Node.cpp
Merge relicensing change from dev
2019-08-23 09:27:13 -07:00
Node.hpp
Merge relicensing change from dev
2019-08-23 09:27:13 -07:00
OutboundMulticast.cpp
Relicense: GPLv3 -> ZeroTier BSL 1.1
2019-08-23 09:23:39 -07:00
OutboundMulticast.hpp
Merge relicensing change from dev
2019-08-23 09:27:13 -07:00
Packet.cpp
Merge relicensing change from dev
2019-08-23 09:27:13 -07:00
Packet.hpp
cleanup
2019-08-27 14:25:11 -07:00
Path.cpp
Relicense: GPLv3 -> ZeroTier BSL 1.1
2019-08-23 09:23:39 -07:00
Path.hpp
Optimization and cleanup
2019-08-26 20:18:28 -07:00
Peer.cpp
Merge relicensing change from dev
2019-08-23 09:27:13 -07:00
Peer.hpp
Optimization and cleanup
2019-08-26 20:18:28 -07:00
Poly1305.cpp
More cleanup, and fix SHA384 built-in C code.
2019-08-22 14:52:47 -07:00
Poly1305.hpp
Merge relicensing change from dev
2019-08-23 09:27:13 -07:00
README.md
Actual documentation.
2017-02-03 19:47:00 -08:00
Revocation.hpp
Optimization and cleanup
2019-08-26 20:18:28 -07:00
RingBuffer.hpp
Optimization and cleanup
2019-08-26 20:18:28 -07:00
Root.hpp
Licenses, and use full strength AES-128 in scramble.
2019-08-23 12:03:13 -07:00
RuntimeEnvironment.hpp
Relicense: GPLv3 -> ZeroTier BSL 1.1
2019-08-23 09:23:39 -07:00
Salsa20.cpp
Spellcheck sweep across codebase
2018-06-07 17:25:27 -07:00
Salsa20.hpp
Remove ASM Salsa20 since it will not be the default in 2.x any more... reduce build complexity.
2019-08-16 14:26:25 -07:00
SelfAwareness.cpp
Merge relicensing change from dev
2019-08-23 09:27:13 -07:00
SelfAwareness.hpp
Optimization and cleanup
2019-08-26 20:18:28 -07:00
SHA512.cpp
Cleanup, Linux build fix.
2019-08-26 12:17:23 -07:00
SHA512.hpp
Optimization and cleanup
2019-08-26 20:18:28 -07:00
SharedPtr.hpp
more opt
2019-08-23 12:40:08 -07:00
Str.hpp
Optimization and cleanup
2019-08-26 20:18:28 -07:00
Switch.cpp
Merge relicensing change from dev
2019-08-23 09:27:13 -07:00
Switch.hpp
Relicense: GPLv3 -> ZeroTier BSL 1.1
2019-08-23 09:23:39 -07:00
Tag.hpp
Optimization and cleanup
2019-08-26 20:18:28 -07:00
Topology.hpp
Merge relicensing change from dev
2019-08-23 09:27:13 -07:00
Trace.cpp
Merge relicensing change from dev
2019-08-23 09:27:13 -07:00
Trace.hpp
Merge relicensing change from dev
2019-08-23 09:27:13 -07:00
Utils.cpp
Merge relicensing change from dev
2019-08-23 09:27:13 -07:00
Utils.hpp
Optimization stuff
2019-08-26 18:15:32 -07:00