C++ Using KeccakCode Package

128 Views Asked by At

I downloaded some post quantum algorithms from NIST and tested them. Some codes need to use Keccak package, so I downloaded it.

$ git clone https://github.com/gvanas/KeccakCodePackage

When I tried to build the required static library,

$ make generic64/libkeccak.a

I got an error message:

make: *** No rule to make target 'generic64/libkeccak.a'.  Stop.

Did I miss other steps? How can I fix it?
Thank you for any help.

0

There are 0 best solutions below