Output save_alt Download

Operation
crypto_dh
Primitive
ed448goldilocks
Implementation
32
Compiler options
gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
Host
venus
1 error 0
2 ==29686== Memcheck, a memory error detector
3 ==29686== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
4 ==29686== Using Valgrind-3.15.0.GIT and LibVEX; rerun with -h for copyright info
5 ==29686== Command: ./try
6 ==29686==
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 ==29686== valgrind: Unrecognised instruction at address 0x1115e8.
12 ==29686== at 0x1115E8: crandom_generate (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
13 ==29686== by 0x10AF43: goldilocks_keygen (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
14 ==29686== by 0x10A832: crypto_dh_ed448goldilocks_32_keypair (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
15 ==29686== by 0x109678: test (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
16 ==29686== by 0x109054: main (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
17 ==29686== Your program just tried to execute an instruction that Valgrind
18 ==29686== did not recognise. There are two possible reasons for this.
19 ==29686== 1. Your program has a bug and erroneously jumped to a non-code
20 ==29686== location. If you are running Memcheck and you just saw a
21 ==29686== warning about a bad jump, it's probably your program's fault.
22 ==29686== 2. The instruction is legitimate but Valgrind doesn't handle it,
23 ==29686== i.e. it's Valgrind's fault. If you think this is the case or
24 ==29686== you are not sure, please let us know and we'll try to fix it.
25 ==29686== Either way, Valgrind will now raise a SIGILL signal which will
26 ==29686== probably kill your program.
27 ==29686==
28 ==29686== Process terminating with default action of signal 4 (SIGILL)
29 ==29686== Illegal opcode at address 0x1115E8
30 ==29686== at 0x1115E8: crandom_generate (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
31 ==29686== by 0x10AF43: goldilocks_keygen (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
32 ==29686== by 0x10A832: crypto_dh_ed448goldilocks_32_keypair (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
33 ==29686== by 0x109678: test (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
34 ==29686== by 0x109054: main (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
35 ==29686==
36 ==29686== HEAP SUMMARY:
37 ==29686== in use at exit: 4,800 bytes in 12 blocks
38 ==29686== total heap usage: 22 allocs, 10 frees, 27,704 bytes allocated
39 ==29686==
40 ==29686== LEAK SUMMARY:
41 ==29686== definitely lost: 0 bytes in 0 blocks
42 ==29686== indirectly lost: 0 bytes in 0 blocks
43 ==29686== possibly lost: 4,800 bytes in 12 blocks
44 ==29686== still reachable: 0 bytes in 0 blocks
45 ==29686== suppressed: 0 bytes in 0 blocks
46 ==29686== Rerun with --leak-check=full to see details of leaked memory
47 ==29686==
48 ==29686== For lists of detected and suppressed errors, rerun with: -s
49 ==29686== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)