diff options
author | Damien Miller <djm@mindrot.org> | 2013-12-29 07:46:49 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2013-12-29 07:46:49 +0100 |
commit | 339a48fe7ffb3186d22bbaa9efbbc3a053e602fd (patch) | |
tree | cb9ad9a01f88368d05ad41ba551ca2b075ed91cd /poly1305.c | |
parent | - djm@cvs.openbsd.org 2013/12/19 01:19:41 (diff) | |
download | openssh-339a48fe7ffb3186d22bbaa9efbbc3a053e602fd.tar.xz openssh-339a48fe7ffb3186d22bbaa9efbbc3a053e602fd.zip |
- djm@cvs.openbsd.org 2013/12/19 22:57:13
[poly1305.c poly1305.h]
use full name for author, with his permission
Diffstat (limited to 'poly1305.c')
-rw-r--r-- | poly1305.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/poly1305.c b/poly1305.c index 059cc60f7..a5eada498 100644 --- a/poly1305.c +++ b/poly1305.c @@ -1,9 +1,9 @@ /* - * Public Domain poly1305 from Andrew M. + * Public Domain poly1305 from Andrew Moon * poly1305-donna-unrolled.c from https://github.com/floodyberry/poly1305-donna */ -/* $OpenBSD: poly1305.c,v 1.2 2013/11/21 02:50:00 djm Exp $ */ +/* $OpenBSD: poly1305.c,v 1.3 2013/12/19 22:57:13 djm Exp $ */ #include "includes.h" |