Re: Help with "config.h file not found error" on Gnupg version 1.4.13

2022-03-31 Thread Francis Kp via Gnupg-users
config.h header file lies, and including that directory in your GCC > invocation by using the -I flag. > > Hope this helps. :) > > On 3/30/2022 1:21 AM, Francis Kp via Gnupg-users wrote: > > Hi all, > > As in exercise in understanding Cybersecurity in IoT better, I'm

Help with "config.h file not found error" on Gnupg version 1.4.13

2022-03-29 Thread Francis Kp via Gnupg-users
Hi all, As in exercise in understanding Cybersecurity in IoT better, I'm trying to implement the flush-reload attack from the paper "FLUSH+RELOAD: A High Resolution, Low Noise, L3 Cache Side-Channel Attack". The crux of the attack is to extract the private key of RSA encryption used in Gnupg. One o