]> Cypherpunks repositories - gostls13.git/commitdiff
crypto/ed25519: drop the purego build tag
authorRuixin Bao <ruixin.bao@ibm.com>
Tue, 28 Apr 2020 21:06:48 +0000 (17:06 -0400)
committerMichael Munday <mike.munday@ibm.com>
Wed, 29 Apr 2020 18:33:42 +0000 (18:33 +0000)
Per suggestion in CL 202578, this CL drops the purego build tag used
within this package.

Change-Id: I33626c73d6602e321528544ee601741f7e634c1b
Reviewed-on: https://go-review.googlesource.com/c/go/+/230677
Reviewed-by: Filippo Valsorda <filippo@golang.org>
Run-TryBot: Michael Munday <mike.munday@ibm.com>

src/crypto/ed25519/ed25519_noasm.go
src/crypto/ed25519/ed25519_s390x.go
src/crypto/ed25519/ed25519_s390x.s

index afcc6fca688a9cbe2ba1d43c5794bae8ea47c8ea..caa84f74fbcb66c6ef085796cbc506dc2f3fa7ca 100644 (file)
@@ -2,7 +2,7 @@
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
-// +build !s390x purego
+// +build !s390x
 
 package ed25519
 
index 3884c49ef75a676d1e9e78e4df5f55fc57fa3f72..c8627a065239248531ae52323a75bc4459d12941 100644 (file)
@@ -2,8 +2,6 @@
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
-// +build !purego
-
 package ed25519
 
 import (
index a2e2c9abc7de2d69e6624ebfe003090ec0bad45c..1c77b51a7800be494f541ef9cbe74dfaa512a1a9 100644 (file)
@@ -2,8 +2,6 @@
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
-// +build !purego
-
 #include "textflag.h"
 
 // func kdsaSign(message, signature, privateKey []byte) bool