فهرست منبع

curve25519: fix asm comment

As suggested in review of CL 6544048.

TBR=seed
CC=golang-dev
https://golang.org/cl/6553065
Russ Cox 13 سال پیش
والد
کامیت
b1c91de896
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      curve25519/square_amd64.s

+ 1 - 1
curve25519/square_amd64.s

@@ -5,7 +5,7 @@
 // This code was translated into a form compatible with 6a from the public
 // domain sources in SUPERCOP: http://bench.cr.yp.to/supercop.html
 
-// func square(dest, src *[5]uint64)
+// func square(out, in *[5]uint64)
 TEXT ·square(SB),7,$96-16
 	MOVQ out+0(FP), DI
 	MOVQ in+8(FP), SI