Output save_alt Download

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