update how to compile example showing usage of Kyber KEM API

Signed-off-by: Anjan Roy <hello@itzmeanjan.in>
This commit is contained in:
Anjan Roy
2023-03-09 18:57:28 +04:00
parent 48b2d1b882
commit 720ed9d2d5

View File

@@ -4,8 +4,8 @@
// Compile it with
//
// g++ -std=c++20 -Wall -O3 -march=native -I ./include -I ./sha3/include
// example/kyber512_kem.cpp
// g++ -std=c++20 -Wall -O3 -march=native -I ./include -I ./sha3/include -I
// ./subtle/include/ example/kyber512_kem.cpp
int
main()
{