Changes
- Fixed a concurrency issue in SEALNet: the
unordered_map
storingSEALContext
pointers was
not locked appropriately on construction and destruction of newSEALContext
objects. - Fixed a few typos in examples (PR 71).
- Added include guard to config.h.in.