mirror of
https://github.com/openfaas/faas.git
synced 2025-06-26 00:33:25 +00:00
Updates to GitHub Actions versions
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alex@openfaas.com>
This commit is contained in:
4
gateway/vendor/golang.org/x/crypto/ed25519/ed25519.go
generated
vendored
4
gateway/vendor/golang.org/x/crypto/ed25519/ed25519.go
generated
vendored
@ -11,9 +11,7 @@
|
||||
// operations with the same key more efficient. This package refers to the RFC
|
||||
// 8032 private key as the “seed”.
|
||||
//
|
||||
// Beginning with Go 1.13, the functionality of this package was moved to the
|
||||
// standard library as crypto/ed25519. This package only acts as a compatibility
|
||||
// wrapper.
|
||||
// This package is a wrapper around the standard library crypto/ed25519 package.
|
||||
package ed25519
|
||||
|
||||
import (
|
||||
|
Reference in New Issue
Block a user