Output save_alt Download

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