gotosocial/vendor/golang.org/x/crypto/curve25519/internal/field
kim b56dae8120
[chore] Update all but bun libraries (#526)
* update all but bun libraries

Signed-off-by: kim <grufwub@gmail.com>

* remove my personal build script changes

Signed-off-by: kim <grufwub@gmail.com>
2022-05-02 15:05:18 +02: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 Grand test fixup (#138) 2021-08-12 21:03:24 +02: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.