Output save_alt Download

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