gotosocial/vendor/golang.org/x/crypto/curve25519/internal/field
dependabot[bot] e824e14705
[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>
2023-02-20 16:28:09 +01:00
..
fe.go Grand test fixup (#138) 2021-08-12 21:03:24 +02:00
fe_amd64.go [chore] Update all but bun libraries (#526) 2022-05-02 15:05:18 +02:00
fe_amd64.s Grand test fixup (#138) 2021-08-12 21:03:24 +02:00
fe_amd64_noasm.go Grand test fixup (#138) 2021-08-12 21:03:24 +02:00
fe_arm64.go Grand test fixup (#138) 2021-08-12 21:03:24 +02:00
fe_arm64.s Grand test fixup (#138) 2021-08-12 21:03:24 +02:00
fe_arm64_noasm.go Grand test fixup (#138) 2021-08-12 21:03:24 +02:00
fe_generic.go [chore]: Bump golang.org/x/crypto from 0.5.0 to 0.6.0 (#1541) 2023-02-20 16:28:09 +01:00
README Grand test fixup (#138) 2021-08-12 21:03:24 +02:00
sync.checkpoint Grand test fixup (#138) 2021-08-12 21:03:24 +02:00
sync.sh Grand test fixup (#138) 2021-08-12 21:03:24 +02: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.