poojagarg / ECC

Implementation of Elliptic Curve Cryptography in C++
41 stars 20 forks source link

Error #1

Open shobhittya opened 5 years ago

shobhittya commented 5 years ago

While implementing compile.sh in the src folder i will get In file included from ellipticCurve.cpp:3:0: ellipticCurve.h:6:31: fatal error: givaro/givzpz.h: No such file or directory

include <givaro/givzpz.h>

                           ^

compilation terminated. In file included from ECC.h:3:0, from ECC.cpp:1: ellipticCurve.h:6:31: fatal error: givaro/givzpz.h: No such file or directory

include <givaro/givzpz.h>

                           ^

compilation terminated. In file included from attacksECC.h:3:0, from attacksECC.cpp:4: ellipticCurve.h:6:31: fatal error: givaro/givzpz.h: No such file or directory

include <givaro/givzpz.h>

                           ^

compilation terminated.

Ripcord55 commented 1 year ago

I also encountered this problem