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>
// 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
// 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 (
// 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