Weblog
2012
2011
2010
2009
2008
2007
2006
2005
RSS Feed
XML Atom
Tags
algebra
c++
code-example
code-snippet
compsci
compsci study thesis
crypto-speedtest
cryptography
cryptote
flex-bison-cpp-example
fun
graphviz
helppc
hifi selbstbau
latex
librivox
linux
maths
music
netfundamentals
ns-3
qtsqlview
sdios06
sdlfractal
stx-btree
stx-exparser
talk
tutorium
university
webdesign
Index
STX ExecPipe
STX Constant BTreeDB
CryptoTE
digup
STX B+ Tree
STX Expression Parser
Flex Bison C++ Example
Webmarks
API Docu Collection
Search
About Me
idlebox
/
2008
/
0714-cryptography-speedtest-comparison
/
crypto-speedtest-0.1
/
results-flags
/
run-linux.sh.html
(
Download File
)
#!/bin/bash -x
for
f
in
[ig]
cc
*;
do
sync
pushd
$f
[
-e my-rijndael-ecb.txt
]
||
./speedtest_custom
popd
done
for
f
in
[ig]
cc
*;
do
pushd
$f
[
-e cryptopp-rijndael-ecb.txt
]
||
./speedtest_cryptopp
popd
done