Samee Zahur
Samee Zahur
You should always feel free to just dig through header files to see what's actually there.
A simple way to write `newValue` to a secret index `index` is to do this: ``` for(int i=0;i
I'm slightly unsure of what you are asking. Are you asking how multiplexers are generally made from simpler logic gates, or are you asking how that gets converted into a...
COT is worth re-enabling, but let's dig into history to see how it got lost. Atomic increments can be slow: at the end of the day it's a point of...
Hi, thanks for your interest. I don't actually have a Mac to reproduce this error, so I've been mostly relying with other Mac OS users here for troubleshooting. Do you...
Can you please attach the full error log as a text file? I'm specifically interested in whether there were any other details about the error. Regarding string_fortified.h:104, have you looked...
Interesting. My system's version of `string_fortified.h` doesn't have that function, so it's hard for me to debug. If I may ask, what operating system and version are you using? Can...
Thanks for your interest in this. The first step is figuring out how to mix C and C++ in general, without Obliv-C being in the mix. Here is a good...
`oblivcc` is just a Bash shell script. You can open it up in your editor or just look here to learn what it does: https://github.com/samee/obliv-c/blob/obliv-c/bin/oblivcc Can you list the exact...
Yes, `libobliv.a` gets created in `_build/` once you run `make` in the Obliv-C source folder. Try to simplify the second `oblivcc` to just directly calling `gcc` with `-L../../../_build`. If that...