Output save_alt Download

Operation
crypto_kem
Primitive
kyber768
Implementation
ref
Compiler options
clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments
Host
venus
1 error 0
2 b35411b279c770f10f332fc1d41543e1b65ee2fe0ad868e1fce8d0962f669b3a 46802420 414739953 4300000000 crypto_kem/kyber768/ref
3 ==15269== Memcheck, a memory error detector
4 ==15269== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
5 ==15269== Using Valgrind-3.15.0.GIT and LibVEX; rerun with -h for copyright info
6 ==15269== Command: ./try
7 ==15269==
8 ==15269== Conditional jump or move depends on uninitialised value(s)
9 ==15269== at 0x403E39: gen_matrix (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
10 ==15269== by 0x40453B: indcpa_enc (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
11 ==15269== by 0x402750: crypto_kem_kyber768_ref_dec (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
12 ==15269== by 0x400E7E: timecop_doit (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
13 ==15269== by 0x401F44: main (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
14 ==15269== Uninitialised value was created by a client request
15 ==15269== at 0x400DE4: timecop_doit (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
16 ==15269== by 0x401F44: main (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
17 ==15269==
18 ==15269== Conditional jump or move depends on uninitialised value(s)
19 ==15269== at 0x403EEA: gen_matrix (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
20 ==15269== by 0x40453B: indcpa_enc (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
21 ==15269== by 0x402750: crypto_kem_kyber768_ref_dec (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
22 ==15269== by 0x400E7E: timecop_doit (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
23 ==15269== by 0x401F44: main (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
24 ==15269== Uninitialised value was created by a client request
25 ==15269== at 0x400DE4: timecop_doit (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
26 ==15269== by 0x401F44: main (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
27 ==15269==
28 ==15269== Conditional jump or move depends on uninitialised value(s)
29 ==15269== at 0x403FAD: gen_matrix (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
30 ==15269== by 0x40453B: indcpa_enc (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
31 ==15269== by 0x402750: crypto_kem_kyber768_ref_dec (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
32 ==15269== by 0x400E7E: timecop_doit (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
33 ==15269== by 0x401F44: main (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
34 ==15269== Uninitialised value was created by a client request
35 ==15269== at 0x400DE4: timecop_doit (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
36 ==15269== by 0x401F44: main (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
37 ==15269==
38 ==15269==
39 ==15269== HEAP SUMMARY:
40 ==15269== in use at exit: 43,520 bytes in 10 blocks
41 ==15269== total heap usage: 16 allocs, 6 frees, 57,464 bytes allocated
42 ==15269==
43 ==15269== LEAK SUMMARY:
44 ==15269== definitely lost: 0 bytes in 0 blocks
45 ==15269== indirectly lost: 0 bytes in 0 blocks
46 ==15269== possibly lost: 43,520 bytes in 10 blocks
47 ==15269== still reachable: 0 bytes in 0 blocks
48 ==15269== suppressed: 0 bytes in 0 blocks
49 ==15269== Rerun with --leak-check=full to see details of leaked memory
50 ==15269==
51 ==15269== For lists of detected and suppressed errors, rerun with: -s
52 ==15269== ERROR SUMMARY: 4924 errors from 3 contexts (suppressed: 0 from 0)