Re: [FFmpeg-devel] [PATCH 2/2] tools/crypto_bench: add support for des

2016-08-26 Thread Nicolas George
Le nonidi 9 fructidor, an CCXXIV, James Almer a écrit : > Signed-off-by: James Almer > --- LGTM. > Our DES implementation is awfully slow, for that matter. Almost two times > slower than OpenSSL's and GCrypt's. > > lavu DES size: 1048576 runs: 1024 time: 73.947 +- 1.139 > c

[FFmpeg-devel] [PATCH 2/2] tools/crypto_bench: add support for des

2016-08-25 Thread James Almer
Signed-off-by: James Almer --- Our DES implementation is awfully slow, for that matter. Almost two times slower than OpenSSL's and GCrypt's. lavu DES size: 1048576 runs: 1024 time: 73.947 +- 1.139 crypto DES size: 1048576 runs: 1024 time: 42.895 +- 0.745 gc