Output save_alt Download

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