Output save_alt Download

Operation
crypto_kem
Primitive
kindi256342
Implementation
ref
Compiler options
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv
Host
venus
1 error 0
2 ==10050== Memcheck, a memory error detector
3 ==10050== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
4 ==10050== Using Valgrind-3.15.0.GIT and LibVEX; rerun with -h for copyright info
5 ==10050== Command: ./try
6 ==10050==
7 ==10050==
8 ==10050== Process terminating with default action of signal 11 (SIGSEGV)
9 ==10050== General Protection Fault
10 ==10050== at 0x118B02: gen_randomness (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
11 ==10050== by 0x11070F: kindi_kem_encrypt (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
12 ==10050== by 0x11127E: kindi_kem_encaps (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
13 ==10050== by 0x10AB3D: crypto_kem_kindi256342_ref_enc (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
14 ==10050== by 0x109418: test (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
15 ==10050== by 0x108DE4: main (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
16 ==10050==
17 ==10050== HEAP SUMMARY:
18 ==10050== in use at exit: 104,952 bytes in 26 blocks
19 ==10050== total heap usage: 44 allocs, 18 frees, 169,224 bytes allocated
20 ==10050==
21 ==10050== LEAK SUMMARY:
22 ==10050== definitely lost: 1,152 bytes in 1 blocks
23 ==10050== indirectly lost: 0 bytes in 0 blocks
24 ==10050== possibly lost: 43,520 bytes in 10 blocks
25 ==10050== still reachable: 60,280 bytes in 15 blocks
26 ==10050== suppressed: 0 bytes in 0 blocks
27 ==10050== Rerun with --leak-check=full to see details of leaked memory
28 ==10050==
29 ==10050== For lists of detected and suppressed errors, rerun with: -s
30 ==10050== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)