ceph-csi/vendor/golang.org/x/crypto/curve25519/internal/field
Niels de Vos b204b68635 rebase: update golang.org/x/crypto to latest version
Signed-off-by: Niels de Vos <ndevos@redhat.com>
2021-06-23 08:40:15 +00:00
..
fe_amd64_noasm.go rebase: update golang.org/x/crypto to latest version 2021-06-23 08:40:15 +00:00
fe_amd64.go rebase: update golang.org/x/crypto to latest version 2021-06-23 08:40:15 +00:00
fe_amd64.s rebase: update golang.org/x/crypto to latest version 2021-06-23 08:40:15 +00:00
fe_arm64_noasm.go rebase: update golang.org/x/crypto to latest version 2021-06-23 08:40:15 +00:00
fe_arm64.go rebase: update golang.org/x/crypto to latest version 2021-06-23 08:40:15 +00:00
fe_arm64.s rebase: update golang.org/x/crypto to latest version 2021-06-23 08:40:15 +00:00
fe_generic.go rebase: update golang.org/x/crypto to latest version 2021-06-23 08:40:15 +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.