Output save_alt Download

Operation
crypto_sign
Primitive
picnicl3ur
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 ==7295== Memcheck, a memory error detector
4 ==7295== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
5 ==7295== Using Valgrind-3.15.0.GIT and LibVEX; rerun with -h for copyright info
6 ==7295== Command: ./try
7 ==7295==
8 ==7295==
9 ==7295== HEAP SUMMARY:
10 ==7295== in use at exit: 1,261,690 bytes in 10 blocks
11 ==7295== total heap usage: 15,856 allocs, 15,846 frees, 3,386,440 bytes allocated
12 ==7295==
13 ==7295== LEAK SUMMARY:
14 ==7295== definitely lost: 0 bytes in 0 blocks
15 ==7295== indirectly lost: 0 bytes in 0 blocks
16 ==7295== possibly lost: 1,261,690 bytes in 10 blocks
17 ==7295== still reachable: 0 bytes in 0 blocks
18 ==7295== suppressed: 0 bytes in 0 blocks
19 ==7295== Rerun with --leak-check=full to see details of leaked memory
20 ==7295==
21 ==7295== For lists of detected and suppressed errors, rerun with: -s
22 ==7295== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)