snucrypto/HEAAN

#include <sys/time.h> is missing

Opened this issue · 3 comments

Why? It's in https://github.com/snucrypto/HEAAN/blob/master/HEAAN/src/TimeUtils.cpp#L10 where it is needed. But not elsewhere (unless you want it for your code).

Why?

The class can't be declared with fields of unknown type https://github.com/snucrypto/HEAAN/blob/master/HEAAN/src/TimeUtils.h#L20

True.