summaryrefslogtreecommitdiff
path: root/poly1305.cpp
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2017-02-21 02:54:09 -0500
committerJeffrey Walton <noloader@gmail.com>2017-02-21 02:54:09 -0500
commit8c20630c2d693ef3ebd4209d111d05e18337521e (patch)
tree2159233c3e093a37e0c3b67799234aa56d258897 /poly1305.cpp
parent73836e58a5f5c11cd7bf7db76e9d02013975fc9a (diff)
downloadcryptopp-git-8c20630c2d693ef3ebd4209d111d05e18337521e.tar.gz
Remove extra preamble for copyright.
Similar text may be added in the future
Diffstat (limited to 'poly1305.cpp')
-rw-r--r--poly1305.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/poly1305.cpp b/poly1305.cpp
index 0473dc5f..d74896f9 100644
--- a/poly1305.cpp
+++ b/poly1305.cpp
@@ -1,6 +1,5 @@
// poly1305.cpp - written and placed in the public domain by Jeffrey Walton and Jean-Pierre Munch
// Based on Andy Polyakov's Base-2^26 scalar multiplication implementation for OpenSSL.
-// Copyright assigned to the Crypto++ project
#include "pch.h"
#include "cryptlib.h"