diff options
| author | 2023-02-20 16:28:09 +0100 | |
|---|---|---|
| committer | 2023-02-20 16:28:09 +0100 | |
| commit | e824e14705ddc6cdb29b19f86893716f475520a0 (patch) | |
| tree | 9f6714d9f00e065739d9ef4145495f3071ae1512 /vendor/golang.org/x/crypto | |
| parent | [bugfix] Fix failure to look up remote profiles with duplicate emojis in some... (diff) | |
| download | gotosocial-e824e14705ddc6cdb29b19f86893716f475520a0.tar.xz | |
[chore]: Bump golang.org/x/crypto from 0.5.0 to 0.6.0 (#1541)
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.5.0 to 0.6.0.
- [Release notes](https://github.com/golang/crypto/releases)
- [Commits](https://github.com/golang/crypto/compare/v0.5.0...v0.6.0)
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'vendor/golang.org/x/crypto')
| -rw-r--r-- | vendor/golang.org/x/crypto/acme/rfc8555.go | 2 | ||||
| -rw-r--r-- | vendor/golang.org/x/crypto/curve25519/internal/field/fe_generic.go | 2 | 
2 files changed, 2 insertions, 2 deletions
diff --git a/vendor/golang.org/x/crypto/acme/rfc8555.go b/vendor/golang.org/x/crypto/acme/rfc8555.go index ee24dfdec..3152e531b 100644 --- a/vendor/golang.org/x/crypto/acme/rfc8555.go +++ b/vendor/golang.org/x/crypto/acme/rfc8555.go @@ -117,7 +117,7 @@ func (c *Client) updateRegRFC(ctx context.Context, a *Account) (*Account, error)  	return responseAccount(res)  } -// getGegRFC is equivalent to c.GetReg but for CAs implementing RFC 8555. +// getRegRFC is equivalent to c.GetReg but for CAs implementing RFC 8555.  // It expects c.Discover to have already been called.  func (c *Client) getRegRFC(ctx context.Context) (*Account, error) {  	req := json.RawMessage(`{"onlyReturnExisting": true}`) diff --git a/vendor/golang.org/x/crypto/curve25519/internal/field/fe_generic.go b/vendor/golang.org/x/crypto/curve25519/internal/field/fe_generic.go index 7b5b78cbd..2671217da 100644 --- a/vendor/golang.org/x/crypto/curve25519/internal/field/fe_generic.go +++ b/vendor/golang.org/x/crypto/curve25519/internal/field/fe_generic.go @@ -245,7 +245,7 @@ func feSquareGeneric(v, a *Element) {  	v.carryPropagate()  } -// carryPropagate brings the limbs below 52 bits by applying the reduction +// carryPropagateGeneric brings the limbs below 52 bits by applying the reduction  // identity (a * 2²⁵⁵ + b = a * 19 + b) to the l4 carry. TODO inline  func (v *Element) carryPropagateGeneric() *Element {  	c0 := v.l0 >> 51  | 
