Commit History

Author SHA1 Message Date
  Adam Ierymenko 1f85b0402e Just use unordered_map, and some other cleanup. 5 years ago
  Adam Ierymenko bedf63e257 Some minor security tightening stuff and AES fixes. 5 years ago
  Adam Ierymenko 8a379ba0a1 The MIMC thing was neat but unfortunately is amenable to too much GPU acceleration. 5 years ago
  Adam Ierymenko 1e457dbd76 Fix tests, fix identity issue 5 years ago
  Adam Ierymenko 24e30a684b A bunch of little nit-picky header and name cleanup. 5 years ago
  Adam Ierymenko b96ea5ae03 Fingerprint string conversion, API stuff 5 years ago
  Adam Ierymenko 6262374205 Add tests for identity marshal/unmarshal and fix an issue found. 5 years ago
  Adam Ierymenko fbfa99fac5 Speed up V1 identity verification a little, and add some comments. 5 years ago
  Adam Ierymenko 1c7e1da4d1 cleanup, docs 5 years ago
  Adam Ierymenko 5cec5fe6b1 Make Fingerprint (a full length identity hash) a first class type 5 years ago
  Adam Ierymenko 83e79e1a1b V1 identities now use a VDF (verifiable delay function) 5 years ago
  Adam Ierymenko 27ab88db1e little stuff 5 years ago
  Adam Ierymenko 1b71b6d01a hash() -> fingerprint() 5 years ago
  Adam Ierymenko de1b54821e Starting to (re)write unit tests. 5 years ago
  Adam Ierymenko 320c8429c2 Yet more perf, security hardening, and compile fix tweaks. 5 years ago
  Adam Ierymenko 0589964f99 Yet more cleanup, and add meters to paths. 5 years ago
  Adam Ierymenko 1e0a930d23 Create a container for identity hashes, replace some "volatile" hacky junk with std::atomic, clean up some security checks, rename raw data in Buf to unsafeData to permit search for unsafe. 5 years ago
  Adam Ierymenko 0dc476518b Documentation changes, and move HMAC auth on HELLO to before object decoding since this is good cryptographic practice. 5 years ago
  Adam Ierymenko 8c8a3c58ec Various little things... 5 years ago
  Adam Ierymenko a0ac4a744e Change the type 1 identity a bit to make locallyValidate() super fast, eliminating a scaling issue with v0. 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 60de5ed3dd It almost compiles again 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
  Adam Ierymenko 59da359b06 More porting to new Buf system. 5 years ago
  Adam Ierymenko 33bb61c63d Loads of refactoring, integration of new version of Trace. 5 years ago
  Adam Ierymenko 782b75a64e Linux build fixes 5 years ago
  Adam Ierymenko eef70e198b Version 2.x notice updates and other boring stuff. 5 years ago
  Adam Ierymenko 2fbeaaf148 Bunch more fixes, implement C API for Identity operations. 5 years ago
  Adam Ierymenko 9642ff5fb9 . 5 years ago
  Adam Ierymenko 3fbfad5585 cleanup 5 years ago