mirror of
https://github.com/golang/go
synced 2024-11-18 12:04:57 -07:00
crypto/ed25519: drop the purego build tag
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>
This commit is contained in:
parent
f512041eca
commit
3dc4d37387
@ -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
|
||||
|
||||
|
@ -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 (
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user