Output save_alt Download

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