Output save_alt Download

Operation
crypto_sign
Primitive
rainbow6a
Implementation
portable
Compiler options
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv
Host
venus
1 error 0
2 ==23260== Memcheck, a memory error detector
3 ==23260== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
4 ==23260== Using Valgrind-3.15.0.GIT and LibVEX; rerun with -h for copyright info
5 ==23260== Command: ./try
6 ==23260==
7 ==23260==
8 ==23260== Process terminating with default action of signal 11 (SIGSEGV)
9 ==23260== General Protection Fault
10 ==23260== at 0x10FC18: rainbow_genkey_debug (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
11 ==23260== by 0x11590C: rainbow_genkey (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
12 ==23260== by 0x10AEF8: crypto_sign_rainbow6a_portable_keypair (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
13 ==23260== by 0x1095B3: test (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
14 ==23260== by 0x108FC4: main (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
15 ==23260==
16 ==23260== HEAP SUMMARY:
17 ==23260== in use at exit: 13,557,786 bytes in 11 blocks
18 ==23260== total heap usage: 16 allocs, 5 frees, 13,567,634 bytes allocated
19 ==23260==
20 ==23260== LEAK SUMMARY:
21 ==23260== definitely lost: 0 bytes in 0 blocks
22 ==23260== indirectly lost: 0 bytes in 0 blocks
23 ==23260== possibly lost: 13,516,170 bytes in 10 blocks
24 ==23260== still reachable: 41,616 bytes in 1 blocks
25 ==23260== suppressed: 0 bytes in 0 blocks
26 ==23260== Rerun with --leak-check=full to see details of leaked memory
27 ==23260==
28 ==23260== For lists of detected and suppressed errors, rerun with: -s
29 ==23260== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)