On Tue, Aug 16, 2016 at 12:46 AM, jens <jens at viisauksena.de> wrote: > method "salsa2012+umac"; > method "null+salsa2012+umac"; If you want to compare the two, you'll need to use a cipher of equivalent security level. In other words, use salsa20 instead of salsa2012. Otherwise it's not an accurate comparison.