diff options
author | 2024-07-08 07:33:11 +0000 | |
---|---|---|
committer | 2024-07-08 07:33:11 +0000 | |
commit | a81455e81c02d5c69b723b52c775a247313c82a2 (patch) | |
tree | 942e036c28e3f21edf43b2f8c467eeacc8bf6795 /vendor/golang.org/x/crypto/ed25519 | |
parent | [chore] upstep activity to v1.7.0-gts (#3074) (diff) | |
download | gotosocial-a81455e81c02d5c69b723b52c775a247313c82a2.tar.xz |
[chore]: Bump golang.org/x/crypto from 0.24.0 to 0.25.0 (#3080)
Diffstat (limited to 'vendor/golang.org/x/crypto/ed25519')
-rw-r--r-- | vendor/golang.org/x/crypto/ed25519/ed25519.go | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/vendor/golang.org/x/crypto/ed25519/ed25519.go b/vendor/golang.org/x/crypto/ed25519/ed25519.go index a7828345f..59b3a95a7 100644 --- a/vendor/golang.org/x/crypto/ed25519/ed25519.go +++ b/vendor/golang.org/x/crypto/ed25519/ed25519.go @@ -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 ( |