Output save_alt Download

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