Update project documentation README

Signed-off-by: Anjan Roy <hello@itzmeanjan.in>
This commit is contained in:
Anjan Roy
2024-09-02 21:19:50 +04:00
parent 0ab30f5200
commit 43aad07071
2 changed files with 160 additions and 285 deletions

View File

@@ -21,7 +21,7 @@ to_hex(std::span<const uint8_t> bytes)
// Compile it with
//
// g++ -std=c++20 -Wall -Wextra -pedantic -O3 -march=native -I ./include -I ./sha3/include -I ./subtle/include/ examples/ml_kem_768.cpp
// g++ -std=c++20 -Wall -Wextra -Wpedantic -O3 -march=native -I ./include -I ./sha3/include -I ./subtle/include/ examples/ml_kem_768.cpp
int
main()
{