Revision f979e014c50ce3f7467f133898dbea2243247a91 authored by Martin Willi on 01 June 2015, 11:43:58 UTC, committed by Herbert Xu on 04 June 2015, 07:04:50 UTC
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 <martin@strongswan.org>
Acked-by: Steffen Klassert <steffen.klassert@secunet.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
1 parent 3590ebf
History
File Mode Size
arm
Kconfig -rw-r--r-- 734 bytes
async_pf.c -rw-r--r-- 5.4 KB
async_pf.h -rw-r--r-- 1.1 KB
coalesced_mmio.c -rw-r--r-- 4.1 KB
coalesced_mmio.h -rw-r--r-- 915 bytes
eventfd.c -rw-r--r-- 22.3 KB
irqchip.c -rw-r--r-- 5.4 KB
kvm_main.c -rw-r--r-- 77.5 KB
vfio.c -rw-r--r-- 6.0 KB
vfio.h -rw-r--r-- 250 bytes

back to top