pq-crystals / dilithium

Other
374 stars 136 forks source link

Failed to Generate Shared Library as per README #52

Open gmusjha opened 3 years ago

gmusjha commented 3 years ago

I am trying to generate a shared library following README.MD. It provides instruction as

Shared libraries

All implementations can be compiled into shared libraries by running


make shared
However, when I run make shared, I get the following output:~/softwares/pqc/dilithium/build$ make shared
make: *** No rule to make target 'shared'.  Stop.

Just a note earlier I successfully compiled and tested the code as per instruction in README.MD
mkdir build && cd build && cmake .. && cmake --build . && ctest

Your thought, pointers will be appreciated.
gmusjha commented 3 years ago

I resolved this issue by calling "make shared" inside source i.e dilithium/ref or dilithium/avx2. Not on the build folder.

treasure0516 commented 4 months ago

请问您对该算法实现成功了吗,我现在正在进行实现,遇到了一些问题