Output save_alt Download

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