浏览代码

chacha20poly1305: clarify the correct attribution for the AMD64 assembly.

I pushed from the wrong terminal when addressing the comments on
https://golang.org/cl/31256/

Change-Id: Ic75f8348294ed0e4f77a59de948096269a454bcb
Reviewed-on: https://go-review.googlesource.com/31256
Reviewed-by: Adam Langley <agl@golang.org>
Adam Langley 9 年之前
父节点
当前提交
1ed0c38df5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      chacha20poly1305/chacha20poly1305_amd64.s

+ 1 - 1
chacha20poly1305/chacha20poly1305_amd64.s

@@ -2,7 +2,7 @@
 // Use of this source code is governed by a BSD-style
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 // license that can be found in the LICENSE file.
 
 
-// This assembly file was lovingly hand-crafted by Vlad Krasnov of CloudFlare.
+// This file was originally from https://golang.org/cl/24717 by Vlad Krasnov of CloudFlare.
 
 
 // +build go1.7
 // +build go1.7