IvanG

Results 2 comments of IvanG

That is what I seen from sources. I meant any pointers in how to extend it to support it. I started read up pdf documentation on encryption (even found small...

Moving from std::list to std::vector makes a lot of sense and speed/memory usage can be improved simply because each list member is heap allocated and has overhead of prev/next node,...