From: Martin Willi Date: Mon, 1 Jun 2015 11:43:58 +0000 (+0200) Subject: crypto: poly1305 - Add a generic Poly1305 authenticator implementation X-Git-Tag: omap-for-v4.2/fixes-rc1^2~164^2~92 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f979e014c50ce3f7467f133898dbea2243247a91;p=pandora-kernel.git crypto: poly1305 - Add a generic Poly1305 authenticator implementation Poly1305 is a fast message authenticator designed by Daniel J. Bernstein. It is further defined in RFC7539 as a building block for the ChaCha20-Poly1305 AEAD for use in IETF protocols. This is a portable C implementation of the algorithm without architecture specific optimizations, based on public domain code by Daniel J. Bernstein and Andrew Moon. Signed-off-by: Martin Willi Acked-by: Steffen Klassert Signed-off-by: Herbert Xu --- Reading git-diff-tree failed