Output save_alt Download

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