Output save_alt Download

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