Commit History

Author SHA1 Message Date
  Adam Ierymenko dcc686a3a7 Docs, YAGNI removal, use locator endpoints in peer contact attempts. 5 years ago
  Adam Ierymenko 89c27c112a Flesh out tests, fix a signing bug. 5 years ago
  Adam Ierymenko 3621fe8897 Some AES cleanup and include controller with Go build. 5 years ago
  Adam Ierymenko a925e2d783 Build fixes. 5 years ago
  Adam Ierymenko b99dd7d916 Fix code generation for AES stuff so it runs on chips that do not have AVX or VAES. 5 years ago
  Adam Ierymenko aad21cf395 Blazing fast VAES (256 and 512) AES-CTR, Identity fixes, test fixes. 5 years ago
  Adam Ierymenko 9428fc53f6 A bunch of cleanup, bug fix, just use unordered_map, etc. 5 years ago
  Adam Ierymenko cbf174f96d Warning removal. 5 years ago
  Adam Ierymenko bedf63e257 Some minor security tightening stuff and AES fixes. 5 years ago
  Adam Ierymenko d151d731a6 (1) Mask bit 31 of AES-CTR nonce to disallow uint32 overflow, (2) get rid of handling of uint32/uint64 overflow in our AES-CTR code to optimize, (3) optimize AES software a bit 5 years ago
  Adam Ierymenko 490b9c4d79 Moar build fixes, clock perf improvement. 5 years ago
  Adam Ierymenko 24e30a684b A bunch of little nit-picky header and name cleanup. 5 years ago
  Adam Ierymenko dcb3d49d35 Cleanup, Address refactoring, tweak V1 identity generation a bit. 5 years ago
  Adam Ierymenko a58f11e601 Tweak protocol getPacketId(), unit tests for defragmenter, AES fix. 5 years ago
  Adam Ierymenko 15e88a8b7e MOAR AES V-TEC 5 years ago
  Adam Ierymenko 61b72d42b8 More AES tweaks 5 years ago
  Adam Ierymenko 56bf504ec2 Small AES tweak 5 years ago
  Adam Ierymenko 1f02250dd8 Ridiculously fast AES-CTR 5 years ago
  Adam Ierymenko 5d0c6db19c Crypto fixes and benchmarks. 5 years ago
  Adam Ierymenko 4af3467757 AES-CTR test vectors and fixes to CTR code. 5 years ago
  Adam Ierymenko 1d885cf810 Build fixes, put uint128_t detection in one place. 5 years ago
  Adam Ierymenko 46d3780e89 AES stuff, port sending network credentials to new packet format. 5 years ago
  Adam Ierymenko 311c98e24e Various other small things. 5 years ago
  Adam Ierymenko 3448e6fc76 Yet MORE refactoring, including moving expected-reply-to out of Node and into its own class for cleanliness. 5 years ago
  Adam Ierymenko e5c7366e71 Yet more minor refactoring and redesign Meter to be more thread-safe. 5 years ago
  Adam Ierymenko e236d6f743 More minor refactoring 5 years ago
  Adam Ierymenko 5db0d9438c More built-in AES and GMAC primitive work. 5 years ago
  Adam Ierymenko 08e06f9b8f More refactoring and a bunch of AES goodness. 5 years ago
  Adam Ierymenko f21ecb3762 Yet more major and very nit-picky refactoring for performance, etc. Also use std::atomic<> now with a TODO to implement a shim if we ever do need to build this on a pre-c++11 compiler. 5 years ago
  Adam Ierymenko 91ce4c4ea6 Refactoring protocol marshal/unmarshal code... 6 years ago