Output save_alt Download

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