Output save_alt Download

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