From 91af14544fa1251fa097aacb596ca4a18e7d740d Mon Sep 17 00:00:00 2001 From: JacobBarthelmeh Date: Tue, 1 Jul 2014 16:14:57 -0600 Subject: [PATCH] Update poly1305.c --- ctaocrypt/src/poly1305.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ctaocrypt/src/poly1305.c b/ctaocrypt/src/poly1305.c index c246394f9..718d2fb7c 100644 --- a/ctaocrypt/src/poly1305.c +++ b/ctaocrypt/src/poly1305.c @@ -17,6 +17,8 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * + * Based off the implementation by Andrew Moon */ #ifdef HAVE_POLY1305