mirror of
https://github.com/openfaas/faas.git
synced 2025-06-25 00:03:24 +00:00
Updates to GitHub Actions versions
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alex@openfaas.com>
This commit is contained in:
2
gateway/vendor/golang.org/x/crypto/nacl/box/box.go
generated
vendored
2
gateway/vendor/golang.org/x/crypto/nacl/box/box.go
generated
vendored
@ -35,7 +35,7 @@ Anonymous sealing/opening is an extension of NaCl defined by and interoperable
|
||||
with libsodium:
|
||||
https://libsodium.gitbook.io/doc/public-key_cryptography/sealed_boxes.
|
||||
*/
|
||||
package box // import "golang.org/x/crypto/nacl/box"
|
||||
package box
|
||||
|
||||
import (
|
||||
cryptorand "crypto/rand"
|
||||
|
Reference in New Issue
Block a user