Output save_alt Download

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