Geçmişin Kaydedilmesi

Yazar SHA1 Mesaj Tarih
  Adam Ierymenko 864e33cf2d A bunch of build fixes. 5 yıl önce
  Adam Ierymenko b9bf6d1242 Simplification of addRoot/removeRoot, and some code reformatting and other cleanup across multiple files. 5 yıl önce
  Adam Ierymenko 964c235ecf Golang fixes 5 yıl önce
  Adam Ierymenko 996589894d Build fixes 5 yıl önce
  Adam Ierymenko b533c300d8 A ton more work... almost there 5 yıl önce
  Adam Ierymenko 2b0127c26d Work in progress on crypto stuff, refactoring to back out of use of structs for encode/decode as it is questionably portable. 5 yıl önce
  Adam Ierymenko c65391a344 Add symmetric key container, tons of cleanup. 5 yıl önce
  Adam Ierymenko b9f60fc3c2 A bunch of warning removal and LINT cleanliness. 5 yıl önce
  Adam Ierymenko 1f85b0402e Just use unordered_map, and some other cleanup. 5 yıl önce
  Adam Ierymenko bedf63e257 Some minor security tightening stuff and AES fixes. 5 yıl önce
  Adam Ierymenko 8a379ba0a1 The MIMC thing was neat but unfortunately is amenable to too much GPU acceleration. 5 yıl önce
  Adam Ierymenko 1e457dbd76 Fix tests, fix identity issue 5 yıl önce
  Adam Ierymenko 24e30a684b A bunch of little nit-picky header and name cleanup. 5 yıl önce
  Adam Ierymenko b96ea5ae03 Fingerprint string conversion, API stuff 5 yıl önce
  Adam Ierymenko 6262374205 Add tests for identity marshal/unmarshal and fix an issue found. 5 yıl önce
  Adam Ierymenko fbfa99fac5 Speed up V1 identity verification a little, and add some comments. 5 yıl önce
  Adam Ierymenko 1c7e1da4d1 cleanup, docs 5 yıl önce
  Adam Ierymenko 5cec5fe6b1 Make Fingerprint (a full length identity hash) a first class type 5 yıl önce
  Adam Ierymenko 83e79e1a1b V1 identities now use a VDF (verifiable delay function) 5 yıl önce
  Adam Ierymenko 27ab88db1e little stuff 5 yıl önce
  Adam Ierymenko 1b71b6d01a hash() -> fingerprint() 5 yıl önce
  Adam Ierymenko de1b54821e Starting to (re)write unit tests. 5 yıl önce
  Adam Ierymenko 320c8429c2 Yet more perf, security hardening, and compile fix tweaks. 5 yıl önce
  Adam Ierymenko 0589964f99 Yet more cleanup, and add meters to paths. 5 yıl önce
  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 yıl önce
  Adam Ierymenko 0dc476518b Documentation changes, and move HMAC auth on HELLO to before object decoding since this is good cryptographic practice. 5 yıl önce
  Adam Ierymenko 8c8a3c58ec Various little things... 5 yıl önce
  Adam Ierymenko a0ac4a744e Change the type 1 identity a bit to make locallyValidate() super fast, eliminating a scaling issue with v0. 5 yıl önce
  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 yıl önce
  Adam Ierymenko 60de5ed3dd It almost compiles again 5 yıl önce