summaryrefslogtreecommitdiffstats
path: root/include/crypto/poly1305.h
Commit message (Collapse)AuthorAgeFilesLines
* crypto: poly1305 - Export common Poly1305 helpersMartin Willi2015-07-171-0/+41
As architecture specific drivers need a software fallback, export Poly1305 init/update/final functions together with some helpers in a header file. Signed-off-by: Martin Willi <martin@strongswan.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>