Output save_alt Download

Operation
crypto_sign
Primitive
ed448goldilocks
Implementation
amd64
Compiler options
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv
Host
venus
1 error 0
2 ==27158== Memcheck, a memory error detector
3 ==27158== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
4 ==27158== Using Valgrind-3.15.0.GIT and LibVEX; rerun with -h for copyright info
5 ==27158== Command: ./try
6 ==27158==
7 vex amd64->IR: unhandled instruction bytes: 0x48 0xF 0xC7 0xF7 0xF 0x92 0xC0 0x83 0xEA 0x1
8 vex amd64->IR: REX=1 REX.W=1 REX.R=0 REX.X=0 REX.B=0
9 vex amd64->IR: VEX=0 VEX.L=0 VEX.nVVVV=0x0 ESC=0F
10 vex amd64->IR: PFX.66=0 PFX.F2=0 PFX.F3=0
11 ==27158== valgrind: Unrecognised instruction at address 0x112d90.
12 ==27158== at 0x112D90: crandom_generate (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
13 ==27158== by 0x10BA9A: goldilocks_keygen (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
14 ==27158== by 0x10B2C2: crypto_sign_ed448goldilocks_amd64_keypair (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
15 ==27158== by 0x1096B3: test (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
16 ==27158== by 0x1090C4: main (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
17 ==27158== Your program just tried to execute an instruction that Valgrind
18 ==27158== did not recognise. There are two possible reasons for this.
19 ==27158== 1. Your program has a bug and erroneously jumped to a non-code
20 ==27158== location. If you are running Memcheck and you just saw a
21 ==27158== warning about a bad jump, it's probably your program's fault.
22 ==27158== 2. The instruction is legitimate but Valgrind doesn't handle it,
23 ==27158== i.e. it's Valgrind's fault. If you think this is the case or
24 ==27158== you are not sure, please let us know and we'll try to fix it.
25 ==27158== Either way, Valgrind will now raise a SIGILL signal which will
26 ==27158== probably kill your program.
27 ==27158==
28 ==27158== Process terminating with default action of signal 4 (SIGILL)
29 ==27158== Illegal opcode at address 0x112D90
30 ==27158== at 0x112D90: crandom_generate (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
31 ==27158== by 0x10BA9A: goldilocks_keygen (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
32 ==27158== by 0x10B2C2: crypto_sign_ed448goldilocks_amd64_keypair (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
33 ==27158== by 0x1096B3: test (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
34 ==27158== by 0x1090C4: main (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
35 ==27158==
36 ==27158== HEAP SUMMARY:
37 ==27158== in use at exit: 44,640 bytes in 10 blocks
38 ==27158== total heap usage: 20 allocs, 10 frees, 69,848 bytes allocated
39 ==27158==
40 ==27158== LEAK SUMMARY:
41 ==27158== definitely lost: 0 bytes in 0 blocks
42 ==27158== indirectly lost: 0 bytes in 0 blocks
43 ==27158== possibly lost: 44,640 bytes in 10 blocks
44 ==27158== still reachable: 0 bytes in 0 blocks
45 ==27158== suppressed: 0 bytes in 0 blocks
46 ==27158== Rerun with --leak-check=full to see details of leaked memory
47 ==27158==
48 ==27158== For lists of detected and suppressed errors, rerun with: -s
49 ==27158== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)