From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Jason@zx2c4.com Received: from frisell.zx2c4.com (frisell.zx2c4.com [192.95.5.64]) by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTP id 19496f13 for ; Mon, 7 Nov 2016 19:39:43 +0000 (UTC) Received: by frisell.zx2c4.com (ZX2C4 Mail Server) with ESMTP id 9661011e for ; Mon, 7 Nov 2016 19:39:43 +0000 (UTC) Received: by frisell.zx2c4.com (ZX2C4 Mail Server) with ESMTPSA id 9108315c (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128:NO) for ; Mon, 7 Nov 2016 19:39:43 +0000 (UTC) Received: by mail-lf0-f50.google.com with SMTP id t196so122792738lff.3 for ; Mon, 07 Nov 2016 11:41:29 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <20161107192505.GB34388@google.com> References: <20161103004934.GA30775@gondor.apana.org.au> <20161103.130852.1456848512897088071.davem@davemloft.net> <20161104173723.GB34176@google.com> <20161107182646.GA34388@google.com> <20161107192505.GB34388@google.com> From: "Jason A. Donenfeld" Date: Mon, 7 Nov 2016 20:41:26 +0100 Message-ID: To: Eric Biggers Content-Type: text/plain; charset=UTF-8 Cc: Herbert Xu , Martin Willi , LKML , linux-crypto@vger.kernel.org, David Miller , WireGuard mailing list Subject: Re: [WireGuard] [PATCH] poly1305: generic C can be faster on chips with slow unaligned access List-Id: Development discussion of WireGuard List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, Nov 7, 2016 at 8:25 PM, Eric Biggers wrote: > No it does *not* buffer all incoming blocks, which is why the source pointer can > fall out of alignment. Yes, I actually tested this. In fact this situation is > even hit, in both possible places, in the self-tests. Urgh! v3 coming right up...