mirror of
https://github.com/itzmeanjan/ml-kem.git
synced 2026-01-09 15:47:55 -05:00
update how to compile example showing usage of Kyber KEM API
Signed-off-by: Anjan Roy <hello@itzmeanjan.in>
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user