Output save_alt Download

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