GoToSocial/vendor/golang.org/x/crypto/curve25519/internal/field
dependabot[bot] 5c17ecd93a
[chore]: Bump golang.org/x/net from 0.17.0 to 0.18.0 (#2390)
Bumps [golang.org/x/net](https://github.com/golang/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/net
  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-11-27 13:59:07 +01:00
..
README Grand test fixup (#138) 2021-08-12 21:03:24 +02:00
fe.go Grand test fixup (#138) 2021-08-12 21:03:24 +02:00
fe_amd64.go [chore]: Bump golang.org/x/net from 0.17.0 to 0.18.0 (#2390) 2023-11-27 13:59:07 +01:00
fe_amd64.s [chore]: Bump golang.org/x/net from 0.17.0 to 0.18.0 (#2390) 2023-11-27 13:59:07 +01:00
fe_amd64_noasm.go [chore]: Bump golang.org/x/net from 0.17.0 to 0.18.0 (#2390) 2023-11-27 13:59:07 +01:00
fe_arm64.go [chore]: Bump golang.org/x/net from 0.17.0 to 0.18.0 (#2390) 2023-11-27 13:59:07 +01:00
fe_arm64.s [chore]: Bump golang.org/x/net from 0.17.0 to 0.18.0 (#2390) 2023-11-27 13:59:07 +01:00
fe_arm64_noasm.go [chore]: Bump golang.org/x/net from 0.17.0 to 0.18.0 (#2390) 2023-11-27 13:59:07 +01: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
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

README

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.