From 6bcc37609f9ade634a86e71e651b69aece6cdd57 Mon Sep 17 00:00:00 2001 From: Adam Langley Date: Thu, 13 Oct 2016 16:31:06 -0700 Subject: [PATCH] chacha20poly1305: clarify the correct attribution for the AMD64 assembly. Change-Id: I9c247e49a13788408b4fe49676520d608d8c4380 Reviewed-on: https://go-review.googlesource.com/31090 Reviewed-by: Brad Fitzpatrick Reviewed-by: Adam Langley --- chacha20poly1305/chacha20poly1305_amd64.s | 2 ++ 1 file changed, 2 insertions(+) diff --git a/chacha20poly1305/chacha20poly1305_amd64.s b/chacha20poly1305/chacha20poly1305_amd64.s index ca9974f9..f4d18cbc 100644 --- a/chacha20poly1305/chacha20poly1305_amd64.s +++ b/chacha20poly1305/chacha20poly1305_amd64.s @@ -2,6 +2,8 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. +// This assembly file was lovingly hand-crafted by Vlad Krasnov of CloudFlare. + // +build go1.7 #include "textflag.h"