Topic: How to connect NTRU library in wolfssl, and migrate to openssl
Hello, i've been working on my project for 2 months, and im stuck at this state, im wondering if someone can guide me privately or some other ways, it will helpful and great for me!
So, long story short, my plans are create certificate that it's algorithm fusion with NTRU, so i added NTRU library to wolf ssl with this
./configure --with-ntru=/usr/local/lib/ --enable-all CFLAGS="-DWOLFSSL_STATIC_RSA" --enable-opensslextra
and opensslextra to migrate to openssl as the manual guide said.
What am i supposse to do to creating certificate using NTRU library?