Commit History

Author SHA1 Message Date
  Adam Ierymenko c65391a344 Add symmetric key container, tons of cleanup. 5 years ago
  Adam Ierymenko 9428fc53f6 A bunch of cleanup, bug fix, just use unordered_map, etc. 5 years ago
  Adam Ierymenko 87da45b3f5 Faster hash table, various other optimizations and simplification. 5 years ago
  Adam Ierymenko 1f2e94a51d Some optimization and raw memory access cleanup. 5 years ago
  Adam Ierymenko d3a7468e83 Implement AES-GMAC-SIV and benchmark, rework COM and add a lot of comments and docs, and comments and docs elsewhere too. 5 years ago
  Adam Ierymenko 24e30a684b A bunch of little nit-picky header and name cleanup. 5 years ago
  Adam Ierymenko b87e8d8e41 readability++ 5 years ago
  Adam Ierymenko a58f11e601 Tweak protocol getPacketId(), unit tests for defragmenter, AES fix. 5 years ago
  Adam Ierymenko d603a73715 Build fixes. 5 years ago
  Adam Ierymenko 320c8429c2 Yet more perf, security hardening, and compile fix tweaks. 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 84619a7788 A bunch more refactoring including splitting Switch into VL1 and VL2 5 years ago
  Adam Ierymenko 7d11522768 Just about everything refactored for new Protocol/Buf code except Switch. 5 years ago
  Adam Ierymenko df346a6df6 Work in progress... clean up memcpy and create an annotation for that, lots more porting to new Buf/Protocol code, etc. 5 years ago