Samee Zahur

Results 4 issues of Samee Zahur

Without this include, `make` produces the following error: ``` rdfind.cc: In function ‘Options parseOptions(Parser&)’: rdfind.cc:225:30: error: ‘numeric_limits’ is not a member of ‘std’ 225 | o.maximumfilesize = std::numeric_limits::max(); ``` I'm...

Jack Doerner brought up this issue in a related commit about OT counters: https://github.com/jackdoerner/obliv-c/commit/2f6e99467a08e3d34c7f80a7e0873b768f347702#commitcomment-24208666 TL;DR: currently each thread uses a counter sequence from a random start offset. While this is...

Right now they are scattered over `test/oblivc` and need manual invocation.

Right now, none of the headers can be used from C++ ``` C #ifdef __cplusplus extern "C" { #endif ... ```

enhancement