ceph-csi/vendor/golang.org/x/crypto/curve25519/internal/field
dependabot[bot] 3010f033c5 rebase: bump the golang-dependencies group with 2 updates
Bumps the golang-dependencies group with 2 updates: [golang.org/x/crypto](https://github.com/golang/crypto) and [golang.org/x/net](https://github.com/golang/net).


Updates `golang.org/x/crypto` from 0.14.0 to 0.15.0
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.15.0)

Updates `golang.org/x/net` from 0.17.0 to 0.18.0
- [Commits](https://github.com/golang/net/compare/v0.17.0...v0.18.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang-dependencies
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-14 14:24:30 +00:00
..
fe_amd64_noasm.go rebase: bump the golang-dependencies group with 2 updates 2023-11-14 14:24:30 +00:00
fe_amd64.go rebase: bump the golang-dependencies group with 2 updates 2023-11-14 14:24:30 +00:00
fe_amd64.s rebase: bump the golang-dependencies group with 2 updates 2023-11-14 14:24:30 +00:00
fe_arm64_noasm.go rebase: bump the golang-dependencies group with 2 updates 2023-11-14 14:24:30 +00:00
fe_arm64.go rebase: bump the golang-dependencies group with 2 updates 2023-11-14 14:24:30 +00:00
fe_arm64.s rebase: bump the golang-dependencies group with 2 updates 2023-11-14 14:24:30 +00:00
fe_generic.go rebase: bump golang.org/x/crypto from 0.5.0 to 0.6.0 2023-02-15 14:57:21 +00:00
fe.go rebase: update golang.org/x/crypto to latest version 2021-06-23 08:40:15 +00:00
README rebase: update golang.org/x/crypto to latest version 2021-06-23 08:40:15 +00:00
sync.checkpoint rebase: update golang.org/x/crypto to latest version 2021-06-23 08:40:15 +00:00
sync.sh rebase: update golang.org/x/crypto to latest version 2021-06-23 08:40:15 +00:00

This package is kept in sync with crypto/ed25519/internal/edwards25519/field in
the standard library.

If there are any changes in the standard library that need to be synced to this
package, run sync.sh. It will not overwrite any local changes made since the
previous sync, so it's ok to land changes in this package first, and then sync
to the standard library later.