Output save_alt Download

Operation
crypto_sign
Primitive
picnicl3ur
Implementation
ref
Compiler options
clang -mcpu=cortex-a8 -mfpu=neon -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments
Host
venus
1 error 0
2 crypto_sign does not handle m=c overlap
3 ==7345== Memcheck, a memory error detector
4 ==7345== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
5 ==7345== Using Valgrind-3.15.0.GIT and LibVEX; rerun with -h for copyright info
6 ==7345== Command: ./try
7 ==7345==
8 ==7345==
9 ==7345== HEAP SUMMARY:
10 ==7345== in use at exit: 1,261,690 bytes in 10 blocks
11 ==7345== total heap usage: 15,856 allocs, 15,846 frees, 3,386,440 bytes allocated
12 ==7345==
13 ==7345== LEAK SUMMARY:
14 ==7345== definitely lost: 0 bytes in 0 blocks
15 ==7345== indirectly lost: 0 bytes in 0 blocks
16 ==7345== possibly lost: 1,261,690 bytes in 10 blocks
17 ==7345== still reachable: 0 bytes in 0 blocks
18 ==7345== suppressed: 0 bytes in 0 blocks
19 ==7345== Rerun with --leak-check=full to see details of leaked memory
20 ==7345==
21 ==7345== For lists of detected and suppressed errors, rerun with: -s
22 ==7345== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)