Output save_alt Download

Operation
crypto_kem
Primitive
kyber768
Implementation
ref
Compiler options
clang -O1 -g
Host
venus
1 error 0
2 b35411b279c770f10f332fc1d41543e1b65ee2fe0ad868e1fce8d0962f669b3a 50947906 429742561 4300000000 crypto_kem/kyber768/ref
3 ==15198== Memcheck, a memory error detector
4 ==15198== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
5 ==15198== Using Valgrind-3.15.0.GIT and LibVEX; rerun with -h for copyright info
6 ==15198== Command: ./try
7 ==15198==
8 ==15198== Conditional jump or move depends on uninitialised value(s)
9 ==15198== at 0x402D0A: gen_matrix (indcpa.c:93)
10 ==15198== by 0x402F70: indcpa_enc (indcpa.c:164)
11 ==15198== by 0x401E1A: crypto_kem_kyber768_ref_dec (kem.c:58)
12 ==15198== by 0x400E3E: timecop_doit (try.c:96)
13 ==15198== by 0x401970: main (try-anything.c:306)
14 ==15198== Uninitialised value was created by a client request
15 ==15198== at 0x400DA4: timecop_doit (try.c:93)
16 ==15198== by 0x401970: main (try-anything.c:306)
17 ==15198==
18 ==15198==
19 ==15198== HEAP SUMMARY:
20 ==15198== in use at exit: 43,520 bytes in 10 blocks
21 ==15198== total heap usage: 16 allocs, 6 frees, 57,464 bytes allocated
22 ==15198==
23 ==15198== LEAK SUMMARY:
24 ==15198== definitely lost: 0 bytes in 0 blocks
25 ==15198== indirectly lost: 0 bytes in 0 blocks
26 ==15198== possibly lost: 43,520 bytes in 10 blocks
27 ==15198== still reachable: 0 bytes in 0 blocks
28 ==15198== suppressed: 0 bytes in 0 blocks
29 ==15198== Rerun with --leak-check=full to see details of leaked memory
30 ==15198==
31 ==15198== For lists of detected and suppressed errors, rerun with: -s
32 ==15198== ERROR SUMMARY: 4924 errors from 1 contexts (suppressed: 0 from 0)