On Thu, Mar 14, 2019 at 09:21:28PM -0700, Eric Biggers wrote:
> From: Eric Biggers <ebigg...@google.com>
> 
> In salsa20_docrypt(), use crypto_xor_cpy() instead of crypto_xor().
> This avoids having to memcpy() the src buffer to the dst buffer.
> 
> Signed-off-by: Eric Biggers <ebigg...@google.com>
> ---
>  crypto/salsa20_generic.c | 9 ++++-----
>  1 file changed, 4 insertions(+), 5 deletions(-)

Patch applied.  Thanks.
-- 
Email: Herbert Xu <herb...@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

Reply via email to