On Tue, Aug 16, 2016 at 12:46 AM, jens <[email protected]> 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. _______________________________________________ WireGuard mailing list [email protected] http://lists.zx2c4.com/mailman/listinfo/wireguard
